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)
-   -   Mini Mods - ZH - No Avatar (https://vborg.vbsupport.ru/showthread.php?t=141419)

frankenberrie 07-11-2008 04:24 PM

Works on Vbulletin 3.72 PL2

For all those having trouble with this MOD showing the avatar in the memberlist, here is the simple fix brought to you by Frankenberrie :)

Download the mod then open it and remove the following code from it:
Code:

        <plugin active="1" executionorder="5">
            <title>Memberlist</title>
            <hookname>memberlist_bit</hookname>
            <phpcode><![CDATA[if ($vbulletin->options['zh_noavatar_onoff'] == '1')
{
if (!$avatarurl)
{
$zhavapath = $vbulletin->options['zh_noavatar_path'];
$avatarurl = $zhavapath;
//make sure the avatar collumn is displayed
$show['avatar'] = true;
$show['avatarcol'] = true;
}
}]]></phpcode>
        </plugin>

DONE! ENJOY====

Eonwe 08-11-2008 02:56 PM

Thanks, installed.

Peejay 11-06-2008 08:18 PM

Just what I was looking for, many thanks :D

youjoomla 03-15-2009 05:43 AM

not showing on user profile , v bull 3.8.1

pooslokka 04-15-2009 05:33 PM

woks charm with 3.7x

Thank you so much !!!

pooslokka 04-15-2009 05:34 PM

Quote:

Originally Posted by youjoomla (Post 1768468)
not showing on user profile , v bull 3.8.1

yah joomla,
that ofcause true. so had to make a test post with a new user account see weather it is displayed in the postbit .

:)

shuangddr 05-03-2009 10:56 AM

will there a version for 3.8?

Ziki 05-03-2009 06:55 PM

It's the same as for 3.7


All times are GMT. The time now is 03:37 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.01047 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)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
  • (8)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