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)
-   -   Show Users using Style in Stylechooser (https://vborg.vbsupport.ru/showthread.php?t=95637)

Xplorer4x4 03-25-2007 02:18 PM

Andreas, if you ever get time to look into it I am getting several queries added on to each page when this hack is enabled. When i disabled it, it still works but the queries are no longer there.

deezelpope 03-28-2007 02:09 PM

Installed and working beautifully on 3.6.4!:up: Thank you very much!:D

mgurain 09-26-2007 11:38 AM

Is there a supported one for 3.6.8 ?

keth 10-01-2007 08:46 AM

Installed this and works perfectly, but we had to change one line because it slowed our forum down.

Looks like this one:
PHP Code:

if ($this->existing['styleid'] != $this->fetch_field['styleid'])
{
    require_once(
DIR '/includes/functions_styleusers.php');
    
update_stylecache();


is called too often (I don't know where userdata_postsave is used, but it sounds like it's every time the users submit something somewhere). So even when
PHP Code:

$this->existing['styleid'

doesn't exist at all (=NULL), the function is called. I changed it to:

PHP Code:

if ($this->existing['styleid']&&($this->existing['styleid'] != $this->fetch_field['styleid']))
{
    require_once(
DIR '/includes/functions_styleusers.php');
    
update_stylecache();


..and our vB runs much smoother now. :)

dimab 07-30-2008 06:37 PM

has anyone tried this on 3.7.x ?

dimab 08-06-2008 12:13 PM

tested and works on 3.7.2

thanks!!

turbosatan 09-12-2008 01:36 PM

i have this running on 3.7.3 pl1

i do havea question though. Why is it that if i goto manage product5s and disable this it still works?

i mean isnt that the whole point that when you disable something it stops working???

other than that minor issue its a great mod especially if you ahve multiple styles and your not sure if people are using them all or not. i found that there was almost no one with the different styles chozen so i will be sending an email out with the details as i am sure they will be interested in the options.

Alfa1 09-19-2008 02:21 PM

Would be nice to see how many active users are using certain styles. I am certain that those using alternate styles than the default style will be mostly active users, while 99% of inactive users will probably be default style users.

gutelaune 11-02-2008 06:30 PM

thanks, installed and working on 3.7.3

zombietom 02-28-2009 12:14 PM

Installed and working good on 3.7.1 --thanks!


All times are GMT. The time now is 09:06 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.01197 seconds
  • Memory Usage 1,736KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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