vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   Before buying vBulletin I have an age old question (https://vborg.vbsupport.ru/showthread.php?t=141149)

upirate 03-04-2007 10:26 PM

Before buying vBulletin I have an age old question
 
I am designing a system. I need a capability to where when users log on to my system, they no longer would need to log on to vbulletin.

1) How easy is it to adapt my code to match vbBulletins login ?
2). If I need to add a few more colums to the user database, will that mess things up ?



I know this question has been asked many times but there is no clearcut answer.


thankyou for your responses in advance.


:D

Chris M 03-05-2007 01:14 AM

Firstly, what system are you using that you would need to integrate into vBulletin? There may already be modifications or tutorials that would do or show you how to do the required changes...

Secondly, adding extra fields to the user table should not cause any mess-ups - It is recommended that if you are going to alter the default vBulletin user table, that you use a prefix or some other way of ensuring that in future versions of vBulletin you don't get clashes between your fields and the possible new user table fields that may be added...

For example, creating a field called "option1" may cause issues if the next version of vBulletin also has a field called "option1" - Therefore by calling your field "site_option1" you avoid clashes :)

Chris

upirate 03-05-2007 03:07 AM

Chris,
thank you for your reply.

I am writing software for a custom web app. So im pretty sure there is no existent software that can help me.

Now Im assuming that VB sets up cookies etc. Do you know of any resource that I can follow to pretty much emulate a VB login ?

So that when someone logs onto my system, they are automatically recognized by VB ?

thank u again

Marco van Herwaarden 03-05-2007 06:28 AM

Assuming that both the homepage and vBulletin will be on the same domain, then it should not be too difficult to do this.

We have an Articles section that will explain the basics of such an intergration available to our licensed customers.

Ziki 03-05-2007 05:38 PM

vBulletin can use both cookies and database.Sessions is the key to success


All times are GMT. The time now is 11:28 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.01082 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete