Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 Next > End >>
synchronizing CB registrants w/ CB Contacts?
Date: 2007/12/15 00:55 By: gswdev Status: CB Doc subscriber  
Karma: 2  
Fresh Joomlapolitan

Posts: 6
graphgraph
In my original Joomla installation I did not install the original Contacts component. I did install CB and got registration going as I wanted. Now I'd like the functionality of CB Contacts for emailing and also for deriving snail-mail mailing lists of street addresses if possible that I could feed into MS Word mailmerge or something like that.

So I installed CB Contacts with no installation problems and expected that I'd be able to synchronize my existing registered members to populate the CB Contacts database. But even when I use the synchronize tool in CB configuration, nothing gets populated.

What am I missing?

Is synchronization not designed to go in that direction?

Is there any way to do what I was after? I'm certainly not going to hand enter everybody who has already registered!

Thanks,
Tom
Click here to see the profile of this user The administrator has disabled public write access.

Re:synchronizing CB registrants w/ CB Contacts?
Date: 2007/12/15 08:55 By: nant Status: Admin  
Karma: 463  
Admin

Posts: 6005
graph
The original contacts component is automatically installed with Joomla/Mambo, so I don't understand your first statement.

You need to manually add contacts in the CB contact component, nothing to synchronize.
Nick A.
CB Core Team Member
Support CB Development and Get Detailed Documentation
Developer of Nant's Gallery plugin
CB Gallery Extensions Listing, Rate CB Gallery on Extensions Site
Developer of CB AutoWelcome Plugin
CB AutoWelcome Extensions Listing,Rate CB AutoWelcome on Extensions Site
People ignoring your call for help? Read this!
FAQ you
Joomlapolis Extensions Directory (new)- check it out!
Click here to see the profile of this user The administrator has disabled public write access.

Re:synchronizing CB registrants w/ CB Contacts?
Date: 2007/12/17 18:05 By: gswdev Status: CB Doc subscriber  
Karma: 2  
Fresh Joomlapolitan

Posts: 6
graphgraph
OK, maybe I should restate the need and let you tell me if there's a way to get there.

CB registration is working fine. I installed the CB Contacts component without problems, hoping to be able to generate a snail mail mailing list of names and addresses of the members who have registered.

If I could just get a list like that displayed in HTML, I think I could do the reformatting needed to get it into a MS Word mailmerge.

It just doesn't make sense to me that CB registration and CB Contacts would be INDEPENDENT of each other so that I would need to RE-ENTER all info into CB Contacts for my already registered members?!

Less pressing but another wish would be to be able to broadcast an email message to all registrants.

Thanks for any pointers you can give.

Tom
Click here to see the profile of this user The administrator has disabled public write access.

Re:synchronizing CB registrants w/ CB Contacts?
Date: 2007/12/18 22:39 By: Insomn3ak Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 2
graphgraph
Yes I agree, as I am having the same issue. I currently have hundreds of users entered into CB. None of those users are listed in the normal Joomla contacts component because CB doesn't sync with that component. I just installed the "CB contacts" component hoping it would solve that problem. Unfortunately I haven't found a way to sync (or import) the CB registrants into the CB contacts component database yet.

I think I'm possibly missing something...
Click here to see the profile of this user The administrator has disabled public write access.

Re:synchronizing CB registrants w/ CB Contacts?
Date: 2007/12/20 15:29 By: kenlyle Status: CB Doc subscriber  
Karma: 3  
Senior Joomlapolitan

Posts: 57
graphgraph
Agreed. The benefits of this component are not clear to me.

Here is a query to insert approved, non-banned, "Staff" (JACL) users into the contacts table - YMMV!:

"
INSERT INTO jos_contact_details ( name, address, suburb, state, country, email_to, telephone, [image], imagepos, user_id, published, catid )
SELECT [firstname] & " " & [Lastname] AS Expr1, jos_comprofiler.address, jos_comprofiler.city, jos_comprofiler.state, jos_comprofiler.country, jos_users.email, jos_comprofiler.phone, jos_comprofiler.avatar, "top" AS Expr2, jos_comprofiler.user_id, "1" AS Expr3, 12 AS Expr4
FROM jos_users INNER JOIN jos_comprofiler ON jos_users.id = jos_comprofiler.user_id
WHERE (((jos_comprofiler.firstname) Is Not Null And (jos_comprofiler.firstname)>="A") AND ((jos_comprofiler.banned)=0) AND ((jos_comprofiler.approved)=1) AND ((jos_comprofiler.confirmed)=1) AND ((jos_users.block)=0) AND ((jos_users.usertype)="Staff"));
"

Maybe CB_Contacts needs to BREAK from the standard contacts component, and read directly from comprofiler, rather than being compatible?

Thanks, all!
Click here to see the profile of this user The administrator has disabled public write access.

Re:synchronizing CB registrants w/ CB Contacts?
Date: 2007/12/20 17:21 By: beat Status: Admin  
Karma: 241  
Admin

Posts: 4061
graphgraph
CB Contacts 1.0 is....a first version

It still gives you benefit of the link to the CB profile, integration with CB plugins, and application of CB's proven anti-spam techniques , if you already heard of Joomla contact form spamming... That's about it for CB Contacts 1.0

We are continuing development of CB Contacts with the next major release of CB

And yes, deeper integration with CB user profiles is planed.
Beat - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login