vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Multiple Forums using a single user table (https://vborg.vbsupport.ru/showthread.php?t=118473)

e2s 06-21-2006 11:30 AM

Posts and Threads are seperate between sites only User, PM, and Session data is shared between sites.

This is not to say it would not be possible. It would probably just take some modification to the search.php so that it looks that the 2 forums you want it to display.

Interesting I might look into this if I find time

futuredood 06-21-2006 10:00 PM

Quote:

Originally Posted by e2s
Posts and Threads are seperate between sites only User, PM, and Session data is shared between sites.

This is not to say it would not be possible. It would probably just take some modification to the search.php so that it looks that the 2 forums you want it to display.

Interesting I might look into this if I find time

That'd be cool, especially since their's so many user profile mods making interaction between people greater.

HuangA 06-23-2006 10:11 PM

I was drafting a similar mod before 3.5, then realized that 3.5 was suppose to have a similar feature (if I'm not mistaken), and decided to stop working on it... its too bad that the feature never made it to live...

e2s 06-26-2006 10:42 AM

I don't recall any supposed feature for 3.5. I know they have teh Master and Slave Database but I really don't know that much about it.

Milad 06-28-2006 02:58 AM

$verynice

e2s 06-29-2006 02:15 PM

Thank you.

bonjurkes 06-30-2006 11:31 AM

ok, it sounds a great idea but i have questions about it

2-) will i use same database with my master board?

6-) i will use vb3_ for my slave board, and the prefix for my master board is . (default one) must i do that mass change that told at step 6 ?

SaN-DeeP 06-30-2006 03:13 PM

wonderful addon, I will have to test this before going for some live implementation :)

thumbsucker 06-30-2006 04:32 PM

Ok, so having a slave forum means that you share the same user DB.

But I assume the slave and master forums can have different discussion sections?

How would changing user groups on the slave affect the master? All changes are made essentially simultanously on both?

utw-Mephisto 07-01-2006 10:49 PM

What about the file edits when I don't use a prefix on the master , like

Quote:

Replace with where vb3_ is the prefix to your master site:
$this->db_insert('vb3_', 'usertextfield', $doquery);

Since I don't use prefixes for the master, would I change it to :

Code:

$this->db_insert('.', 'usertextfield', $doquery);
???

Also :
Quote:

Go to /include/class_dm_pm.php

Search for : var $table = 'pmtext';

change to : var $table = 'vb3_pmtext';
But once again, my master does not have a prefix ... would I have to change it to

Code:

change to : var $table = '._pmtext';


All times are GMT. The time now is 04:59 PM.

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.01124 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete