diff --git a/sql/2.0.6~2.0.7.txt b/sql/2.0.6~2.0.7.txt index c70e8f66..4f21c927 100644 --- a/sql/2.0.6~2.0.7.txt +++ b/sql/2.0.6~2.0.7.txt @@ -1 +1,3 @@ -INSERT INTO `clipbucket_svn`.`cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'allow_username_spaces', 'yes'); \ No newline at end of file +INSERT INTO `cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'allow_username_spaces', 'yes'); +INSERT INTO `cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'use_playlist', 'yes'); +INSERT INTO `cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'comments_captcha', 'all'); \ No newline at end of file diff --git a/upload/admin_area/main.php b/upload/admin_area/main.php index c14c3df6..abe4f0ed 100644 --- a/upload/admin_area/main.php +++ b/upload/admin_area/main.php @@ -38,7 +38,7 @@ if(isset($_POST['update'])){ 'big_thumb_width', 'big_thumb_height', - 'closed' , + 'closed', 'closed_msg', 'channel_comments', 'anonym_comments', @@ -46,7 +46,8 @@ if(isset($_POST['update'])){ 'channels_list_per_tab', 'captcha_type', 'con_modules_type', - 'comment_rating' , + 'comments_captcha', + 'comment_rating', 'date_format', 'description', diff --git a/upload/admin_area/manage_players.php b/upload/admin_area/manage_players.php index 4c28c85a..a8c07076 100644 --- a/upload/admin_area/manage_players.php +++ b/upload/admin_area/manage_players.php @@ -12,12 +12,15 @@ $userquery->admin_login_check(); $pages->page_redir(); $userquery->login_check('admin_access'); +//Set Mode +assign('mode',$_GET['mode']); if(isset($_POST['update'])){ $configs = $Cbucket->configs; $rows = array( 'autoplay_video', + 'use_playlist', ); foreach($rows as $field) diff --git a/upload/admin_area/styles/cbv2/layout/main.html b/upload/admin_area/styles/cbv2/layout/main.html index 53ec4138..b9456605 100644 --- a/upload/admin_area/styles/cbv2/layout/main.html +++ b/upload/admin_area/styles/cbv2/layout/main.html @@ -200,6 +200,26 @@ $(document).ready(function(){
+
+
+
+
+
+
+
ClipBucket Website Player Settings - click here to edit setting |
+ ClipBucket Website Player Settings |