|
integration with community builder issues 1 Year, 6 Months ago
|
|
|
Hello,
I have 2 issues with fireboard on my website:
- First is the community builder integration. I'd like user and avatar links to redirect to community builder profile as it is now, but the profile links on top to go to our own profile still go to the normal fireboard profile with all of its options. Is that possible? I think it would be more user friendly.
- Second, when a user without an avatar is connected, the s_nophoto.jpg does not appear... Any idea where this problem comes from?
thanks in advance for your help, mywebsite in my signature.
ps: one more thing, is the forum profile as it is on this website included in 1.0.1 version of fireboard? Cause I still have a version similar to the one in 1.0.0 ... ?
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 6 Months ago
|
|
|
this should work!
try updating to the latest version !
|
|
|
Logged
|
|
|
Last Edit: 2007/06/18 14:15 By dragontje124.
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 6 Months ago
|
|
|
Sorry I was not very good at explaining. I have the last fireboard version. I was just worried that the fireboard profile was not like here but it is normal everyone has the old one even when they have fireboard 1.0.1.
So how do I set up to obtain what I asked above? I tried plenty of different things but never got that to work...
thanks for any help
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 6 Months ago
|
|
|
Same problem here
|
|
|
Logged
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 6 Months ago
|
|
|
I am very interested in this as well. As of now I can't figure out how to have the My Profile link go back to fireboard, so you can utilize the favorites capability. Anybody have any thoughts on what can be done?
Thanks
|
|
|
Logged
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 6 Months ago
|
|
exact same problem here thejarnold  want to either integrate favorites into cb plugin
|
|
|
Logged
|
|
|
Such is Life
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 4 Months ago
|
|
|
it can be done as i have just spent the last 13 hours changing things here and there, (learnt the code as i went).
i think i have done what you asked for
i have change the top link so it goes to the FB profile and the bottom one to CB profile.
if this is what you want i can explain (i think)
|
|
lenxe (User)
Fresh Boarder
Posts: 10
|
Logged
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 4 Months ago
|
|
|
mmm why not actually it may be interesting, but yet some information will be unavailable or people will have to enter it twice in both profiles hehe
Ah, this integration give me trouble! there doesn't seem to be a very nice solution but I am interested in hearing your solution
thanks
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 4 Months ago
|
|
|
ok
first edit /administrator/components/com_fireboard/language/english.php
the title for the link;
find
[code:1]DEFINE('_GEN_MYPROFILE', 'My Profile');[/code:1]
Change to
[code:1]DEFINE('_GEN_MYPROFILE', 'My Stuff');[/code:1]
Where stuff is the new name for the link at the top.
[b]Second[/b] edit /components/com_fireboard/template/default/fb_layout.php
to change where the link goes to.
Around Line 198
Find
[code:1]$header .= $fbConfig['cb_profile'] ? sefRelToAbs('index.php?option=com_comprofiler&Itemid=' . $cbitemid . '&task=userDetails') : sefRelToAbs(JB_LIVEURLREL . '&func=myprofile&do=show');[/code:1]
change to
[code:1]$header .= sefRelToAbs(JB_LIVEURLREL . '&func=myprofile&do=showmsg');[/code:1]
this will now take you to FB profile showing the posts you've made. ("showmsg" = post, "showsub" = subsciptions)
[b]third[/b]
i removed the links to the FB user info/profile
edit the file to remove the unwanted menus items
i deleted out the links that apply to the user info and the user settings
(i did put these bits of code in but they didin't want to show up see zip file)
this left me with;
my posts
my subscriptions
my favourites
i also edited the profile to delete the addtional info from FB profile. becasue if a user looks at a profile from the link on a post it will show these unfilled and uneditable options.
it is in the file
/components/com_fireboard/template/default/plugin/myprofile/myprofile_summary.php
the code i removed is in the file attached as it is not showing properaly.
these changes mean that a users looks at "my stuff" for their post, subs and fav but then uses their CB profile to change settings like view type, order and sig.
attached are my edited files and a text file to show the code i removed.
last of all i have no idea if these changes will create a secruity problem or any other problem so use at own risk. hope its of help [file name=myprofile_summary.zip size=30277]http://www.bestofjoomla.com/images/fbfiles/files/myprofile_summary.zip[/file]
|
|
lenxe (User)
Fresh Boarder
Posts: 10
|
Logged
|
|
|
Last Edit: 2007/09/09 15:03 By lenxe.
|
|
|
|
|
|
Re:integration with community builder issues 1 Year, 3 Months ago
|
|
What about integrating an avatar only (with CB of coz). I tried to check only an avatar integration option, but it resulted in switching the whole profile from FB to CB (when I click my profile at FB it takes me to the FB tab in CB profile  ).
Also, in case of full integration user's signatures from FB disappears and they have to enter it again in FB/CB profile.
|
|
bejo (User)
Fresh Boarder
Posts: 1
|
Logged
|
|
|
|
|
|