• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Install theme & download or create

Started by Xtoons,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

XtoonsTopic starter

hello,

A few days ago I look for themes for PHPVibe. But I can not find.
So I decided to make me mine, but there is no, or I do not really see box, or it can be.
I wonder if the theme is built right into the site, and if a change needs to be reviewed many of the pages.

My explanation is not very clear, I do not see any "/ theme / theme_name
And none in the control panel section that would last from one theme to another with a click.

Can you help me on this?
  •  

Marius P.

Hi,

the theme sound be placed in /tpl/

Like /tpl/mycustom/

and can be changed in load.php by editing the theme's folder name

// physical path of theme
if( !defined( 'THEME' ) )
   define( 'THEME', 'main' );



to


// physical path of theme
if( !defined( 'THEME' ) )
	define( 'THEME', 'mycustom' );



Sure, you can use whatever name you desire for the folder.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)