You are not enjoying the benefits offered by registering. To register click here...
  
Forums | Prefs | Your Messages | Members | Recent | Search
Quick Search


Advanced Search
| Calendar | Doc | Dev' Blog! |
Chat (Alpha Version)

Guest, do not forget to login ( Register )
 Top > Forums > This Software > Discuss the Software
 how to change username displayed from bb_user.userid to bb_users.fullname

Skin Selection:
Viewing: how to change username displayed from bb_user.userid to bb_users.fullname -
Share Topic! | Monitor this Topic
 (1 pages) 1  
CheekyMonkey


Wannabe
Group: Members
Posts: 26
Reputation: 0


Posted on Jun 26, 2007, 7:13 am by CheekyMonkey
how to change username displayed from bb_user.userid to bb_users.fullname

I've made a few cosmetic changes to my NBBS forum

I've substituted username for fullname where appropriate throughout the forum layout

I'm currently not able to see IN .php code where/how I can
modify the

"x users browsing this Area: aaaaaa, bbbbbb, ccccc"

to show bb_users.fullname rather than bb_users.userid

I'm also not seeing the code to enable fullname to be displayed under
"Board Statistics" in the forum page footer

Does anyone have a pointer to where to modify this in the source?

For reference, I'll post here how I've changed this setting elsewhere in the .php code shortly

Thanks in advance


 
Top

chris

The Culprit
Group: Admins
Posts: 1,541
Reputation: 38


Posted on Jun 27, 2007, 2:37 am by chris
Take a look at Main.showOnlineList()

You should find his guy:
php Code:
  1. $olist .= $currow['name'];

and that guy:
php Code:
  1. $nlist .= $currow['name'];

interesting!

 
Top

 (1 pages) 1 - Flat Mode | Threaded Mode  
Quick Jump:

         
Page generated in 0.04 seconds (Queries: 0.00) - Cpu: 0.51
Total DB [adodb:mysql] queries: 14
Total Strings Translated: 12
Powered by NextBBS SE v0.4.5 - Copyright © 2007 CFR & The NextBBS Team
Chatbox powered by smiletag