Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 50
2 members and 48 guests
car8rpopetclean, dogja2mbone9xpw
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
Need help with "subSystem" coding.
Old
  (#1 (permalink))
WP1
Junior Member
 
Status: Offline
Posts: 16
Join Date: Feb 2003
Location: USA
Need help with "subSystem" coding. - 02-08-2003, 01:50 PM

Hello,

I am using "subSystem" as the main theme for a site I am working on.

The part of the theme which says "Create an Account" changes into "Hi Member's Name.

How can I get it to say "Hi Member's Name [LogOut].

I only use the colors above to bring out the point.

Thanks in advance for any and all help you can give me.

WP1


Webbing Along!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 359
Join Date: Nov 2002
Location: Michigan, USA
02-08-2003, 06:25 PM

go into themes/YOURTHEME/theme.php and find:
Code:
function themeheader()
find this line of code (or something close to it):



Code:
$bienvenida = "<a href=\"modules.php?name=Your_Account&amp;op=new_user\">Create an Account</a>";
simply add the link for the logout after the </a> in the create an account link , which is

Code:
<a href=\"modules.php?name=Your_Account&amp;op=logout\">
save and upload
  Send a message via AIM to ReNeGaDe  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-08-2003, 11:21 PM

Actually...
Close ReN, but the line is already there right below the line you specified in theme.php

change this:
Code:
	$theuser = "Welcome $username!";
to this:
Code:
	$theuser = "Welcome $username! <a href=\"modules.php?name=Your_Account&op=logout\">Logout</a>";
mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Member
 
Status: Offline
Posts: 359
Join Date: Nov 2002
Location: Michigan, USA
02-09-2003, 08:46 AM

ack...thanks mike 8)
  Send a message via AIM to ReNeGaDe  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
WP1
Junior Member
 
Status: Offline
Posts: 16
Join Date: Feb 2003
Location: USA
02-09-2003, 06:15 PM

THANKS!!!

The info was a big help.

WP1


Webbing Along!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Random News "YES" / Center Block "NO" Liqid Site design 0 07-06-2005 07:47 PM
Top of box says "charcoal-Forums" instead of " wildefire Theme packs 2 03-03-2003 09:40 AM
"Latest Post From Forums" central Block Stuck... noelmd Purged Topics 5 02-28-2003 08:08 AM
"Edit" and "Delete" -links in section? zlaxzzor Purged Topics 0 12-10-2002 12:04 PM
"Content" vs "Section" (didn't get it) klipywitz Purged Topics 1 12-06-2002 10:01 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31