vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Memberinfo Recent visitors [usergroup title with unknown the pic] (https://vborg.vbsupport.ru/showthread.php?t=234685)

yilmaz68 01-31-2010 10:00 PM

Memberinfo Recent visitors [usergroup title with unknown the pic]
 
1 Attachment(s)
open your memberinfo_visitorbit template and all codes replace with:

PHP Code:

<table class="blocksubhead" cellpadding="1" cellspacing="1" border="0" width="90%">
<
tr class="tborder">
<
td class="blocksubhead" width="10%" align="left">
<
img src="images/misc/unknown.gif" width="50" height="50" border="0" /></td>
<
td class="blocksubhead" width="90%" align="left">
<
class="username" href="{vb:link member,{vb:raw user}}">{vb:raw user.musername}</a>{vb:raw user.invisiblemark}{vb:raw user.buddymark}<br /> {vb:raw user.displaygrouptitle}</td></tr></table


open your memberinfo_block_recentvisitors template and all codes replace with:


PHP Code:

<div class="visitors">
    <
h5 class="blocksubhead smaller">{vb:rawphrase recent_visitors}</h5>
    <
div class="blockbody">
        <
div class="blockrow">
            <
div class="meta">
                {
vb:rawphrase last_x_visitors, {vb:raw block_data.visitorcount}}
            </
div>

            <
ol class="commalist">
<
div class="blocksubhead" style="border:0; padding:1px; height:250px; width:100%; overflow:auto">
                {
vb:raw block_data.visitorbits}
</
div>
            </
ol>

            <
span class="totalvisits">{vb:rawphrase this_page_has_x_visits, {vb:raw prepared.profilevisits}}</span>
        </
div>
    </
div>
</
div


Oyabun 02-08-2010 09:53 AM

Why not the avatar instead of the unknown gif?

hidjra 02-15-2010 11:42 AM

Quote:

Originally Posted by Oyabun (Post 1977321)
Why not the avatar instead of the unknown gif?

can you post that too ??

goran424 04-16-2010 09:47 PM

1 Attachment(s)
Quote:

Originally Posted by Oyabun (Post 1977321)
Why not the avatar instead of the unknown gif?

Yes, I would like to know too. Please respond.

I installed and rated 5*, happy with it but it would look nicer if avatars are visible.

Here is the example from IPB:

goran424 04-16-2010 09:48 PM

Never mind, just realized author has been banned.


All times are GMT. The time now is 06:49 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.01215 seconds
  • Memory Usage 1,736KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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