Help customizing theme: Anagram

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Help customizing theme: Anagram
thedon
CZ Super Newbie
thedon has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jul 20, 2004
0.01 posts per day
Posts: 38
Points: 2,114
   
Hi, me again:

I'm trying to customize the nuke theme anagram (comes standard with nuke). My question is how I would change the links at the top of the page (on the header). Also, it seems that it will not allow me to change those links to point to anything but modules. Is there anyway around this? I want some of the links to point to outside urls, some to point to content, and some to point to modules. any advice would be appreciated. thanks a bunch.



Back to top Reply with quote
#2   re: Help customizing theme: Anagram
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
look in the theme.php file and under where it says Themeheader....right below that you will find where th elinks lead to. Edit those to where you want the links to point to



Back to top Reply with quote
#3   re: Help customizing theme: Anagram
thedon
CZ Super Newbie
thedon has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jul 20, 2004
0.01 posts per day
Posts: 38
Points: 2,114
   
Thanks for the reply Taut.

When I do that (I'm trying to add external links) it gives me this message:

Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/psytrip/public_html/home/themes/Anagram/theme.php on line 130


Any ideas what that means? I'm trying to add two or three external links

thanks again for your help



Back to top Reply with quote
#4   re: Help customizing theme: Anagram
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
post your theme.php file please



Back to top Reply with quote
#5   re: Help customizing theme: Anagram
thedon
CZ Super Newbie
thedon has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jul 20, 2004
0.01 posts per day
Posts: 38
Points: 2,114
   
I've posted the theme.php file as a .txt file on my other server.

It can be found at: [ Register or login to view links on this board.]

Thanks for your help man - I really do appreciate it. You guys are a life saver.

Again, to refresh, I'm trying to change the links on the top menu bar in anagram to some external links. Thanks



Back to top Reply with quote
#6   re: Help customizing theme: Anagram
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
."<table cellpadding=\"1\" cellspacing=\"2\" width=\"780\" border=\"0\" align=\"center\" bgcolor=\"#007700\">\n"
    ."<tr>\n"
    ."<td width=\"14%\" bgcolor=\"#EEEEEE\" align=\"center\" style=\"cursor:hand\" onMouseOver=\"this.style.background='#DAD8D8'\" onMouseOut=\"this.style.background='#EEEEEE'\" onClick=\"window.location.href='/'\"><a href=\"/\">Home</a></td>\n"
    ."<td width=\"14%\" bgcolor=\"#EEEEEE\" align=\"center\" style=\"cursor:hand\" onMouseOver=\"this.style.background='#DAD8D8'\" onMouseOut=\"this.style.background='#EEEEEE'\" onClick=\"window.location.href='modules.php?name=Your_Account'\"><a href=\"modules.php?name=Your_Account\">Forums</a></td>\n"
    ."<td width=\"14%\" bgcolor=\"#EEEEEE\" align=\"center\" style=\"cursor:hand\" onMouseOver=\"this.style.background='#DAD8D8'\" onMouseOut=\"this.style.background='#EEEEEE'\" onClick=\"window.location.href='modules.php?name=FAQ'\"><a href=\"modules.php?name=FAQ\">FAQ</a></td>\n"
    ."<td width=\"14%\" bgcolor=\"#EEEEEE\" align=\"center\" style=\"cursor:hand\" onMouseOver=\"this.style.background='#DAD8D8'\" onMouseOut=\"this.style.background='#EEEEEE'\" onClick=\"window.location.href='modules.php?name=Topics'\"><a href=\"modules.php?name=Topics\">Topics</a></td>\n"
    ."<td width=\"14%\" bgcolor=\"#EEEEEE\" align=\"center\" style=\"cursor:hand\" onMouseOver=\"this.style.background='#DAD8D8'\" onMouseOut=\"this.style.background='#EEEEEE'\" onClick=\"window.location.href='modules.php?name=Content'\"><a href=\"modules.php?name=Contenido\">Content</a></td>\n"
    ."<td width=\"14%\" bgcolor=\"#EEEEEE\" align=\"center\" style=\"cursor:hand\" onMouseOver=\"this.style.background='#DAD8D8'\" onMouseOut=\"this.style.background='#EEEEEE'\" onClick=\"window.location.href='modules.php?name=Submit_News'\"><a href=\"modules.php?name=Submit_News\">Submit News</a></td>\n"
    ."<td width=\"14%\" bgcolor=\"#EEEEEE\" align=\"center\" style=\"cursor:hand\" onMouseOver=\"this.style.background='#DAD8D8'\" onMouseOut=\"this.style.background='#EEEEEE'\" onClick=\"window.location.href='modules.php?name=Top'\"><a href=\"modules.php?name=Top\">Top 10</a></td>\n"
    ."</tr>\n"
    ."</table>\n"



this is the part you need to concentrate on, the part right after a href...that's where you add your external URL to

onClick=\"window.location.href='http://www.URL_TO_PAGE.phpt'\"><a href=\"http://www.URL_TO_PAGE.php\">My Page</a>



Back to top Reply with quote
#7   re: Help customizing theme: Anagram
thedon
CZ Super Newbie
thedon has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jul 20, 2004
0.01 posts per day
Posts: 38
Points: 2,114
   
hey - thanks a lot man - you guys a real help!



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum