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

Your complete CB-based Community site up and running in minutes!
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 topic has been locked.

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 topic has been locked.

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 topic has been locked.

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 topic has been locked.

Re:CB with Fireboard
Date: 2007/09/07 20:41 By: cloakeddog Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
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 topic has been locked.

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 topic has been locked.

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

CBSubs 1.0

CBSubs 1.0.1 released!

Find out more about the revolutionary new Joomla subscription system:

Info on CBSubs

CB 1.2 Documentation

Thank you bonus:

ProfileBook (+Blog) 1.2RC
ProfileGallery 1.2RC2
CB Privacy 1.0RC

What? Why? Where?

Click here for a yearly subscription: subscribe now

CB 1.2.1 Download

Community Builder 1.2.1 Stable
native for:
Joomla 1.5 & 1.0 & Mambo
You need to be a registered member to download.

Installation doc for CB 1.2:
(first 34 pages of full doc):

Full 181 pages CB 1.2 documentation:
You need to be a CB doc subscriber to download.

CB Login