Home arrow Forum Syncing SMF profile with CB profile
  Welcome, Guest. Please login or register.
Did you miss your activation email?
November 22, 2008, 05:53:08 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 2.0.x (Moderators: -Wolverine, kai920)
| | | |-+  Syncing SMF profile with CB profile
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Syncing SMF profile with CB profile  (Read 1713 times)
fabs
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 18


View Profile
Syncing SMF profile with CB profile
« on: February 13, 2007, 01:32:46 PM »

There should be a plugin that creates a CB profile tab with the corresponding smf profile fields that syncs those fields back to smf.
right now when u choose to handle everything through CB profile the only user profile information that shows on smf forum posts will be
-Email
-Messaging
-Profile-link

info like website, MSN, ICQ, Location etc. have to be entered through smf profile which would mean one would have to maintain two profiles. That is insufficient i think.

As far as I know from the developer geeffland from http://www.cbconnector.com the upcoming bridging solution for CB and phpBB, CBconnector 2.0, which will be also transformed to a SMF connecting version later, already handles syncing of profile information through CB profile to the forum profile.

There is a discussion and comparison of CBconnector and Joomlahacks SMF bridge available here:
http://cbconnector.com/forum/viewtopic.php?t=49

maybe the two parties could join efforts and further syncing of joomla CB profile and SMF profile to make integration even more seemless. So far CBconnector is still alpha so it would not be a bad idea to have a plugin for Joomlahacks SMF bridge right now to sync cb profile info to smf profile info as stated above until CBconnector matures some more.
« Last Edit: February 13, 2007, 01:41:27 PM by fabs » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Syncing SMF profile with CB profile
« Reply #1 on: February 13, 2007, 05:00:54 PM »

this has already been shown by one of our users... how to implement it that is.  You need only search the forums.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Syncing SMF profile with CB profile
« Reply #2 on: February 13, 2007, 05:01:52 PM »

http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2591.0
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
fabs
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 18


View Profile
Re: Syncing SMF profile with CB profile
« Reply #3 on: February 13, 2007, 05:31:46 PM »

Sorry then...
As you have all the cb profile plugins available for download i thought it would have been integrated already if there was a solution which is why i did not do a search.

Thanks very much for the info. I will update the review an comparison accordingly.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Syncing SMF profile with CB profile
« Reply #4 on: February 13, 2007, 05:52:36 PM »

no problems, your post spawned me to integrate it(I think).  My main concern with not doing it previously is that the user must configure the cb fields, and they must be exact.  That is generally a support nightmare.  I deal with users everyday that have a difficult time following all the help already available, let alone more manual instructions.  So I will probably integrate it and leave it disabled, but allow it to be enabled by more advanced users.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
fabs
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 18


View Profile
Re: Syncing SMF profile with CB profile
« Reply #5 on: February 13, 2007, 06:35:34 PM »

There should be some possibility to make the smf-cb plugin create the necessary fields somehow on install, or isn't there? I mean there is cb sample data coming with cb installation you can load and it creates fields as well. So why shouldn't your plugin?

otherwise support would certainly be an issue for quite a few.
but even if u leave it disabled u will be faced with the question even more often on how to turn it on and configure it. so i think it would be better and after all less work to create a proper automated solution right away that creates all necessary fields and tabs in cb.
Logged
geeffland
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Syncing SMF profile with CB profile
« Reply #6 on: February 14, 2007, 02:40:49 PM »

With the CB plugin you can make it create the fields automatically.  There are 2 methods...

1) using the install XML file
2) or use an install php file

Been a while since I chatted with you Wolverine...  sounds like your bridge has turned out pretty good...  After I get CB connector v2 (previously called phpbb connector) out final I will peek at your bridge and see what I can do to help with the CB integration or integration with the CB connector...  Last time I messed with SMF was before I got involved with the phpbb connector...

If you get to this before I do... make sure and use unique names for the cb fields or it could interfere with other plugins...

Greg
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Syncing SMF profile with CB profile
« Reply #7 on: February 18, 2007, 04:07:35 PM »

Thanks.  I have already completed this modification and in the end it is not possible to do the necessary modifications in the xml file alone.  Either way, all my cb fields will be cb_jsmffieldname.  The modifications should be in testing by this evening.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
geeffland
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Syncing SMF profile with CB profile
« Reply #8 on: February 21, 2007, 10:21:56 AM »

Wolverin,
You are correct... I must have not read the first post of this thread... about have SMF fields editable in CB.  The XML file, or the install file for that matter, would have created CB fields that are only for CB.  What you need and you may have figured out already is some custom code that gets shown on the CB profile that writes specific fields to the SMF database directly without even storing a CB field for that data.

Sorry for the mix up... if by chance you want some sample code that shows how to do the custom fields direct to another table without going into the comprofiler table just let me know...

Thanks,
Greg
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login