vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - [FMI] Encourage Avatar Usage (https://vborg.vbsupport.ru/showthread.php?t=290763)

RedTurtle 11-16-2012 03:21 PM

Quote:

Originally Posted by scottct1 (Post 2381363)
Got i t working using this code instead.

<a class="postuseravatarlink" href="<vb:if condition="$avae">profile.php?do=editavatar<vb:els e />{vb:link member, {vb:raw post}} </vb:if>" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">

Only issue is the link for all the other avatars on that page turn to the profile.php?do=editavatar but its livable. :D

Hey Scott,

Actually I think you have it installed incorrectly. The point of the plugin is that only the user who is logged in and doesn't have an avatar should see a link over their default avatar to the Edit Avatar page. Nobody besides that user should see the link to profile.php?do=editavatar and even then only on their own avatar area.

You may want to redo your template edit, and look at neopets' post a few above to see what to replace.

b00k 11-16-2012 03:37 PM

Scott, a direct excerpt from my postbit from a 4.2.0 board that's a clean install with the modifcation code done.

PHP Code:

        <vb:if condition="$show['avatar']">
<
class="postuseravatarlink" href="<vb:if condition="$avae">profile.php?do=editavatar<vb:else />{vb:link member, {vb:raw post}}</vb:if>" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                        <
vb:if condition="$post.avatarurl">
                            <
img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
                        <
vb:else />
                            <
img src="{vb:stylevar imgdir_misc}/unknown.gif" />
                        </
vb:if>
                    </
a>
                </
vb:if> 


sticky 11-17-2012 04:47 AM

Anyway to make this so it rewards a user with rep points for setting an avatar?

dog-tag 01-02-2013 03:55 PM

Works very well and installed perfectly thank you!

If I were to improve it, I think I'd make the images rotate... just an idea.

K4GAP 02-28-2013 01:39 AM

Tagged for future use.

fxdigi-cash 02-28-2013 05:40 AM

is this mod works as default avatar for users who don't use avatar??

if so, I tried it and didn't work. I also tried the codes posted, but none worked...

any idea?

ForceHSS 02-28-2013 06:05 AM

Quote:

Originally Posted by fxdigi-cash (Post 2406888)
is this mod works as default avatar for users who don't use avatar??

if so, I tried it and didn't work. I also tried the codes posted, but none worked...

any idea?

vb version?
You must of done something wrong as this works


All times are GMT. The time now is 05:35 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.01077 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete