Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Underscores removal?! (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Underscores removal?!
#53442
Underscores removal?! 3 Months ago  
Some of the fields on the FB at my site are showing the following format:

_FB_ALL_DISCUSSIONS
_FB_CATEGORIES

How can I edit that and get rid of the _ underscores?



Thanks,

Claudio
claudioc (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/09 08:31 By claudioc.
 
The administrator has disabled public write access.  
#53444
Re:Underscores removal?! 3 Months ago  
Hi,

All you need to do is...

- Open your fireboard language file (administrator/components/com_fireboard/ language/english.php) and add

Code:

DEFINE('_FB_ALL_DISCUSSIONS', 'All Discussions');
DEFINE('_FB_CATEGORY', 'Category:');
DEFINE('_FB_CATEGORIES', 'Categories');
DEFINE('_FB_POSTED_AT', 'Posted at');
DEFINE('_FB_AGO', 'ago');



-----------------------

Edit: the "winks"
eezz (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/09 09:37 By eezz.
 
The administrator has disabled public write access.  
#53445
Re:Underscores removal?! 3 Months ago  
Thanks eez,

Was a very helpful!

thanks a lot,



Claudio
claudioc (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top