vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Share users database among many forums (https://vborg.vbsupport.ru/showthread.php?t=185021)

Lionel 06-15-2009 07:27 PM

none whatsoever. I only added sessions since the 2 forums are on same site so there was no need to re-login

webgroup 06-16-2009 10:17 PM

Im using 3.8.2, installed and worked like a charm the first time!
Thanks!!

webgroup 06-16-2009 10:18 PM

Quote:

Originally Posted by ROTPAR (Post 1758512)
Ok I got it working BUT I have 2 questions.

1.) Forum B does not show the registerd members in the forums statistics (bottom of the forums homepage)

2.) How can I show all online members on both forums. I want to show all current online members who are online on both forums.


MIne show registered users fine!
What I dont see is the current only users, I would like to be able to show it.

StonePilot 06-17-2009 08:12 AM

I would love to use this but I would have to be very caution when upgrading. Once I go down this road I would build the functioanlity of the site around the idea of a single login ability ... sign-up for one site and you're a member to all sites. Not sure what to think about that actually.

webgroup 06-17-2009 11:33 PM

Quote:

Originally Posted by Datenpapst (Post 1574271)
Hi,
is it possible that maybe some forums like off topic or so can also be used by more than 1 forum?

I need to know this too

Quote:

Originally Posted by Chunky Monkey (Post 1688237)
Can I somehow allow guests to view forums on installation B that guests are prevented from viewing on installation A? If so, how? Also, can I prevent other forums that exist at installation A from showing up at installation B?

Installation B's purpose will be to allow guests at domain B access to forums that are restricted on installation A at domain A. They should have the same users, same posts, etc. How can I accomplish this?

Thank you!

I need to know this too

webgroup 06-18-2009 12:02 AM

Quote:

Originally Posted by ROTPAR (Post 1758512)
Ok I got it working BUT I have 2 questions.

1.) Forum B does not show the registerd members in the forums statistics (bottom of the forums homepage)

2.) How can I show all online members on both forums. I want to show all current online members who are online on both forums.



Just add the "session" table to the list of shared tables.

webgroup 06-18-2009 12:07 AM

Quote:

Originally Posted by Datenpapst (Post 1574271)
Hi,
is it possible that maybe some forums like off topic or so can also be used by more than 1 forum?

I need to know this too

Quote:

Originally Posted by Chunky Monkey (Post 1688237)
Can I somehow allow guests to view forums on installation B that guests are prevented from viewing on installation A? If so, how? Also, can I prevent other forums that exist at installation A from showing up at installation B?

Installation B's purpose will be to allow guests at domain B access to forums that are restricted on installation A at domain A. They should have the same users, same posts, etc. How can I accomplish this?

Thank you!

I need to know this too


ALSO, I do not want to share the avatars or profile pictures.
I removed both the "avatar","profilefield" from the list of shared tables, still avatars and profile pictures are getting affected.

Both websites have custom avatars set to use DISK, not DB, but when you change the avatr in one website, it affects the avatar in the other website.

Can somebody explain me how to fix this?

AND the users signatures too, I dont want to share the signatures, is there any way to avoid it?

Thanks!

UPDATE: A "fix" for the avatar/picture profile issue, is to have the avatars in the "forumB" set to use DB storage.
Even when it do not makes sense to me why the problem was happening if I removed the "avatars" table from the shared table list.

Lionel 06-18-2009 07:17 AM

Quote:

Originally Posted by ROTPAR (Post 1758512)

1.) Forum B does not show the registerd members in the forums statistics (bottom of the forums homepage)

Showing the stats will not be possible, unless you do an Admicp => Maintenance=> Update counter => Username.

This is because that info is coming from the datastore which is not shared by the 2 installs, and is not recommended to share.

When you update the counter, you just rebuild the datastore for the appropriate forum. But that could be a pain to do once in a while ....

Lionel 06-18-2009 07:29 AM

you could also try to create a plugin at forumhome_start and put this in it (will add a query)

PHP Code:

require_once(DIR '/includes/functions_databuild.php');
build_user_statistics(); 

That will update the datastore and you'll be able to display stats

webgroup 06-18-2009 05:17 PM

Could anybody help with my questions?

Thanks


All times are GMT. The time now is 07:36 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.01174 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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