Arrow 
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Advertise on this site

Joomlapolis Forums  


<< Start < Prev 1 2 3 Next > End >>
Re:CB with Fireboard
Date: 2007/05/21 10:37 By: aynz Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 3
graphgraph
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' );

Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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!
Click here to see the profile of this user 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
graphgraph
Thank you very much for the fix m8!!

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


Thanks a lot!!


Click here to see the profile of this user 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
graphgraph
Thanks! this helps!
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC2, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login