vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Sharing some user account details on concurrent installs (https://vborg.vbsupport.ru/showthread.php?t=179007)

Boards.ie 05-12-2008 03:29 PM

Sharing some user account details on concurrent installs
 
Hi,

I'm migrating one of our systems from Photopost classifieds to vBulletin for a variety of reasons. We already run a large vBulletin-based site (not heavily modified) and would like to share the profile (username/password/email etc) details of the current vBulletin site with the new one (as the Photopost site is a "subsite" of the primary vBulletin site and already does this).

I'd like to know if there is a relatively simple way of sharing these details (as opposed to copying the details on a cron or something, not feasible with the size of the database). I would like to avoid having to modify the vBulletin codebase manually (it would suit me perfectly if there was a mod for this, but I suspect it is rather too niche).

Perhaps this can be done by symlinking MySQL data tables; could you advise on the best course of action? I would prefer if it was possible to specify by database/table in a config file for the sake of portability.

Many thanks for any assistance.

Dismounted 05-13-2008 07:29 AM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1479822&postcount=3" target="_blank">https://vborg.vbsupport.ru/showp...22&postcount=3</a>

Boards.ie 05-13-2008 09:20 AM

Excellent stuff, thanks.

--------------- Added [DATE]1210691981[/DATE] at [TIME]1210691981[/TIME] ---------------

Haven't had much need to touch on VIEWs since college, but it looks like this won't really do the trick.
Quote:

The view definition is ?frozen? at creation time, so changes to the underlying tables afterward do not affect the view definition. For example, if a view is defined as SELECT * on a table, new columns added to the table later do not become part of the view.
This is not really an ideal solution as it is essentially the same as simply copying the tables, but in an unalterable state. Not necessarily a problem... until the user changes their username/password/email.

Still, it might be easier to have the primary site update the relevant view for the subsite than it would be to have the subsite pull the information from the primary db.


All times are GMT. The time now is 01:12 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.00957 seconds
  • Memory Usage 1,714KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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