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
FB 1.0.5 RC2 and CB 1.2 (1 viewing) (1) Guest
TOPIC: FB 1.0.5 RC2 and CB 1.2
#60242
FB 1.0.5 RC2 and CB 1.2 2 Months, 3 Weeks ago  
Downloaded latest 1.0.5 RC2 fireboard component.
Installed on J 1.5.7 with legacy enabled.
Also have CB 1.2 (RC3) installed.
Selected all CB related settings from fireboard backend (avatar, profile, etc).

When visiting my Joomla site as a guest and click on fireboard menu item I go to fireboard as a guest and I am presented with various links:

login link - points to com_user
lost password - points to com_comprofiler
register - points to com_comprofiler
logout link - points to com_user

Perhaps this can be fixed?
nant (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#60780
Re:FB 1.0.5 RC2 and CB 1.2 2 Months, 1 Week ago  
Also My Profile links to Fireboard Profile instead of CB profile.

I created a login page for Community Builder on my site and I've hacked profilebox.php to fix the login and logout issue for me. But I'm still struggling to fix the Profile issue. I had hoped it would be fixed in this version.

Using Joomla 1.5.7, CB 1.2 RC3, Fireboard 1.0.5 RC2
geekette (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/10/27 08:12 By geekette. Reason: more specifics
 
 
#60781
Re:FB 1.0.5 RC2 and CB 1.2 2 Months, 1 Week ago  
nant wrote:
Downloaded latest 1.0.5 RC2 fireboard component.
Installed on J 1.5.7 with legacy enabled.
Also have CB 1.2 (RC3) installed.
Selected all CB related settings from fireboard backend (avatar, profile, etc).

When visiting my Joomla site as a guest and click on fireboard menu item I go to fireboard as a guest and I am presented with various links:

login link - points to com_user
lost password - points to com_comprofiler
register - points to com_comprofiler
logout link - points to com_user

Perhaps this can be fixed?


We will have this fixed for the next series of builds. Thx for pointing out!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#60806
Re:FB 1.0.5 RC2 and CB 1.2 2 Months, 1 Week ago  
nant wrote:
Downloaded latest 1.0.5 RC2 fireboard component.
Installed on J 1.5.7 with legacy enabled.
Also have CB 1.2 (RC3) installed.
Selected all CB related settings from fireboard backend (avatar, profile, etc).

When visiting my Joomla site as a guest and click on fireboard menu item I go to fireboard as a guest and I am presented with various links:

login link - points to com_user
lost password - points to com_comprofiler
register - points to com_comprofiler
logout link - points to com_user

Perhaps this can be fixed?


What would be the correct link for login and logout? Can you give me an example syntax?

Thx!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#60810
Re:FB 1.0.5 RC2 and CB 1.2 2 Months, 1 Week ago  
The url I used for logout when I modified profilebox.php was
Code:

index.php?option=com_comprofiler&task=logout 

and that seemed to work.

I had a bit more trouble with login. Maybe someone at Joomlapolis can be of more help there. There doesn't seem to be a page associated with login for CB (though you'd think there would at least be a task to reference). So, I created a login page as an article, Loaded a copy of the cb login module into the article using {loadposition position#}, and determined the link for that article. That's what I then placed into profilebox.php.

There's got to be an easier way. I'm getting tired of doing this on every site where I use both CB and Fireboard.

I finally got the My Profile to work correctly. I first tried changing fb_link.class.php as someone suggested but that didn't work. Finally made another change in profilebox.php to get it to work.
geekette (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top