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
Incorrect CB Tab names (1 viewing) (1) Guest
TOPIC: Incorrect CB Tab names
#254
Incorrect CB Tab names 1 Year, 8 Months ago  
First of all, many compliments, this software is awesome!

I just installed Fireboard on my Joomla 1.0.12, JoomFish!1.7, CB 1.0.2. The forum is working fine (never thought it would have been so easy an install!). Everything looks correct except the CB tabs. In the fireboard configuration, under "integration", I set "Community Builder user profiles" to yes and clicked on the "> Click here <" beside "Create Community Builder forum profile". This created me the CB tabs that I can see in both the front-end and the back and they seems to work too, but... instead of the names I see strings like "_UE_FB_TABTITLE", "_UE_FB_TABDESC". Is there something else I should do?

Thanks in advance,

- Ganesh
ganesh (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#256
Re:Incorrect CB Tab names 1 Year, 8 Months ago  
you have to add those on your CB language file. I think CB team will be add fireboard language file on their component.
greatpixels (Admin)
BoJ Team
Moderator
Posts: 461
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
 
#260
Re:Incorrect CB Tab names 1 Year, 8 Months ago  
Ok, thanks. At least I did not do anything wrong
So I just have to wait for them to do it or find some doc that explains how I could contribute.

G.
ganesh (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#2150
Re:Incorrect CB Tab names 1 Year, 8 Months ago  
greatpixels wrote:
you have to add those on your CB language file. I think CB team will be add fireboard language file on their component.

This has happened to the site I was planning on going into Beta in this past weekend.

What can I do to get this working or how long am I going to have to wait for this to be fixed?

I really can't launch into Beta with this problem.
MSCopeland (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#2205
Re:Incorrect CB Tab names 1 Year, 8 Months ago  
Is there a simple instruction to add the fields to the language file?

Has anyone got the CB tabs and profiles working right yet?

I also found that the pics for the ranks in the CB profile also weren't there. I copied the rank dir from /com_joomlaboard/ranks to /com_fireboard/ranks and all worked fine.
accxess (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#2375
Re:Incorrect CB Tab names 1 Year, 8 Months ago  
The language file is under the default language folder in the plugin folder of combuilder I think. All you need to do is add in

DEFINE('_UE_FB_TABTITLE','Forum Options';

where the first ' ' is the thing you want replaced and the second is the thing you want it to display as.
jjsmith (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#11249
Re:Incorrect CB Tab names 1 Year, 7 Months ago  
If you want it in simple default english simply cut and paste this into your CB language file. Normally:

"components/com_comprofiler/plugin/language/default_language/default_language.php"

[code:1]
//Fireboard Forum Tab Language Settings
DEFINE('_UE_FB_TABTITLE','Forum Settings');
DEFINE('_UE_FB_TABDESC','Change your forum settings');
DEFINE('_UE_FB_VIEWTYPE_TITLE','Select Viewtype:');
DEFINE('_UE_FB_VIEWTYPE_FLAT','Flat');
DEFINE('_UE_FB_VIEWTYPE_THREADED','Threaded');
DEFINE('_UE_FB_ORDERING_TITLE','Post Order:');
DEFINE('_UE_FB_ORDERING_OLDEST','Oldest First');
DEFINE('_UE_FB_ORDERING_LATEST','Newest First');
DEFINE('_UE_FB_SIGNATURE','Signature:');
[/code:1]
ratanuk (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#21051
Re:Incorrect CB Tab names 1 Year, 4 Months ago  
Great, thanks!
drleper (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#22029
Re:Incorrect CB Tab names 1 Year, 3 Months ago  
WoW! It is so slick when a change like this works so easily! COOL!
Sipapu (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top