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)

Andreas 11-13-2005 10:38 AM

@RoryF
I didn't test, but I don't see why I should not work with 3.5.1

slvr ralliart 11-13-2005 09:58 PM

Quote:

Originally Posted by Andreas
Yes it is possiblt to show that info - but not with this Hack.


would you plan on making a hack that shows the style a user is using in postbit?

theArchitect 11-26-2005 09:38 PM

I know you are busy with Jelsoft, but any chance of this hack leaving beta?

Andreas 11-26-2005 09:42 PM

It will never leave Beta, as most of my Hacks.

theArchitect 11-26-2005 09:54 PM

Quote:

Originally Posted by Andreas
It will never leave Beta, as most of my Hacks.

Sorry, from an english perspective that sentence kind of finished half way through.

"It will never leave Beta, as most of my hacks"
  1. Aren't supported?
  2. Aren't finished?
  3. Won't be developed further?
  4. look sexier if listed as in beta stage?

Bernd Glasstett 12-08-2005 11:01 PM

Big problem here with a vbb 3.5.1: I installed the hack, but quick reply ceased to work properly. The reply was posted but didn't show upon most recent posts and it wasn't loaded into the page. When posting a new Thread simply took the php-page and offered it as a download to me. The thread was posted, but I wasn't subscribed automatically. Deinstalled the hack and it worked. Would be nice to have a fix.

satuk 01-20-2006 08:18 AM

thank you

Andreas 01-20-2006 01:54 PM

Quote:

Originally Posted by theArchitect
Sorry, from an english perspective that sentence kind of finished half way through.

"It will never leave Beta, as most of my hacks"
  1. Aren't supported?

That's the reason :)

StarBuG 02-05-2006 09:54 AM

Hi andreas

The Number of users who use any style is not updated

If I change the style even after a hard refresh I still show up as user on the old style

Any solution for that?

Ohiosweetheart 02-06-2006 12:42 PM

I installed this on my 3.5.3 forum, works like a charm ;)

Andreas 02-06-2006 11:24 PM

Quote:

Originally Posted by StarBuG
Hi andreas

The Number of users who use any style is not updated

If I change the style even after a hard refresh I still show up as user on the old style

Any solution for that?

Did you change it through profile.php?
Changing it through the Quick-Style Chooser doesn't change the numbers, as that is only a temporary change.

StarBuG 02-08-2006 08:13 PM

Ups *doh*

Thank you, works great ;)

aciurczak 08-05-2006 04:53 PM

Causes large errors in 3.6.0; will not be able to log back in to admncp without putting in the "no plugins" flag in your config.php file.

LadyHoney 08-05-2006 06:40 PM

anyone using this successfully on 3.5.4 or 3.5.5?

aciurczak 08-07-2006 02:22 AM

It worked just fine on my 3.5.4 board. It only broke when going to 3.6.0.

loonytune15 08-07-2006 12:24 PM

Can this be updated to work for VB 3.6??

Stoebi 08-25-2006 07:01 AM

Thx KirbyDE for update :)


Regards, Stoebi

Elsie 10-15-2006 08:28 AM

just installed this on my v3.6.0 board and get this error:

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /global.php(341) : eval()'d code on line 23

goes away if i disable the plugin.

DrewzR/T 11-24-2006 12:26 PM

Works on 3.6.2. Awesome been lookin for this for awhile. Thanks

Installs

StrifeX 12-25-2006 06:32 PM

Very awesome, but do you know if this works with 3.6.x?

EDIT: looks like it will! :D

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!

AshleyTwo 07-07-2009 03:59 PM

I'm interested in this mod but it doesn't work on 3.8.1, it causes a PHP error once installed. Are you planning on updating this?

Thanks very much.

turbosatan 07-08-2009 07:02 AM

that must be an issue on your forum because it works on my forum fine on 3.8.1

vijayninel 03-20-2010 02:08 PM

working nicely in 3.8.4 :)

SorentoUltimate 03-20-2010 03:36 PM

Thanks

work perfect in 3.8.4

Taurus1 07-28-2010 11:55 AM

Awesome, works great in 3.8.6. Thanks!!

Markos 06-22-2011 11:20 AM

works on 4.1,4 :D

furnival 02-07-2013 08:24 PM

Is there any way to set this up so that only admins can view the numbers?


All times are GMT. The time now is 09:29 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.01400 seconds
  • Memory Usage 1,790KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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