CB with Fireboard

16 years 11 months ago #38101 by aynz
Replied by aynz on topic Re:CB with Fireboard
Here is the easiest way to sort this issue out.

Intergrate the Fireboard forum first via Fireboard Configuration>Intergration>Community Builder> click here.

1. FTP to your Joomla Directory.
2. Navigate to this folder - JOOMLADIRECTORY/components/com_comprofiler/plugin/language/default_language/
3. You will be fixing this file - default_language.php

You can do 4 or 5 below.

4. If you dig around in the file, you should find something for SimpleBoard Forums - change all SB to FBs.

or

5. Add the following code where you see fit, starting on a new line, and make sure there's a line after it (For cleanliness, and to avoid problems)

Code:
[code:1]DEFINE('_UE_FB_TABTITLE', 'Forum Settings' );
DEFINE('_UE_FB_ORDERING_OLDEST', 'Oldest post first' );
DEFINE('_UE_FB_ORDERING_LATEST', 'Newest post first' );
DEFINE('_UE_FB_ORDERING_TITLE', 'Message Ordering' );
DEFINE('_UE_FB_SIGNATURE', 'Your board signature' );
DEFINE('_UE_FB_VIEWTYPE_FLAT', 'View flat' );
DEFINE('_UE_FB_VIEWTYPE_THREADED', 'View threaded' );
DEFINE('_UE_FB_VIEWTYPE_TITLE', 'Prefered Viewtype' );
DEFINE('_UE_FB_TABDESC', 'General profile options' );[/code:1]

Please Log in to join the conversation.

16 years 10 months ago #38898 by waderw24
Replied by waderw24 on topic Re:CB with Fireboard
Trollgaard wrote:

EmperorNeo wrote:

is it possible to use CB with Fireboard or will it have problems? I'd just like to know if anyone ever tried it and what was the result before i start installing and possibly get errors.

Thanks


I have CB and Fireboard installed without trouble. Atleast yet. The only thing you must fix, if any, is to replace fix the tabnames. On my installation (After pressing the >Click here< under the integration tab) I got:

_UE_FB_TABTITLE as the title on the tab in CB profiles
_UE_FB_TABDESC as the description in CB profiles
_UE_FB_VIEWTYPE_TITLE as the title for viewchanges in CB profiles
_UE_FB_VIEWTYPE_FLAT as the option for flat view
_UE_FB_VIEWTYPE_THREADED as the option for threaded view
_UE_FB_ORDERING_OLDEST for the "Oldest first" option
_UE_FB_ORDERING_LATEST for the "Latest first" option

This can be fixed manually in adminpanel under:

First:

Components -> Community Builder -> Field management

Then:

Components -> Community Builder -> Tab management

I did it by deleting every "weird" entry in Field management and Tab management. Then editing the file admin.fireboard.php
Then I went back to the adminpanel for Fireboard and pressed the >Click here< one more time.


I fixed this by unpublishing " _UE_FB_TABTITLE" in the CB Tab Manager

Please Log in to join the conversation.

16 years 8 months ago #43107 by sddarkman619
Replied by sddarkman619 on topic Re:CB with Fireboard
waderw24 wrote:

Trollgaard wrote:

EmperorNeo wrote:

is it possible to use CB with Fireboard or will it have problems? I'd just like to know if anyone ever tried it and what was the result before i start installing and possibly get errors.

Thanks


I have CB and Fireboard installed without trouble. Atleast yet. The only thing you must fix, if any, is to replace fix the tabnames. On my installation (After pressing the >Click here< under the integration tab) I got:

_UE_FB_TABTITLE as the title on the tab in CB profiles
_UE_FB_TABDESC as the description in CB profiles
_UE_FB_VIEWTYPE_TITLE as the title for viewchanges in CB profiles
_UE_FB_VIEWTYPE_FLAT as the option for flat view
_UE_FB_VIEWTYPE_THREADED as the option for threaded view
_UE_FB_ORDERING_OLDEST for the "Oldest first" option
_UE_FB_ORDERING_LATEST for the "Latest first" option

This can be fixed manually in adminpanel under:

First:

Components -> Community Builder -> Field management

Then:

Components -> Community Builder -> Tab management

I did it by deleting every "weird" entry in Field management and Tab management. Then editing the file admin.fireboard.php
Then I went back to the adminpanel for Fireboard and pressed the >Click here< one more time.


I fixed this by unpublishing " _UE_FB_TABTITLE" in the CB Tab Manager



I did this:

I fixed this by unpublishing " _UE_FB_TABTITLE" in the CB Tab Manager


and when I go to my profile and I click edit>update your profile:
I am able to update the stuff like name, username, password.

when I publish this, however, when I do:
edit>update your profile

it takes me to the screen where you choose flat or threaded view, and ordering, and signature.......and then I cant change name or password....so I have to unpublish it.....

I know must have somethign just a little wrong....I would like ot make a button, or tab where I can click on it and change my FORUM settings aside from my username and password....

I am still learning CB, and how to do the tabs...but I need the update profile link to go to the correct place, not the forum settings....

what am I doing wrong? thanks.

Post edited by: sddarkman619, at: 2007/08/16 12:40

Please Log in to join the conversation.

16 years 7 months ago #45042 by titopulpo
Replied by titopulpo on topic Re:CB with Fireboard
aynz wrote:

Here is the easiest way to sort this issue out.

Intergrate the Fireboard forum first via Fireboard Configuration>Intergration>Community Builder> click here.

1. FTP to your Joomla Directory.
2. Navigate to this folder - JOOMLADIRECTORY/components/com_comprofiler/plugin/language/default_language/
3. You will be fixing this file - default_language.php

You can do 4 or 5 below.

4. If you dig around in the file, you should find something for SimpleBoard Forums - change all SB to FBs.

or

5. Add the following code where you see fit, starting on a new line, and make sure there's a line after it (For cleanliness, and to avoid problems)

Code:
[code:1]DEFINE('_UE_FB_TABTITLE', 'Forum Settings' );
DEFINE('_UE_FB_ORDERING_OLDEST', 'Oldest post first' );
DEFINE('_UE_FB_ORDERING_LATEST', 'Newest post first' );
DEFINE('_UE_FB_ORDERING_TITLE', 'Message Ordering' );
DEFINE('_UE_FB_SIGNATURE', 'Your board signature' );
DEFINE('_UE_FB_VIEWTYPE_FLAT', 'View flat' );
DEFINE('_UE_FB_VIEWTYPE_THREADED', 'View threaded' );
DEFINE('_UE_FB_VIEWTYPE_TITLE', 'Prefered Viewtype' );
DEFINE('_UE_FB_TABDESC', 'General profile options' );[/code:1]


Many thanks dude. Worked well for me!

Please Log in to join the conversation.

16 years 7 months ago #45215 by cloakeddog
Replied by cloakeddog on topic Re:CB with Fireboard
Thank you very much for the fix m8!!

I pulled my hair over this and now thanks to you is fixed!!


Thanks a lot!!


:laugh:

Please Log in to join the conversation.

15 years 8 months ago #70251 by nivle
Replied by nivle on topic Re:CB with Fireboard
Thanks! this helps!

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.273 seconds

Facebook Twitter LinkedIn