[ Video Sharing CMS v4 ] Branding

Started by walihassan,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

walihassanTopic starter

I bought the full package Phpvibe pro with everything included and I can't seem to figure out how to remove branding?
  •  

zozk

1.) Upload copy.php to the folder tpl/main/ (or your theme's custom folder if you use a custom theme).
2.) Edit the file tpl.globals.php and add the following at the top:

include_once(TPL.'/copy.php');

Now your tpl.globals.php's begining should look like this:

//Add your filters and actions here
include_once(TPL.'/copy.php');

;)
  •  

walihassanTopic starter

Where do I find the copy.php file? I don't see it in the downloads
  •  

PHPVibe A.

If you don't have the plugin you can manually remove it from tpl/main/tpl.globals.php look for copyright, but it will get back with every update.

Similar topics (7)