| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Latest Release
Go to bottom Post Reply Favoured: 0
TOPIC:
#28941
Linking users to CB Profile 6 Months, 3 Weeks 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
 
The administrator has disabled public write access.  
#28990
Re:Linking users to CB Profile 6 Months, 3 Weeks 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)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#29084
Re:Linking users to CB Profile 6 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
#47017
Re:Linking users to CB Profile 2 Months 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
 
The administrator has disabled public write access.  
#47843
Re:Linking users to CB Profile 1 Month, 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
 
The administrator has disabled public write access.  
#47857
Re:Linking users to CB Profile 1 Month, 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
 
The administrator has disabled public write access.  
#47862
Re:Linking users to CB Profile 1 Month, 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
 
Last Edit: 2008/03/27 22:08 By teratyke. Reason: code got messed up again
 
The administrator has disabled public write access.  
#47863
Re:Linking users to CB Profile 1 Month, 2 Weeks ago  
/public_html/components/com_fireboard/template/default/fb_layout.php changed to look like this...

Code:

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


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

Code:

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


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
 
Last Edit: 2008/03/27 22:32 By teratyke. Reason: code wrong
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop