vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Avatar thumbnails in showgroups? (https://vborg.vbsupport.ru/showthread.php?t=169853)

Boofo 02-07-2008 02:39 AM

Avatar thumbnails in showgroups?
 
Can anyone please help with pulling the avatar thumbnails into showgroups? I almost have it but I can't quite get it yet. I know it has to do with the fetch_avatar_url function but I can't seem to get it to work in showgroups. Any help will be greatly appreciated. ;)

Sofia 02-20-2008 10:16 PM

Hi Boofo

You can try my hack : http://www.vbhackers.com/f76/avatars...301/#post57533
Works on 3.6.8


Try this code :

HTML Code:

    <plugins>
        <plugin active="1" executionorder="5">
            <title><![CDATA[Display avatar]]></title>
            <hookname>showgroups_user</hookname>
            <phpcode><![CDATA[require_once('./includes/functions_user.php');
$userid = $user['userid'];
$avatarurl = fetch_avatar_url($userid);]]>
</phpcode>
        </plugin>
    </plugins>


Boofo 02-20-2008 10:36 PM

Quote:

Originally Posted by Sofia (Post 1447728)
Hi Boofo

You can try my hack : http://www.vbhackers.com/f76/avatars...301/#post57533
Works on 3.6.8


Try this code :

HTML Code:

    <plugins>
        <plugin active="1" executionorder="5">
            <title><![CDATA[Display avatar]]></title>
            <hookname>showgroups_user</hookname>
            <phpcode><![CDATA[require_once('./includes/functions_user.php');
$userid = $user['userid'];
$avatarurl = fetch_avatar_url($userid);]]>
</phpcode>
        </plugin>
    </plugins>


I'm using 3.7.0 beta 5. Here's the line I used in the template and nothing is showing:

HTML Code:

<img style="margin: 15px;" src="$avatarurl" alt="$user[username]'s Avatar" border="0" />
I also tried:

HTML Code:

<img style="margin: 15px;" src="$avatarurl[userid]" alt="$user[username]'s Avatar" border="0" />

Sofia 02-20-2008 11:06 PM

1 Attachment(s)
Works good on 3.7.0 Beta 5 :p

Try this code :

Code:

<img style="margin: 15px;" src="$avatarurl[0]" alt="$user[username]'s Avatar" border="0" />

Boofo 02-20-2008 11:18 PM

You are an angel! It works. But one slight problem. The Super Mod Avatar is showing up as the Mod Avatar and they are 2 different people.

Is there a way to pull the thumbs out for this?

johnrizz 04-10-2008 10:21 PM

1 Attachment(s)
Here is my SHOWGROUPS could someone tell whats wrong with this, maybe help fix this? Thanks!




Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[show_groups]</title>
</head>
<body>
$header
$navbar

<if condition="$moderatorbits">
<!-- moderators -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" colspan="5">$vbphrase[moderators]</td>
</tr>
<tr>
        <td class="thead">&nbsp;</td>
        <td class="thead" width="25%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
        <td class="thead" width="25%">$vbphrase[forums]</td>
        <td class="thead">$vbphrase[contact]</td>
</tr>
$moderatorbits
</table>
<br />
<!-- end moderators -->
</if>

$usergroups

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
        <td width="100%">&nbsp;</td>
        <td>$forumjump</td>
</tr>
</table>

$footer
</body>
</html>


squishi 04-10-2009 08:45 AM

Having the same problem as stone0075.
The last avatar on the page is being repeated for all the moderators.


All times are GMT. The time now is 12:17 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.00982 seconds
  • Memory Usage 1,737KB
  • 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
  • (4)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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