Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-25-2005, 08:55 PM
kayak kayak is offline
 
Join Date: Sep 2005
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Automatic registration / login

I would like to add vbulletin to a site with an existing registration / membership system. When a new members register to the site, I would like the username and password to be automatically added to the vbulletin system so that they do not have to register to the forum as well. Whenever they login to the site's members section, I would like them to also be logged in to the forum.

Is something like that possible? Can anyone help?
Reply With Quote
  #2  
Old 10-01-2005, 05:29 PM
j.proctor j.proctor is offline
 
Join Date: Jan 2005
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this would be exactly what i need! can anyone help?
Reply With Quote
  #3  
Old 10-01-2005, 06:12 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it would help if ya gave more information like whats the existing member system like post nuke phpnuke mambo or another portal system
Reply With Quote
  #4  
Old 10-02-2005, 04:52 AM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am intensely interested in this area as well, and so far the best I've seen is for Joomla/Mambo-to-vBulletin. It's called vBridge and you can read about it here. The single-database version is already released, and they are very close to releasing a multi-database version.

As I'm not 100% sold on the Joomla/Mambo platform just yet (still a wee bit shy on features I need) I would be VERY interested to hear if anyone else has come across a strong alternative that offers the following features at a minimum (ideally tied to vBulletin also):


  1. Shared user membership with vBulletin (of course)
  2. Robust community event calendar
  3. Decent commerce system
  4. Decent other usual stuff (blogs, article submission, etc.)
  5. Decent templates
  6. Easy to set up for someone still getting their feet wet with this stuff like I am
I don't know of any other CMS that can currently integrate membership with vbulletin, and I have a mere two weeks left on a deadline.
Reply With Quote
  #5  
Old 10-02-2005, 05:40 AM
Bad Bunny's Avatar
Bad Bunny Bad Bunny is offline
 
Join Date: Apr 2002
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Someone just released something that sounds like what you are looking for. Complete integration between Drupal and vBulletin. For 3.5 and 3.0
Reply With Quote
  #6  
Old 10-05-2005, 02:02 PM
khan3332 khan3332 is offline
 
Join Date: Feb 2004
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kayak
Whenever they login to the site's members section, I would like them to also be logged in to the forum.

Is something like that possible? Can anyone help?

this is what i need too; anyone know a way?
Reply With Quote
  #7  
Old 12-05-2005, 11:25 AM
itomic itomic is offline
 
Join Date: Dec 2005
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm intensely interested in this topic too. We (my company) are experienced php/mysql website developers. We are about to start work on a fee-paying member / subscription-based website project. A discussion forum for paid-up members only (no public access, except perhaps read-only, but probably not) will be an important part (of many important parts!) of this.

So what I don't need is advice for integrating vBulletin with drupal, mambo, etc.

What I do need is advice for coding up a membership system in our own custom-written app. which will synchronise the addition and deletion of membership accounts from the primary app. with vBulletin membership.

Obviously I'm not looking for how to code this 'per se' - I'm looking for pointers or a simple 'heads up' for a tutorial or guide to synchronising vBulletin membership data (i.e. username and password if nothing else) with an external app. that we will be hand coding ourselves.

Thanks in anticipation! :-)

P.S. Any solution we implement would have to be rock-solid stable - this site we're working on is aiming for a top quality specialist global audience. Even better would be to achieve this member integration / synchronisation via a rock solid API or similar which 'guarantees' (as far as that's possible) that we can still upgrade to future versions of vBulletin without having to re-mod the code. I've gone down that path before (repeatedly re-modding), and I'm over it!
Reply With Quote
  #8  
Old 12-05-2005, 11:50 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For the paying members part, you could use the Paid Subscriptions feature of vB. You would only need to integrate your site into that.
Reply With Quote
  #9  
Old 12-05-2005, 06:05 PM
monotreme monotreme is offline
 
Join Date: Nov 2005
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've implemented most of this. What's stopping me now is I'd like being able to control where the user goes after doing a vb registration. I'd like them to chain to the specific registration page on the wrapper site, to gather specific data that the site wants. The register_addmember_complete hook is not in a good place to redirect to another page because it would fire before the registration was truly complete... it fires before the coppa test or the will I send an email test. I'd like to avoid hacking vb if possible.

Perhaps I can make the hook code set a cookie and then have all vb pages check this cookie before firing, if it is set go to the reg page and delete the cookie?
Reply With Quote
  #10  
Old 12-13-2005, 03:50 PM
fyjpm's Avatar
fyjpm fyjpm is offline
 
Join Date: Oct 2005
Location: Buffalo, NY
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kayak
I would like to add vbulletin to a site with an existing registration / membership system. When a new members register to the site, I would like the username and password to be automatically added to the vbulletin system so that they do not have to register to the forum as well. Whenever they login to the site's members section, I would like them to also be logged in to the forum.

Is something like that possible? Can anyone help?
I've accomplished this using the www.amember.com script and its plugin architecture - which is very similar to vB's. Basically you can write simple code that gets called on various events like register, login/logout, modify, delete, etc that does things like do inserts into multiple databases, set/reset multiple cookies so their is a single login point for each app.

I do believe you could accomplish this with vB's hooks but as I started coding a system before 3.5 was released I need other alternatives as I didn't want to hack vB's code. At least it is an alternative for you to look at and/or get ideas.

P.S. there already is a vBulletin plugin for Amember that works out of the box that will automatically add a member to vB and handle paid subscriptions as well as handle single login to amember & vB.

Best,

John
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:53 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05488 seconds
  • Memory Usage 2,252KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete