Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-30-2006, 09:55 PM
New Pligger
 
Join Date: Feb 2006
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Question how to set a new Template as default Template?

how to set a new Template as default Template?

I have set a new Template,but for new user always show a skidoo_too Template.

why?

how to set ?
Reply With Quote
  #2 (permalink)  
Old 03-30-2006, 10:08 PM
Casual Pligger
 
Join Date: Dec 2005
Posts: 31
Thanks: 0
Thanked 3 Times in 2 Posts
Send a message via AIM to williamboliver Send a message via MSN to williamboliver Send a message via Yahoo to williamboliver Send a message via Skype™ to williamboliver
edit config.php

look for

Code:
//Template
	//define('The_Template', 'skidoo_too');
	define('Allow_User_Change_Templates', true); // true or false
	$thetemp = $_COOKIE['template'];
	if(!isset($thetemp)){$thetemp = "skidoo_too";}
	define('The_Template', $thetemp);
change

Code:
{$thetemp = "skidoo_too";}
to

Quote:
{$thetemp = "your theme";}
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
MacBlue Free Pligg Template by Yankidank Yankidank Pligg Templates 13 11-10-2008 05:37 PM
Setting Default Template dougeetx Template Support 4 07-19-2007 12:42 PM
9.6 error xbizsky Bug Report 28 07-04-2007 03:54 AM
Upgrade from 5.10 to 9 bizdiggers Installation and Upgrade Help 19 02-11-2007 04:21 AM
Installation - Tables never created julientarta Installation and Upgrade Help 28 02-02-2007 11:04 PM


Search Engine Friendly URLs by vBSEO 3.2.0