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 - BT - Displays users avatar online.php (https://vborg.vbsupport.ru/showthread.php?t=239222)

BlackThorn 03-26-2010 10:00 PM

BT - Displays users avatar online.php
 
Removed...

BlackThorn 03-27-2010 07:17 PM

Reserved first posting.

manzak 03-27-2010 07:53 PM

reserved. :):up:

Dr.osamA 03-27-2010 08:06 PM

thanxx

useful mod

installed + 5

archet1337 03-27-2010 08:11 PM

Great mod, thanks a lot for sharing :)

Installed + Rated

alpertunga688 03-27-2010 08:24 PM

thats great thanks

BlackThorn 03-27-2010 08:40 PM

You're welcome all my brothers :)

@archet1337 Hail to NORWAY !

sulasno 03-27-2010 11:04 PM

tagged and thanks

working in vBulletin 4.02 PL4

BlackThorn 03-28-2010 05:13 PM

Quote:

Originally Posted by sulasno (Post 2011312)
tagged and thanks

working in vBulletin 4.02 PL4

Oh okay then, youre welcome :)

mandingo 03-28-2010 06:54 PM

Nice one,installed and rated.

BlackThorn 03-29-2010 01:08 PM

updated...

sulasno 03-30-2010 10:15 AM

to add the feature to another style, simply replace the contents of whosonlinebit template

dianna 03-30-2010 11:41 AM

Love it thanks!!

BlackThorn 03-30-2010 01:04 PM

Quote:

Originally Posted by dianna (Post 2012807)
Love it thanks!!

You're welcome dianna :)

Mastermaik 03-30-2010 01:08 PM

Thx, installed.

ViktorDA 03-30-2010 01:22 PM

This is wonderful! Works perfectly well!

karlm 03-30-2010 01:45 PM

Could you look into the option of showing avatars (small/reduced ones only) in the 'whats going on' box at the bottom of forumhome? That would be very, very cool!!!

BlackThorn 03-30-2010 02:05 PM

Quote:

Originally Posted by karlm (Post 2012871)
Could you look into the option of showing avatars (small/reduced ones only) in the 'whats going on' box at the bottom of forumhome? That would be very, very cool!!!

Did you mean you wanna show user avatar whats going on box of forumhome page? If you wanna, I'll puplish it here coming soon :)

karlm 03-30-2010 04:43 PM

Quote:

Originally Posted by BlackThorn (Post 2012885)
Did you mean you wanna show user avatar whats going on box of forumhome page? If you wanna, I'll puplish it here coming soon :)

You got it!

I tried to do this recently myself, but I'm not a coder and it was just beyond my grasp. I think it would look excellent to have a few small avatars (e.g. 16x16 or similar size) showing to the side or above all the usernames on the 'whats going on box' of the forumhome page.

If you get a chance, perhaps you may consider also releasing a similar application for those of who use the full CMS version of VB4? I'm assuming it would have to be a widget, but I suspect that would look absolutely fantastic on the front page.

ps - I've got this mod tagged, and once you release the forumhome code/xml, I'll be installing it!

Thanks for responding so quick!

sematopdemir 04-14-2010 09:07 AM

love it, thanks, installed!

Mostjolly 04-15-2010 12:26 PM

is there a way I could make default avatar size 48x48px?

BlackThorn 04-15-2010 07:25 PM

Quote:

Originally Posted by traffiking (Post 2021648)
is there a way I could make default avatar size 48x48px?

Yes you can edit this in codes;

<img src="{vb:raw userinfo.avatarurl}" border="0" alt="{vb:raw userinfo.username}" height="48" width="48" /></vb:if></a>


48 and 48 px

sulasno 04-18-2010 02:46 AM

installed this Mod in 4.0.2; updated to 4.0.3

template error:
whosonlinebit
Default Template Updated in vBulletin 4.0.3 by Jelsoft
Your Custom Template Last Edited in vBulletin 4.0.2 by admin
The attempted merge failed due to conflicts

MacHack 04-18-2010 01:50 PM

Installed and working on 4.0.3, thank you :up:

Shanti Nanda 06-08-2010 11:31 PM

<font color="DarkOrchid">It's a plug-in, right?... how should I fill the options in "Add New Plug"?</font>

hakan68 06-11-2010 10:28 PM

Quote:

Originally Posted by Shanti Nanda (Post 2050731)
It's a plug-in, right?... how should I fill the options in "Add New Plug"?

Go admincp and select "plug-in & pruduct" and click to "upload plug-in" and upload it.

sadiq6210 06-23-2010 07:50 AM

Installed ..

Could you update it for vb4.0.4

BlackThorn 06-23-2010 11:09 AM

Quote:

Originally Posted by sadiq6210 (Post 2057976)
Installed ..

Could you update it for vb4.0.4

I guess, that can work 4.0.4 you can try that :)

Gero50 07-09-2010 12:10 AM

Tagged, looks interesting.

sulasno 09-18-2010 04:34 PM

working in 4.0.7

sadiq6210 10-01-2010 09:41 AM

Quote:

Originally Posted by sulasno (Post 2100105)
working in 4.0.7

Not working perfect with 4.0.7

I updated the template, for 4.0.7 you can use this template =)

PHP Code:

<tr>
  <
td class="whoinfo" width="32%"><vb:if condition="$show['loggedinuser']">
<
a href="member.php?{vb:raw session.sessionurl}u=$userinfo[userid]">  
<
vb:if condition="$userinfo[avatarurl]">  
<
a href="member.php?u={vb:raw userinfo.userid}">  
<
img src="{vb:raw userinfo.avatarurl}" border="0" alt="{vb:raw userinfo.username}" height="60" width="60" /></vb:if></a>  
  <
br />       
      <
a href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.musername}</a>{vb:raw userinfo.hidden}<vb:if condition="$show['buddy']">+</vb:if>
      <
vb:else />
      <
vb:if condition="$show['spider']">{vb:raw spidertype}<vb:else />{vb:raw userinfo.musername}</vb:if>
  </
vb:if></td>
<
td class="whoinfo" width="8%" align="{vb:stylevar right}"><span class="smallfont time">{vb:raw userinfo.time}</span></td>
  <
td class="whoinfo wholocation" width="35%"><span style="float:{vb:stylevar right}">
      <
vb:if condition="$show['lockedout']"><img src="{vb:stylevar imgdir_statusicon}/wol_lockedout.png" alt="{vb:rawphrase viewing_forum_closed}" /></vb:if>
      <
vb:if condition="$show['nopermission']"><img src="{vb:stylevar imgdir_statusicon}/wol_nopermission.png" alt="{vb:rawphrase viewing_no_permission_message}" /></vb:if>
      <
vb:if condition="$show['errormessage']"><img src="{vb:stylevar imgdir_statusicon}/wol_error.png" alt="{vb:rawphrase viewing_error_message}" /></vb:if>
      <
vb:if condition="$show['reallocation']"><img src="{vb:stylevar imgdir_misc}/question_icon.gif" alt="{vb:raw userinfo.location}" /></vb:if>
    </
span> {vb:raw userinfo.action}
    <
vb:if condition="$show['where']">
      <
div class="smallfont" style="margin-top:1px">
        <
vb:if condition="$show['subscribed']"><img class="inlineimg" src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" /></vb:if>
        {
vb:raw userinfo.where}
      </
div>
    </
vb:if>
  </
td>
  <
vb:if condition="$show['ip']"><td class="whoinfo"><vb:if condition="$show['ajax_resolve']">
        <
a href="online.php?{vb:raw session.sessionurl}do=resolveip&amp;ipaddress={vb:raw userinfo.host_encoded}" id="resolveip_{vb:raw count}" title="{vb:rawphrase resolve_ip_address}">{vb:raw userinfo.host}</a>
        <
vb:else />
        {
vb:raw userinfo.host}
      </
vb:if>
  <
vb:if condition="$show['useragent']"><br />{vb:raw userinfo.useragent}</vb:if></td></vb:if>
  <
vb:if condition="$vboptions[showimicons]"><td class="whoinfo">
      {
vb:raw userinfo.aimicon}
      {
vb:raw userinfo.icqicon}
      {
vb:raw userinfo.msnicon}
      {
vb:raw userinfo.yahooicon}
      {
vb:raw userinfo.skypeicon}
  </
td></vb:if>
</
tr


Xeyn 10-01-2010 12:56 PM

Thx for this..yes works perfect in 4.0.7 now:-)

DirtRider 02-15-2011 12:15 PM

I would like to get this working but I cannot understand the install instructions at all. How am I supposed to install this one

Wordplay 03-31-2011 05:28 PM

anybody tried this on 4.1.2?

orsiris 04-03-2011 09:56 PM

yes wordplay and works fine on 4.1.2

S@NL - BlackBik 12-08-2011 07:39 PM

Works in 4.1.8 :)

But the template edit can be a lot smaller.

In template whosonlinebit find:

Code:

      <a href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.musername}</a>{vb:raw userinfo.hidden}<vb:if condition="$show['buddy']">+</vb:if>
and replace by:

Code:

<!-- Hack avatar on who's online -->
      <a href="{vb:link member, {vb:raw userinfo}}"><vb:if condition="$userinfo[avatarurl]"><img src="{vb:raw userinfo.avatarurl}" border="0" alt="{vb:raw userinfo.username}" height="60" width="60" /></vb:if><br />{vb:raw userinfo.musername}</a>{vb:raw userinfo.hidden}<vb:if condition="$show['buddy']">&nbsp;+</vb:if>
<!-- End hack avatar on who's online -->



All times are GMT. The time now is 04:51 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.01402 seconds
  • Memory Usage 1,822KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)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