Reply
Network of sites.
Old 04-30-2008, 10:15 PM Network of sites.
Novice Talker

Posts: 7
Hi. I am new here. I have a question. I am not sure if it is possible, but I want to know if there is a way, and if so, how, to have a whole bunch of sites all running on the same CMS and possibly same forums as well and have it where if a user registers on one site, he will be registered on all of them, so that he would not have to register twice?

I got the idea from Cnet and how you only have to register once to login in to any of the sites on their network.

Any help would be greatly appreciated.
Sonicrida is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-30-2008, 10:23 PM Re: Network of sites.
vangogh's Avatar
Post Impressionist

Latest Blog Post:
A Focused Blog Is A Happy Blog
Posts: 8,663
Name: Steven Bradley
Location: Boulder, Colorado
Usually it depends on the software you want to use and if they have compatible databases. Here's a post I found not long ago about integrating different forums with WordPress

The best way to find out if one application is compatible with another is to check their sites. Some popular ones will sooner or later add the functionality to work together. Some won't, though. For those that don't you'll need to do a little custom programming to get the login information in the different databases talking to each other.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 04-30-2008, 11:51 PM Re: Network of sites.
Novice Talker

Posts: 7
I suck at programming, and I would prefer not to use wordpress. Maybe something like joomla, drupal, or maybe something else. I was thinking of possibly using something like this but it still doesn't solve the problem of 1 registration of ultiple sites. http://extensions.joomla.org/compone...723/Itemid,35/
Sonicrida is offline
Reply With Quote
View Public Profile
 
Old 05-01-2008, 04:31 PM Re: Network of sites.
vangogh's Avatar
Post Impressionist

Latest Blog Post:
A Focused Blog Is A Happy Blog
Posts: 8,663
Name: Steven Bradley
Location: Boulder, Colorado
What you want to do will probably need some custom programming by someone in order for it to work. I'm not sure how cnet has things set up, but they likely programmed things to work across sites and could house things on their own servers.

The key to what you're doing is that the database recording all the user login info needs to be accessible to all the sites and they all need to be reading from and writing to the same table(s) within that database.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-01-2008, 08:04 PM Re: Network of sites.
Novice Talker

Posts: 7
Do you know anybody who would want to help? Or maybe a place where I could find somebody who would want to do the programming for me and help me set everything up?
Sonicrida is offline
Reply With Quote
View Public Profile
 
Old 05-01-2008, 09:58 PM Re: Network of sites.
wogazm's Avatar
Ultra Talker

Posts: 271
Subdreamer allows you to integrate your forum with their CMS...it's worked out great for me personally i can say
__________________
Make More $$$
wogazm is offline
Reply With Quote
View Public Profile Visit wogazm's homepage!
 
Old 05-01-2008, 10:26 PM Re: Network of sites.
Novice Talker

Posts: 7
But the problem is that I have to integrate the userbases of multiple CMSs on different domains.
Sonicrida is offline
Reply With Quote
View Public Profile
 
Old 05-02-2008, 05:52 PM Re: Network of sites.
vangogh's Avatar
Post Impressionist

Latest Blog Post:
A Focused Blog Is A Happy Blog
Posts: 8,663
Name: Steven Bradley
Location: Boulder, Colorado
You can try spending time in the coding forums here to get to know some of the people here. I'm sure several are up for the challenge. The CMSs you mentioned are all PHP/MySQL so look there.

Whether or not they'll help for free is another issue. I'm not sure if that's what you were looking for, but this is work so you might need to hire for the job.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-02-2008, 07:40 PM Re: Network of sites.
Plugin-Developer's Avatar
Weightlifting CS Student

Posts: 505
Name: Nick Ohrn
What you're talking about is something of a big project, and if you don't want to do it yourself I would expect you'd have to hire someone. If you want to do it yourself, all you'd have to do is make sure all the sites were talking to one central user database, which, in all honestly, shouldn't be all that hard.
__________________
Plugin-Developer.com - Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
Plugin-Developer is offline
Reply With Quote
View Public Profile Visit Plugin-Developer's homepage!
 
Old 05-02-2008, 09:51 PM Re: Network of sites.
Novice Talker

Posts: 7
I'd like to learn how to do something like that where they all talk to the same database, but if I have to hire, I will. I didn't really expect to get a free offer, but that would be welcome:P
Sonicrida is offline
Reply With Quote
View Public Profile
 
Old 05-03-2008, 08:22 PM Re: Network of sites.
Lpspider's Avatar
Seniority Minority

Posts: 1,537
They don't even all need to pull from the same database. They can use separate database, but pull the users data from one DB.
__________________
AdminAddict.com - Do you run a forum?
Lpspider is offline
Reply With Quote
View Public Profile Visit Lpspider's homepage!
 
Old 05-03-2008, 09:02 PM Re: Network of sites.
vangogh's Avatar
Post Impressionist

Latest Blog Post:
A Focused Blog Is A Happy Blog
Posts: 8,663
Name: Steven Bradley
Location: Boulder, Colorado
Sonicrida I hope I didn't imply you were only looking for free work. I wasn't sure one way or the other and figured I'd mention it.

Lpsider I agree. I think I mentioned above that what needed to be shared was the just the user info, though if I made it sound like you needed to share everything my bad and good catch.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-04-2008, 02:47 AM Re: Network of sites.
Novice Talker

Posts: 7
Its okay. I wasn't looking for a free offer. I meant that I expected to have to pay somebody, but that if I got the offer for free, I would take it. Of course I'd be willing to pay. But yeah, I found a tutorial that might be what I am looking for. Is this what you guys are talking about?
http://drupal.org/node/147828
Sonicrida is offline
Reply With Quote
View Public Profile
 
Old 05-04-2008, 10:17 PM Re: Network of sites.
vangogh's Avatar
Post Impressionist

Latest Blog Post:
A Focused Blog Is A Happy Blog
Posts: 8,663
Name: Steven Bradley
Location: Boulder, Colorado
The link looks like just what you need. You'll then need to get the other applications talking to that same table of user info.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-06-2008, 02:44 PM Re: Network of sites.
Novice Talker

Posts: 7
Okay, I am going to look into how to do that.
Sonicrida is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Network of sites.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.18555 seconds with 13 queries