vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Displays avatars online users on forumhome (https://vborg.vbsupport.ru/showthread.php?t=239824)

BlackThorn 02-21-2011 09:39 PM

Note: Hack updated for vBulletin 4.1.2 version

-New demo
-New plug-in
-New template edit
-22 Feb 2011 Updated for latest vB4.1.2 version.

Krusty1231 02-21-2011 09:54 PM

I like it. Thanks for this.

sadiq6210 02-22-2011 07:25 AM

Thanks but what is this?
https://vborg.vbsupport.ru/attachmen...5&d=1298331239

BlackThorn 02-22-2011 08:20 PM

Quote:

Originally Posted by sadiq6210 (Post 2165306)

If you want like that demo then you would remove username title and commalist class. Then it will be like that demo.

Special Pages 02-23-2011 03:03 AM

A demo would be awesome! But thanks! :D

caciocode 02-26-2011 12:40 PM

Tagged

x2minded 02-27-2011 04:29 PM

thanks v nice

Wordplay 03-31-2011 09:26 PM

Quote:

Originally Posted by RaceMediaGroup (Post 2156638)
Thanks!
I removed the usernames, since I'm trying to hide usernames on my forum... so I removed the:

<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}

so now it only shows the logged in Avatars

i did that too but the comma after it is freaking annoying, is it as it was in 3.x, that the comma is still hard coded in the actual php file?

somebody please tell me where it is and how to get rid of it in 4.1.2.

madshark 04-13-2011 05:56 AM

Use code below in the forumhome template instead to remove the username. It also makes the Avatar link to your profile and shows the username on hover.

Code:

<li>{vb:stylevar dirmark} <vb:if condition="$loggedin[avatarurl]">
</vb:if> <a class="username" href="{vb:link member, {vb:raw loggedin}}"><img height="20" width="20" class="inlineimg" src="{vb:raw loggedin.avatarurl}" border="0" title="{vb:raw loggedin.musername}"/></a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>

BT removing the commalist class stacks the images vertically I tried to add an additional css declaration with a simple float left that doesnt work either any inputs? Thanks

sadiq6210 11-18-2011 04:33 PM

This template is deleted in 4.1.8
forumhome_loggedinuser

https://www.vbulletin.com/forum/entr...Bulletin-4-1-8


All times are GMT. The time now is 05:38 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.01233 seconds
  • Memory Usage 1,734KB
  • 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_code_printable
  • (2)bbcode_quote_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