CommunityAdmins.com - Code question
YanksBlog.com, an unofficial New York Yankees fan blog
Add Us:   MySpace   Facebook   StumbleUpon
Username:    Password:
Remember Me?    
Code question

 
Post new topic   Reply to topic    CommunityAdmins.com Forum Index -> Technical Issues
 See a User Guidelines violation? Please contact us.
Author Message

Nate

Joined: 22 Oct 2005
Posts: 24

PostPosted: 10/28/2005, 9:35 am    Post subject: Code question Reply with quote

When Logged in, on my forum as with this forum, it looks like

Log out [ Nate ]

the code for that is
Code:
<a href="{U_LOGIN_LOGOUT}" class="nav">{L_LOGIN_LOGOUT}</a>


Do any of you know a way so that it's reversed? So it would look like

[ Nate ] Log out

I have changed the code to a few different variations but it hasn't worked for me yet.

If there isn't a way that's cool, but if there is would someone be willing to share?

Thanks!
_________________
Ohio State Buckeyes Forums
Back to top

harishankar

Joined: 10 Sep 2005
Posts: 203

PostPosted: 10/28/2005, 11:26 am    Post subject: Reply with quote

It's in /includes/page_header.php. Search for a line like this
Code:
if ( $userdata['session_logged_in'] )
{
   $u_login_logout = 'login.'.$phpEx.'?logout=true&amp;sid=' . $userdata['session_id'];
   $l_login_logout = $lang['Logout'] . ' [ ' . $userdata['username'] . ' ]';
}


That's where you can change this text.

Also to modify the actual string for logout that is $lang['Logout'], you need to edit the language/lang_english/lang_main.php
_________________
Literary Forums
My Blog
Back to top
Display posts from previous:   
Post new topic   Reply to topic    CommunityAdmins.com Forum Index -> Technical Issues All times are GMT - 5 Hours
Page 1 of 1
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



Links: Programming Forum

Network: iFroggy Network Blog - iFroggy Hosting - SportsForums.net - KarateForums.com - YanksBlog.com - phpBBHacks.com - PhotoshopForums.com - DeveloperCube - Managing Online Forums - ManagingCommunities.com - DrGregHouse.com - Bad Boy Blog - BadBoyForums.com - SodaRatings.com - Patrick O'Keefe

< Advertising - Contact - Staff - User Guidelines>

We Support phpBBHacks.com. Forum Buttons by Daz. Privacy Policy. Powered by phpBB © phpBB Group. phpBB SEO.
Copyright © 2005-2008. CommunityAdmins.com, iFroggy Network. All Rights Reserved.