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=238502)

BlackThorn 03-16-2010 10:00 PM

Displays avatars online users on forumhome
 
Removed...

BlackThorn 03-17-2010 03:46 PM

Reserved first posting.

killerkraft 03-17-2010 05:09 PM

Simple and useful.

** Installed

trotskid 03-17-2010 07:49 PM

Nice addon, thanks! But doesn´t appear the avatars on my forum.

Cybershaolin 03-18-2010 01:47 AM

Same here. Imported module and modified template but no avatar appears at all. I only see a blank space between the avatars, just like the previous member.

AzzidReign 03-19-2010 02:52 AM

Dang, I could have used this when making my skin over a year ago...now I've moved past it...but should help some others out!

BlackThorn 03-19-2010 02:38 PM

Quote:

Originally Posted by trotskid (Post 2005729)
Nice addon, thanks! But doesn?t appear the avatars on my forum.

Open your forumhome_loggedinuser template and all codes replace with:

PHP Code:

<if condition="$show['comma_leader']">, </if>$stylevar[dirmark] <img height="15px" width="15px" src="image.php?u=$loggedin[userid]&dateline=$loggedin[dateline]/> <a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark


Quote:

Originally Posted by Cybershaolin (Post 2005799)
Same here. Imported module and modified template but no avatar appears at all. I only see a blank space between the avatars, just like the previous member.

Open your forumhome_loggedinuser template and all codes replace with:

PHP Code:

<if condition="$show['comma_leader']">, </if>$stylevar[dirmark] <img height="15px" width="15px" src="image.php?u=$loggedin[userid]&dateline=$loggedin[dateline]/> <a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark


NOTE: If you use FAKEUSER, then hack doesn't work them all. Don't forget that. ;)

BlackThorn 03-19-2010 02:40 PM

Quote:

Originally Posted by AzzidReign (Post 2006244)
Dang, I could have used this when making my skin over a year ago...now I've moved past it...but should help some others out!

Should be cool :) Its working great you can look at here: www.metalturkiye.com/forum.html

Brandon Sheley 03-19-2010 02:52 PM

nice mod, although I think it would look awfully busy on some forums

Cybershaolin 03-19-2010 07:13 PM

Quote:

Originally Posted by BlackThorn (Post 2006524)
Open your forumhome_loggedinuser template and all codes replace with:

PHP Code:

<if condition="$show['comma_leader']">, </if>$stylevar[dirmark] <img height="15px" width="15px" src="image.php?u=$loggedin[userid]&dateline=$loggedin[dateline]/> <a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark


NOTE: If you use FAKEUSER, then hack doesn't work them all. Don't forget that. ;)

Already did change the code in the template with the proposed code in your first post when I posted my message but did not work. The code you propose here seems to miss some parts at the end! So, it's something else... And, no I'm not using any Fake users hack.

BlackThorn 03-19-2010 08:15 PM

Quote:

Originally Posted by Cybershaolin (Post 2006663)
Already did change the code in the template with the proposed code in your first post when I posted my message but did not work. The code you propose here seems to miss some parts at the end! So, it's something else... And, no I'm not using any Fake users hack.

Well, are you sure upload that plug-in? OR did you change forumhome_loggedinuser template I didn't understand yet now. Whats your site? so can I look at that?

Cybershaolin 03-22-2010 02:38 AM

Just did like the installation asked. Everything was changed accordingly. And I'm not alone for which it doesn't work, as stated by other members in this thread. My site is private, sorry.

Uninstalled since it's not working for me. Thanks anyway.

final kaoss 03-23-2010 03:06 AM

Nice but it doesnt show avatars on who's online plus is there anyway to make the avatars a bit bigger? 20x20 or 30x30 or so? How many queries does this thing use to do this btw?

BlackThorn 03-23-2010 03:57 PM

GUYS !!!!

remove plug-in and open your forumhome_loggedinuser template all codes replace with please !

PHP Code:

<if condition="$show['comma_leader']"> </if>$stylevar[dirmark] <img height="15px" width="15px" src="image.php?u=$loggedin[userid]&dateline=$loggedin[dateline]/> <a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark], 

DEMO : http://www.tilkibey.com/vbulletin/forum.php

WORK GREAT !

BlackThorn 03-23-2010 04:00 PM

OR replace with this:

PHP Code:

<if condition="$show['comma_leader']"> </if>$stylevar[dirmark] <img class="inlineimg" height="15px" width="15px" src="image.php?u=$loggedin[userid]&dateline=$loggedin[dateline]/> <a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark], 


final kaoss 03-23-2010 04:03 PM

Anyways now that you've gotten that out of your system. How can I display the mini avatars on the whos online list? On the online.php page

BlackThorn 03-23-2010 05:02 PM

Quote:

Originally Posted by extreme-gaming (Post 2008834)
Anyways now that you've gotten that out of your system. How can I display the mini avatars on the whos online list? On the online.php page

online.php ?

Well, Then i guess you can use this --> https://vborg.vbsupport.ru/showthread.php?t=149417 probably can work 3.8.X

ghostiya 03-26-2010 09:14 PM

people who have the default avatar anit showing on the page.

BlackThorn 03-26-2010 11:19 PM

Quote:

Originally Posted by ghostiya (Post 2010790)
people who have the default avatar anit showing on the page.

then please read first post and install it.

final kaoss 03-28-2010 01:05 AM

I edited the icon size. Personally I think 23x25 looks better.

DiLaRa 05-26-2010 02:01 PM

thanks!

vBRiP 06-09-2010 07:01 AM

thanks, how about giving the permission by usergroup which will show?

goshalim 06-09-2010 07:45 AM

Installed but not working , i am using 3.8.1

Hellmaster 02-11-2011 01:32 AM

Works perfect on 3.8.4

Thanx!


All times are GMT. The time now is 06:11 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.01441 seconds
  • Memory Usage 1,788KB
  • 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
  • (5)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete