Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Thread showing username (1 viewing) (1) Guest
TOPIC: Thread showing username
#62389
Thread showing username 1 Month, 1 Week ago  
Hi,
In my site threads and modules are showing username instead of realname. What to do??
almamun (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62528
Re:Thread showing username 1 Month ago  
Have you set Username to "NO" in the User Related section of the Configuration where it says: Set to "Yes" if you want the username (as in login) to be used instead of the users real name
jayjovial (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62530
Re:Thread showing username 1 Month ago  
These are already set. but no result.
almamun (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/12/03 04:47 By almamun.
 
 
#62532
Re:Thread showing username 1 Month ago  
Bh its no use.. if you have RC2 you will have to wait for the new release to have that bug fixed! Clicking on Recount Stats from your Fireboard Panel will show the Real Name but after a new post it will show the username.. Wait for the next release!
alcsilian (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#63131
Re:Thread showing username 2 Weeks, 2 Days ago  
Here's a quick hack to have the Real Names displayed instead of the username (not a long-term solution, just a quick hack):

Add these lines to components/com_fireboard/fireboard.php at line 78:

Code:

//Recount Stats
require_once('components/com_fireboard/class.fireboard.php');
FBTools::reCountBoards();
FBTools::updateNameInfo();



after:

Code:

// Central Location for all internal links
require_once ($mainframe->getCfg("absolute_path") . "/components/com_fireboard/sources/fb_link.class.php");

jayjovial (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#63147
Re:Thread showing username 2 Weeks, 1 Day ago  
10x man. your hack its working perfect! goood job, and again many thanks!

Merry Christmas!
alcsilian (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top