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
Re:Linking users to CB Profile (1 viewing) (1) Guest
TOPIC: Re:Linking users to CB Profile
#28941
Linking users to CB Profile 1 Year, 2 Months ago  
Umm I noticed the other day when I open a post up and click on a users name on the left hand side... It takes me to the entrance not the profile. Is this a bug or just a problem with how I have this app configured?
losts (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1977-04-07
Logged Logged
 
 
#28990
Re:Linking users to CB Profile 1 Year, 2 Months ago  
I have the same problem.

Don't expect an answer, losts. You never get them in this forum.

Really annoying, especially considering how bug-riddled Fireboard is.

You'll find another issue with profiles:

When you click on "My Profile" in the header bar, it takes you to the Edit Profile screen if you have "Community Builder user profiles" set to yes. If not, it takes you to the Fireboard profile screen.

Then, if you click on the link for "my profile" below the header bar, you get the CB profile EDIT page. Not your profile, but the edit profile link from CB.

Every place there is a link for a profile, it takes you to a different place.

But again, don't expect a response from anyone at BOJ.
rteeples (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#29084
Re:Linking users to CB Profile 1 Year, 2 Months ago  
Well I semi figured out the problem. Set the CB Intergration to yes... it will work... but now DO NOT touch the spelling in which things are done in the CB or else post wont display correctly.
losts (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1977-04-07
Logged Logged
 
 
#47017
Re:Linking users to CB Profile 9 Months, 4 Weeks ago  
I am having the same issue. Losts, what do you mean about not changing the spelling? I do have my CB integrations set to yes...but I still have the profile issues. Any thoughts?
sudie97 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#47843
Re:Linking users to CB Profile 9 Months, 2 Weeks ago  
If the problem is that you are getting to 'different' cb profile pages depending on where you click in the forum, then I have a suggestion.
This involves changing the code in fb so its not great, i wouldn't expect you could get any support afterwards, but if you were desperate you could try the following...

in fb_layout.php
change
sefRelToAbs('index.php?option=com_comprofiler&Itemid=' . $cbitemid . '&task=userDetails'
to
sefRelToAbs('index.php?option=com_comprofiler&Itemid=' . $cbitemid . ''


in profilebox.php
change
sefRelToAbs('index.php?option=com_comprofiler&task=userDetails'.FB_CB_ITEMID_SUFFIX)
to

sefRelToAbs('index.php?option=com_comprofiler'.FB_CB_ITEMID_SUFFIX)

worked on my test installation.
Rob
teratyke (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#47857
Re:Linking users to CB Profile 9 Months, 2 Weeks ago  
Thanks for responding, Rob!

Unfortunately, it doesn't work

I wasn't even able to find the second string in your solution.

I made the first change, but it returned and error in another line...

Ugh!
sudie97 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#47862
Re:Linking users to CB Profile 9 Months, 2 Weeks ago  
Hi
I'm using fb 1.0.4 and cb 1.1 is that the same for you?

For me everything was working fine except clicking the my profile buttons in fb returned the wrong profile page. I found by taking the '&task=userDetails' bit out of the code made it just go to the profile page. This worked fine for me, without any errors. Here are the files I changed - oh I'm using the default template for fb.

I'm going to post the code later that i used - i tried in this post, but it got messed up and the kid is trashing the kitchen so I can't concentrate..

THanks

Rob
teratyke (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/27 22:08 By teratyke. Reason: code got messed up again
 
 
#47863
Re:Linking users to CB Profile 9 Months, 2 Weeks ago  
/public_html/components/com_fireboard/template/default/fb_layout.php changed to look like this...

[code:1]if ($my_id != 0)
{
$header .= '';
$header .= $fbIcons['profile'] ? '' : _GEN_MYPROFILE;
$header .= '';
}[/code:1]

/public_html/components/com_fireboard/template/default/plugin/profilebox/profilebox.php changed to look like this...

[code:1]if($fbConfig['cb_profile']) {
$jr_profilelink = '' . _PROFILEBOX_MYPROFILE . '';
}[/code:1]

This looks ok in my preview window, so hopefully the post is ok too

no it still doesn't look correct i could email it you - unless you know why the code is getting striped out? I guess thats another thread.
teratyke (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/27 22:32 By teratyke. Reason: code wrong
 
 
#50834
Re:Linking users to CB Profile 7 Months, 3 Weeks ago  
I can't seem to find anyone else having this problem.
When I go to my CB Profile and "Edit Details" the Fireboard information looks like this.

Why does it have _UE_FB_TABTITLE, etc.? Seems like this is the code the user should not be seeing.

I am using Joomla 1.0.15, FB 1.0.4, CB 1.1

Thanks
B
beyoyo2 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Michigan
Logged Logged
 
Last Edit: 2008/05/19 18:45 By beyoyo2. Reason: picture didn\'t upload
 
 
#50835
Re:Linking users to CB Profile 7 Months, 3 Weeks ago  
NM!
Found the answer:
Add this to this file:
com_comprofiler/plugin/language/default_language/default_language.php

//CB Profile forum settings tab
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 signature' );
DEFINE('_UE_FB_VIEWTYPE_FLAT', 'View flat' );
DEFINE('_UE_FB_VIEWTYPE_THREADED', 'View threaded' );
DEFINE('_UE_FB_VIEWTYPE_TITLE', 'Preferred viewtype' );
DEFINE('_UE_FB_TABDESC', 'General profile options' );

works now.
beyoyo2 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Michigan
Logged Logged
 
 
Go to top