|
|
|
Re:CB with Fireboard
|
|
Date: 2007/05/21 10:37
|
By: aynz
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
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: | 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' );
|
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB with Fireboard
|
|
Date: 2007/06/04 04:51
|
By: waderw24
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
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
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB with Fireboard
|
|
Date: 2007/08/16 12:38
|
By: sddarkman619
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 20 |   | |
|
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
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB with Fireboard
|
|
Date: 2007/09/06 13:35
|
By: titopulpo
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
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: | 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' );
|
Many thanks dude. Worked well for me!
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB with Fireboard
|
|
Date: 2007/09/07 20:41
|
By: cloakeddog
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Thank you very much for the fix m8!!
I pulled my hair over this and now thanks to you is fixed!!
Thanks a lot!!
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB with Fireboard
|
|
Date: 2008/08/02 17:19
|
By: nivle
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
|
Thanks! this helps!
|
|
The administrator has disabled public write access. |
|
|