vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Creating Usergroups via Script (https://vborg.vbsupport.ru/showthread.php?t=105837)

malcolmx 01-20-2006 07:22 PM

Creating Usergroups via Script
 
I'm trying to create Usergroups with a php Script which gets these groups directly from an LDAP Database. My Question now is, if i create a usergroup in the admincp, the sql query made by the admincp is a standard mysql add query. but aditionally there are a few add queries for various inserts in datastore or parentlist/childlist.

what are these additional queries for, do i have to create them by hand? in other words: will my board break if i don't do this additional queries, will board performance be affected?

Andreas 01-20-2006 07:37 PM

You must create records in table usergroup and rebuild the datastore items forumcache and usergroupcache.
If you just create the records, the usergroups will "not be known".

malcolmx 01-21-2006 04:08 PM

thanks for the quick reply.
are there any functions that will do this for me automagically? i haven't queried the code in that details thus far...

Andreas 01-21-2006 07:57 PM

For the insert - no, you will have to do thisw manuylla.

For rebuilding the caches:
includes/adminfunctions.php
PHP Code:

// #############################################################################
/**
* Rebuilds the $vbulletin->usergroupcache and $vbulletin->forumcache from the forum/usergroup tables
*
* @param    boolean    If true, force a recalculation of the forum parent and child lists
*/
function build_forum_permissions($rebuild_genealogy true


witolds 12-20-2006 08:15 AM

Hi malcolmx,

do you have any working solution on this? I am looking for something, where the users can create usergroups by themself.

Can you help me here?

Thanks,
Witold


All times are GMT. The time now is 01:16 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.03493 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_php_printable
  • (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