modified : plugins removed
This commit is contained in:
parent
066724d6ef
commit
ad291b11d9
4 changed files with 11 additions and 42 deletions
|
@ -1,19 +1,12 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
Plugin Name: ClipBucket Modules
|
||||
Description: Social Bookmarks and Recently Viewed Videos - Classic ClipBucet Modules
|
||||
Author: Arslan Hassan
|
||||
Author Website: http://clip-bucket.com/
|
||||
ClipBucket Version: 2.1
|
||||
Version: 2
|
||||
Website: http://labguru.com/
|
||||
Plugin Type: global
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
if(!function_exists('cb_modules'))
|
||||
/*if(!function_exists('cb_modules'))
|
||||
{
|
||||
function cb_modules()
|
||||
{
|
||||
|
@ -31,6 +24,6 @@ if(!function_exists('cb_modules'))
|
|||
register_anchor_function("show_social_bookmarks","video_bookmarks");
|
||||
|
||||
add_header(PLUG_DIR.'/'.this_plugin().'/css.html');
|
||||
}
|
||||
}*/
|
||||
|
||||
?>
|
|
@ -1,19 +1,11 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
Plugin Name: ClipBucket Helper v1
|
||||
Description: This will help you set troubleshoot your problems.
|
||||
Author: Arslan Hassan
|
||||
Author Website: http://clip-bucket.com/
|
||||
ClipBucket Version: 2
|
||||
Version: 1.0
|
||||
Website: http://clip-bucket.com/
|
||||
Plugin Type: global
|
||||
*/
|
||||
|
||||
|
||||
|
||||
//Adding Admin Menu
|
||||
|
||||
|
||||
/*//Adding Admin Menu
|
||||
add_admin_menu("ClipBucket Helper","Cron Jobs",'cron_jobs.php','clipbucket_helper/admin');
|
||||
|
||||
|
||||
|
@ -35,7 +27,7 @@ $array = array('video_convert_cron.txt','verify_converted_videos_cron.txt','upda
|
|||
//Reading and registering Contentings
|
||||
foreach($array as $arr)
|
||||
if(file_exists(TEMP_DIR.'/'.$arr))
|
||||
assign(getName($arr),file_get_contents(TEMP_DIR.'/'.$arr));
|
||||
assign(getName($arr),file_get_contents(TEMP_DIR.'/'.$arr));*/
|
||||
|
||||
|
||||
?>
|
|
@ -1,14 +1,7 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
Plugin Name: Custom Fields Beta for ClipBucket
|
||||
Description: Add custom fields in your video upload form :)
|
||||
Author: Arslan Hassan
|
||||
Author Website: http://clip-bucket.com/
|
||||
ClipBucket Version: 2
|
||||
Version: 1.0
|
||||
Website: http://clip-bucket.com/
|
||||
Plugin Type: global
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
@ -31,11 +24,11 @@ include 'customfield.php';
|
|||
if(!function_exists('add_custom_field'))
|
||||
{
|
||||
//Adding Admin Menu
|
||||
add_admin_menu('Custom Fields','Add New Custom Field','add_custom_field.php',CUSTOM_FIELDS_BASE.'/admin');
|
||||
/*add_admin_menu('Custom Fields','Add New Custom Field','add_custom_field.php',CUSTOM_FIELDS_BASE.'/admin');
|
||||
add_admin_menu('Custom Fields','Manage Custom Fields','manage_custom_fields.php');
|
||||
|
||||
if(load_form_fields())
|
||||
register_custom_form_field(load_form_fields());
|
||||
register_custom_form_field(load_form_fields());*/
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -2,14 +2,7 @@
|
|||
//ini_set('display_errors', true);
|
||||
//error_reporting(E_ALL + E_NOTICE);
|
||||
/*
|
||||
Plugin Name: Custom field for video and signup
|
||||
Description: This Plugin will display custom field
|
||||
Author: test
|
||||
Author Website: http://clip-bucket.com/arslan-hassan
|
||||
ClipBucket Version: 2
|
||||
Version: 1.0
|
||||
Website: http://clip-bucket.com/
|
||||
Plugin Type: global
|
||||
|
||||
*/
|
||||
|
||||
define("CB_CUSTOM_FIELDS_DIR_NAME",basename(dirname(__FILE__)));
|
||||
|
@ -170,8 +163,6 @@ foreach($array as $key => $fields) {
|
|||
}
|
||||
return $new_array;
|
||||
}
|
||||
// This code is beeing commented just for temporaray purposes just to ensure when its properly fixed
|
||||
|
||||
/*register_signup_field(load_custom_fields_signup($data,true));
|
||||
register_custom_upload_field(load_custom_fields($data,true));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue