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)
-   -   Browser on Who's Online (https://vborg.vbsupport.ru/showthread.php?t=103996)

soulface 01-11-2006 04:49 PM

Installed... working fine so far without any prob. I think it'll be very nice if it'll show nick as 'Group by Browser', bcuz when thr'll be 50/100 users online it'll look funny or messy :/

EasyTarget 01-11-2006 05:04 PM

heh, I just came here to request what soulface said... organize the wol by browser so that only 1 icon is displayed for each browser in use.

derekivey 01-11-2006 06:53 PM

Ok, I can probably add an option to do that. I'll take a look and see. Nice Suggestion!

350Chevy 01-12-2006 01:53 AM

Looks good.. One problem though, vBAdvanced CMPS v2.0.0 needed to be modified as well if you use it and would like it to show properly on your home page. ;)

For those who use vbAdvanced and would like it to work for your home page do the following.

in /modules/onlineusers.php find:

Code:

                        SELECT session.userid, username, usergroupid, (user.options & " . $vbulletin->bf_misc_useroptions['invisible'] . ") AS invisible, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
and replace it with:

Code:

                        SELECT session.userid, session.browser, username, usergroupid, (user.options & " . $vbulletin->bf_misc_useroptions['invisible'] . ") AS invisible, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
again in /modules/onlineusers.php find:

Code:

                                'username' => $vbulletin->userinfo['username'],
add after:

Code:

                                'browser' => $vbulletin->session->vars['browser'],
That should do it. :)

* Clicks install.

derekivey 01-12-2006 08:03 PM

Thanks for that tutorial. I'll add it to the first post so that people who use vBa know what to do. :)

Thanks again,
Derek

350Chevy 01-13-2006 01:01 AM

Quote:

Originally Posted by 4number8
Working on 3.5.1, You don't have images for a dark type forum do you? thanks for this btw, pretty cool.

I have cleaned the images up a bit so they look ok on any background. Feel free to use. :) derekivey, feel free to place these in place of yours if you'd like. ;)

Quote:

Originally Posted by derekivey
Thanks for that tutorial. I'll add it to the first post so that people who use vBa know what to do.

Thanks again,
Derek

No problem. And it's just your code with a bit of common sense so there's no need to thank me. You would've easily figured it out if you were using vBAdvanced. ;)

350Chevy 01-13-2006 01:10 AM

Anyway we can add WebTV as a browser?

Edit: Attached WebTV icon in case you decide to add it or use it. ;)

derekivey 01-13-2006 01:57 AM

Thanks, I'll add it to the next release with your images too.

Thanks so much!

Derek

bashy 02-04-2006 05:32 PM

Hi peeps

I get this error (below) from only 1 member atm, he cannot login when this
hack is turned on, turn it off an he can login although the ? icon shows when turned off so looks a tad untidy...anyway back to the issue at hand lol...

Whats ya thoughs, his browser is IE6 but the WOL is showing him as mozilla?
Your hack is showing him as a question mark and stops him from loggin in

Database error in vBulletin 3.5.3:

Invalid SQL:
;

MySQL Error : Query was empty
Error Number : 1065
Date : Saturday, February 4th 2006 @ 07:08:08 PM
Script : http://IP.ADDY/bashys-place.com/forums/index.php
Referrer :
IP Address : This was an IP addy :p
Username : This used to be a username
Classname : some database

derekivey 02-04-2006 06:25 PM

Hmm, thats a weird error. Want to PM me admin access details so I can take a look? Also have you installed any hacks that modify user sessions?

Thanks,
Derek


All times are GMT. The time now is 09:18 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.01560 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (2)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