X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Fp2p-tube.php;h=35ba1df717ea8775eba13601ba25beb5c1e549ad;hb=ed287181e109ce19a38bc5f75df61dffba20e951;hp=ac030431ba35ac1400e5891e8bcae2f79fdd2ee1;hpb=0b134deb6f1108155973436e3de7296a76a2d660;p=living-lab-site.git diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index ac03043..35ba1df 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -1,21 +1,67 @@ 'movies', + 2 => 'tech-talks', + 3 => 'events', + 4 => 'karaoke' +); + +/* +|-------------------------------------------------------------------------- +| Videos per Page +|-------------------------------------------------------------------------- +| +| The number of video icons shown per page (as in catalog/category). +| +*/ +$config['videos_per_page'] = 20; + +/* +|-------------------------------------------------------------------------- +| Videos per Row +|-------------------------------------------------------------------------- +| +| The number of video icons shown on a single line (as in home page). +| +*/ +$config['videos_per_row'] = 5; + +/* +|-------------------------------------------------------------------------- +| Search Results per Page +|-------------------------------------------------------------------------- +| +| The number of search results shown per page (as in catalog/search). +| +*/ +$config['search_results_per_page'] = 20; + +/* +|-------------------------------------------------------------------------- +| Video Comments per Page +|-------------------------------------------------------------------------- +| +| The number of video comments shown per page (as in video/watch). +| +*/ +$config['video_comments_per_page'] = 20; +/* +|-------------------------------------------------------------------------- +| A list with all available languages in which the site is translated +|-------------------------------------------------------------------------- +| +| Keys are language codes and values are language names as they appear in +| languages folder. +| +*/ +$config['available_languages_list'] = array( + 'en'=>'english', + 'ro'=>'romanian' +); + +/* +|-------------------------------------------------------------------------- +| No-Reply E-mail address +|-------------------------------------------------------------------------- +| +| The e-mail address from which the users receive e-mail notifications +| like account activation e-mail or password recovery. +| +*/ +$config['noreply_email'] = 'no-reply@p2p-next.cs.pub.ro'; + +/* +|-------------------------------------------------------------------------- +| Require Moderation +|-------------------------------------------------------------------------- +| +| Set whether or not a new uploaded video must be aproved by an +| administrator. +| +*/ +$config['require_moderation'] = FALSE; \ No newline at end of file