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
Using Real Names (1 viewing) (1) Guest
TOPIC: Using Real Names
#61038
Re:Using Real Names 2 Months, 1 Week ago  
sorry... guys...
It is not working perfectly...


If someone makes a new post,
the new post would be displayed with user name.. again on the Recent Discussion tab.
(Even though old posts are still displayed with real name...)

Clicking on "recount categories stat" button repeatly might solve this problem...


Any Ideas to solve this problem perfectly..??!!
korri78 (User)
Junior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/11/01 23:47 By korri78.
 
 
#61690
Re:Using Real Names 1 Month, 3 Weeks ago  
Same issue here. Please PLEASE SOMEONE FIX THIS REAL NAME USERNAME PROBLEM. PLEEEEEEEEEEEASE
alcsilian (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#63050
Re:Using Real Names 2 Weeks, 6 Days ago  
Problem still persists on 1.0.5 RC2 build (817) in Categories view. I have to recount stats every time to correct new posts
exar (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#63130
Re:Using Real Names 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
 
 
Go to top