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
Community Builder integration (1 viewing) (1) Guest
TOPIC: Community Builder integration
#25605
Re:Community Builder integration 1 Year, 3 Months ago  
Hi,

the changes for Number3 are exactly the same, which are described in the thread. I have made no other changes here.

Because my modification is the result of a night full of testing (trial and error) I did not have a documentation about the changes I have made.

To see what files are changed, you can download the modified files here:
pixelwonders.pi.ohost.de/Mambo/index.php...nc,fileinfo/id,3015/

There are 12 changed files in it, including the changes for Number 3 and 6.

Greetings
Ralf

Maybe someone of the PHP pro's find an easier way tho achieve the changes.
BTW: I have not noticed any problems with the modifications
ralfakerkhoff (User)
Nothing unusual
Junior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Pixel Wonders Location: Germany Birthdate: 1962-03-06
Logged Logged
 
There are only two kinds of music:
Rock and Roll
 
 
#36793
Re:Community Builder integration 1 Year ago  
ralfakerkhoff wrote:
The changed files could be downloaded here:
www.pixelwonders.de
You fill find them in the download section under XTRA Downloads.
Please note:
You use it at your own risk !!!!

Ralf
Okay im at your site.. where is this Mod you are saying.. can you be specific where to go in there?
nanaya (User)
Senior Boarder
Posts: 215
graphgraph
User Offline Click here to see the profile of this user
Gender: Female This Is Kawaii Location: Aloha Land
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#36810
Re:Community Builder integration 1 Year ago  
You would need either:
Fireboard mod, which conatains only the changed files, or
Fireboard mod complete, which contains all fireboard files.

Note: As said in the file descriptions the mod is for fireboard 1.03.

Modifications for 1.04 will follow, when I have the time ...

Ralf
ralfakerkhoff (User)
Nothing unusual
Junior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Pixel Wonders Location: Germany Birthdate: 1962-03-06
Logged Logged
 
There are only two kinds of music:
Rock and Roll
 
 
#36834
Re:Community Builder integration 1 Year ago  
Just uploaded the files for firebaord 1.04 to my site.

Features:
1. ready for badwords2
2. All profile changes/settings will be made in Community Builder
3. Community builder icons in Fireboard, you only need to create the fileds in Community Builder.

The zip contains a readme.txt with detailed instructions.

As always:
Usage is at your own risk. The modified files work without problems on my site, but I can't give a guarantee that they work with any Joomla installations.

You can find the download here at my site:
http://www.pixelwonders.de
Choose the downloads from the left menu bar and in the main download window, look at the bootom for the "XTRA Downloads".

Enjoy
Ralf
ralfakerkhoff (User)
Nothing unusual
Junior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Pixel Wonders Location: Germany Birthdate: 1962-03-06
Logged Logged
 
Last Edit: 2008/01/02 11:26 By ralfakerkhoff.
 
There are only two kinds of music:
Rock and Roll
 
 
#39115
Re:Community Builder integration 12 Months ago  
I don’t know if I got it right… what do we need to do exactly?

Do we need the CB plug-in for Fireboard 2.0 beta at all? Their website is currently down so I can’t download it…

Or is it necessary to install first the CB plug-in for Fireboard 2.0 beta and then extract your Fireboard 1.04 mod files on top?

Or should we install the plug-in, then extract both your Fireboard mod(for 1.0.3) and Fireboard 1.0.4 mod files one on top of the other?


I ask this because there are changes to the cb.fireboard.php in the 1.0.3 version but not in the 1.0.4 version of your mod.

What is the exact procedure?
Ampeter (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#41058
Re:Community Builder integration 11 Months, 2 Weeks ago  
Is there a way to just point the "My Profile" links to www.mysite.com/index.php?option=com_comprofiler&Itemid=29, which points to the users CB profile page?
450Thumper (User)
Junior Boarder
Posts: 67
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/01/25 22:55 By 450Thumper.
 
 
#44212
Re:Community Builder integration 10 Months, 4 Weeks ago  
I just installed it

For German you need to add
DEFINE('_UE_USER_FAVS','Deine Favoriten';
DEFINE('_UE_THREAD_UNFAV','Kein Favorit mehr';
DEFINE('_UE_USER_NOFAV','Keine Favoriten ';

in your Language file


But it wont work with child Boards

There not COuntin in my Profile LAst Posts

any Idea
JerryLeeLewis (User)
Senior Boarder
Posts: 258
graphgraph
User Offline Click here to see the profile of this user
Gender: Male My 'Page jerryleelewis@live.de Birthdate: 1971-11-07
Logged Logged
 
 
#51118
Re:Community Builder integration 7 Months, 2 Weeks ago  
For Joomal 1.5 with CB just this in your cb.fireboard.php file which is located in:

{your joomla}componentscom_comprofilerpluginuserplug_cbfireboardplugin

Under defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
paste this code:

DEFINE('_UE_USER_FAVS', 'Deine Favoriten';
DEFINE('_UE_THREAD_UNFAV', 'Kein Favorit mehr';
DEFINE('_UE_USER_NOFAV', 'Keine Favoriten';
DEFINE('_UE_USER_UNFAV_ALL', 'Zu den Forum Optionen wechseln';
DEFINE('_UE_fb_CONFIRMUNFAVEALL', 'Wollen Sie zu den Forum Optionen wechseln?';

And it will show up the right names on the cb fireboard tab. I named _UE_USER_UNFAV_ALL like I named it because when I activate the checkbox for _UE_USER_UNFAV_ALL a message appears which is _UE_fb_CONFIRMUNFAVEALL so I named it what it does on my setup, after clicking okay it redirects me to the users fireboard profile.

Hope this helped and check what _UE_USER_UNFAV_ALL is doing on your system with _UE_fb_CONFIRMUNFAVEALL.
Tomek1 (User)
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top