Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:[SOLVED] FB redirects to the wrong profile with (1 viewing) (1) Guest
Go to bottom Favoured: 7
TOPIC: Re:[SOLVED] FB redirects to the wrong profile with
#49702
Re:FB redirects to the wrong profile when using CB 6 Months, 3 Weeks ago  
I have not but I was just reading up about it. I will give that a go even though it says on Joomlapolis that it's for FB 1.0.3
emstalk (User)
Junior Boarder
Posts: 56
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49703
Re:FB redirects to the wrong profile when using CB 6 Months, 3 Weeks ago  
emstalk wrote:
I will give that a go even though it says on Joomlapolis that it's for FB 1.0.3

I thought the same thing but after doing some checking it seems to be an upgrade the plugin released with CB1.1 (that I downloaded about 2 weeks ago)... wait.. I'll have another look.

Yes, I just compared the files (cb.simpleboardtab.php) and the update that I linked to has extra fuctions specifically for unsubscribing and unfavoriting.
omin (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49704
Re:FB redirects to the wrong profile when using CB 6 Months, 3 Weeks ago  
Just applied the update and I am pleased to say it is all working great now. I was a little confused at first with the update since it was for simpleboard and the update told me to delete the fireboard plugin. When I did that it removed all my forum stats from my profile so I started to wonder how to get them back. When I published the simpleboard tab it all reappeared and works like a charm. That is interesting but I am glad it all works like I want now.
emstalk (User)
Junior Boarder
Posts: 56
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49763
Re:FB redirects to the wrong profile when using CB 6 Months, 3 Weeks ago  
I got it working in the end! Had to alot of messing around tho as Im using a modified version of Numinu Rejuvinated with multiple tabs taken from fireboard on steroids.

Thanks for the fix but I don't see why it has to even go to the cb profile why not just redirect back to the post like when you first subscribe?
Andy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaPlazza Location: SCOTLAND
Logged Logged
 
joomlaplazza.comSocial Networking Resource center
 
The administrator has disabled public write access.  
#50485
Re:FB redirects to the wrong profile when using CB 6 Months, 2 Weeks ago  
Hello,

First of all thanks for your value input and solution to this issue by which we have manage to solve all our known issues regarding integration between CB and FB, except one remaining issue, which I hope some of you can help us with.

When I click on My Profile in FB I will be redirected to "Edit my profile" in CB and not "My CB Profile" It is like they have been split up in two, Edit my profile include the tabs Profile, Newsletter, Contact Info, Additional Info and Forum Settings. My Profile include Forum information.

I have attached a file with two screendrumps showing the two profiles.

The question is is that the way it should be or is there a way to changes so we have everything under one CB Profile and when you click My Profile in the Forum you will than be redireted to your full profile.
File Attachment:
File Name: Edit_Profile.doc
File Size: 0
FH45 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/05/12 11:34 By FH45. Reason: Want to attach file
 
The administrator has disabled public write access.  
#50486
Re:FB redirects to the wrong profile when using CB 6 Months, 2 Weeks ago  
I am sorry I have now tried to attached several different file types to the post. Every time I use a file format which I was told would be OK I get a message that I need another file format.
FH45 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/05/12 11:46 By FH45.
 
The administrator has disabled public write access.  
#50513
Re:FB redirects to the wrong profile when using CB 6 Months, 1 Week ago  
This happens to me too but I assumed that was the way it was supposed to be. If you click on your profile icon under your avatar it takes you to the full profile.
Andy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaPlazza Location: SCOTLAND
Logged Logged
 
joomlaplazza.comSocial Networking Resource center
 
The administrator has disabled public write access.  
#51454
Re:FB redirects to the wrong profile when using CB 5 Months, 3 Weeks ago  
it happens to me too...

well, just wait for the technicans fix this..
bionic (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
The administrator has disabled public write access.  
#51648
Re:[SOLVED] FB redirects to the wrong profile with 5 Months, 2 Weeks ago  
this should correct the issue with fb linking back to edit section of the cb profile.

i am using the default_ex template, but it should be similar with any template.

locate fb_layout.php in components/com_fireboard/template/default_ex/.
on line 221 replace
Code:

$header .= $fbConfig['cb_profile'] ? sefRelToAbs('index.php?option=com_comprofiler&Itemid=' . $cbitemid . '&task=userDetails') : sefRelToAbs(JB_LIVEURLREL . '&func=myprofile&do=show');


with this
Code:

$header .= $fbConfig['cb_profile'] ? sefRelToAbs('index.php?option=com_comprofiler&Itemid=' . $cbitemid) : sefRelToAbs(JB_LIVEURLREL . '&func=myprofile&do=show');



next locate profilebox.php in components/com_fireboard/template/default/plugin/profilebox/ . on line 64 replce
Code:

$jr_profilelink = '<a href="' . sefRelToAbs('index.php?option=com_comprofiler&amp;task=userDetails'.FB_CB_ITEMID_SUFFIX) . '" >' . _PROFILEBOX_MYPROFILE . '</a>';


with this
Code:

$jr_profilelink = '<a href="' . sefRelToAbs('index.php?option=com_comprofiler'.FB_CB_ITEMID_SUFFIX) . '" >' . _PROFILEBOX_MYPROFILE . '</a>';
jmelton98 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#53672
Re:[SOLVED] FB redirects to the wrong profile with CB 4 Months, 1 Week ago  
Omin,

I have another Joomla site with this same problem. Subscribe and Favorite still go to FB profile but Unsubscribe and Unfavorite are working great.

The setup is similar to my other Joomla site that I had (Joomla 1.0.15, CB 1.1, FB 1.0.4) but the problem is that I got rid of my old site and don't have my files that worked.

So I went through this thread and tried the exact same fix thinking it would work like my old site but sure enough it does not.

I have applied the updated files to simpleboard and I am using your view.php file that you attached here. I can't remember if there was any additional steps that I did to get this working.

Do you have any idea why subscribe and favorites would not work but unsubscribe and unfavorite work just fine? I am lost and have been working on this for hours now.

Can you help me... again?

Thank You

Jaysen
emstalk (User)
Junior Boarder
Posts: 56
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top