Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Php Nuke Header Problem, For some people.
CopperZepher
post Aug 16 2005, 08:10 PM
Post #1


Member [Level 2]
*****

Group: Members
Posts: 78
Joined: 16-August 05
Member No.: 10,762



I read in the Member's Area that swat was having trouble with his header. So I sent him a PM explaining it, and thought why not put it here too.

So if you get and error saying something about your header.php, edit the header file, and find this:
CODE
include("themes/$ThemeSel/theme.php");

Go into FTP and find the php-nuke themes folder, and find a theme you want to use. Make sure you use the exact same name in the FTP. So let's say theres a theme called "default". Edit your header file and find the code I put above. Then edit it so it looks like this:
CODE
include("themes/default$ThemeSel/theme.php");

replace default with whatever theme is in your folder, it can be any theme. Yes, leave the $ThemeSel after the theme name.
If that doesnt work, I thinkt theres another spot in the header file that looks similar, just put the default thing in there again. Re-upload the header file, and you should be good to go!

Notice from snlildude87:
Accepted. Remember to enclose code in code tags.


This post has been edited by snlildude87: Aug 31 2005, 08:40 PM
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Install Php-nuke(12)
  2. How To Build A Pure Css Using Online Tools Tutorial (part 2)(3)
  3. Aef Forum Modifications [resolved](3)


 



- Lo-Fi Version Time is now: 12th October 2008 - 03:53 PM