vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Online Thumbs v2.0 Gold (https://vborg.vbsupport.ru/showthread.php?t=130800)

criscokid 01-01-2007 03:40 PM

Can this mod be used to show a 'who's online block' on a vbPortal front page / block?

SkyCatcher 01-01-2007 11:06 PM

<a href="https://vborg.vbsupport.ru/attachment.php?attachmentid=55647&d=1162931571" target="_blank">https://vborg.vbsupport.ru/attac...7&d=1162931571</a>

Is the current status of the vba frontpage. Haven't really worked on it ><

Wordplay 01-03-2007 10:51 PM

i got the comma out of the forumhome but any ideas on how to get it out of the vbadvanced module?

dj_melayu 01-04-2007 01:39 AM

Quote:

vbAdvanced Avatars in Online Block
This is a beta for the vbAdvanced block. All avatars show up EXCEPT your own Will tinker with this some more.
I dont know whether this question have been asked here similiar to my problem. Avatar still doesnt show on my vbadvanced page.It just show 'red X' which means that whether the wrong image path or something..I did editing onlineusers.php (vbadvanced module) but couldnt fix it. Any help would muchly apreciated. Thanks :)

Regards,

Paul Wall

SkyCatcher 01-04-2007 02:49 PM

Quote:

Originally Posted by Wordplay (Post 1150229)
i got the comma out of the forumhome but any ideas on how to get it out of the vbadvanced module?

Find in onlineusers.php
----------------------
Code:

if ($onlinemod['modid'])
                                        {
                                                if ($activeusers)
                                                {
                                                        $com = ', ';

and change the ,
Code:

if ($onlinemod['modid'])
                                        {
                                                if ($activeusers)
                                                {
                                                        $com = '<br /> ';

So a few lines down you'd have:

PHP Code:

eval('$activeusers .= "$com ' fetch_template('forumhome_loggedinuser') . '";'); 

And that will display them on a seperate line each, you can also add an $nbsp; for a whitespace.

SkyCatcher 01-04-2007 02:52 PM

Quote:

Originally Posted by dj_melayu (Post 1150331)
I dont know whether this question have been asked here similiar to my problem. Avatar still doesnt show on my vbadvanced page.It just show 'red X' which means that whether the wrong image path or something..I did editing onlineusers.php (vbadvanced module) but couldnt fix it. Any help would muchly apreciated. Thanks :)

Regards,

Paul Wall

I can't seem to fix it. Somehow it goes through and gets the avatar paths for everyone except for the user that is currently loggen in (you). So whoever is viewing that page will see everyone else's avatar but their own.

No fix for this yet. I've tinkered with it about 6 times now and still can't come up with a simple way to get it to work.

The whole VBA thing was just an addon due to demand, I never really planned on messing with VBA so it may just remain that way forever :(

dj_melayu 01-12-2007 05:46 AM

Forgot to add that it doesnt show up avatar on every user online. I've edited the onlineusers.php and it doesnt help..thanks for the help..

SkyCatcher 01-12-2007 04:25 PM

Quote:

Originally Posted by dj_melayu (Post 1156792)
Forgot to add that it doesnt show up avatar on every user online. I've edited the onlineusers.php and it doesnt help..thanks for the help..

The vbAdvanced thing isn't supported in any way as it's not really a part of the hack.

SkyCatcher 06-03-2007 04:16 AM

Tested in 3.6.7 PL1 and still works fine.


All times are GMT. The time now is 01:04 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.02411 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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