vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Profile Enhancements - User name images (https://vborg.vbsupport.ru/showthread.php?t=218327)

Itchy Nips 07-10-2009 11:26 PM

installed and voted

WorldDomination 07-10-2009 11:29 PM

Quote:

Originally Posted by Itchy Nips (Post 1846662)
installed and voted

Thanks!

florkat 07-11-2009 06:00 AM

marked as installed ^^ i'm going to try this tomorrow. i think if we use .png image it will be faster to load. that i don't think will be my problem. but i'm new on vb so here's my question
how do i set the option to display user avatar and info at the left column of the thread post like on the 3rd screenshot?

WorldDomination 07-11-2009 06:06 AM

Quote:

Originally Posted by florkat (Post 1846790)
how do i set the option to display user avatar and info at the left column of the thread post like on the 3rd screenshot?

Admin CP -> vBulletin Options -> Style & Language Settings -> Scroll too
Use Legacy (Vertical) Postbit Template and choose yes then hit save.

willy888 07-11-2009 12:43 PM

Thanks for this mod
I install it ok but in user's profile /About me shows the path link to the image

princeedward 07-11-2009 01:46 PM

great and thanks...might try this...

WorldDomination 07-11-2009 06:51 PM

Quote:

Originally Posted by willy888 (Post 1846946)
Thanks for this mod
I install it ok but in user's profile /About me shows the path link to the image

I'll look into that.

Quote:

Originally Posted by princeedward (Post 1846974)
great and thanks...might try this...

You're Welcome! :)

Itchy Nips 07-11-2009 07:09 PM

great mod. installed and voted!

my only feedback so far is that the menu that appears when you click the username, does not appear anymore when you use the username image. Instead, it goes right to their profile.

any ideas?

WorldDomination 07-11-2009 07:27 PM

Quote:

Originally Posted by Itchy Nips (Post 1847125)
great mod. installed and voted!

my only feedback so far is that the menu that appears when you click the username, does not appear anymore when you use the username image. Instead, it goes right to their profile.

any ideas?

The pop up menu works for me. Are you cure you copied the code correctly? Double check that then post here if that wasn't the problem.

Itchy Nips 07-11-2009 09:28 PM

you are correct, sir! I did not have the right code in there. I realized what happened, and this is another feedback for you.

When I pasted that code in replacement of the old code from step 2 (in the instructions), it puts an online status icon next to the username. But their online status also appears where it should (on the bottom of the postbit).

I had to edit your code from this:

PHP Code:

<div id="postmenu_$post[postid]">
                    <if 
condition="$show['profile']">
                    <
class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><if condition="$post['field8']"><img src="$post[field8]border="0"/></a> <else />$post[musername]</a></if>
                    
$post[onlinestatus]
                    <
script type="text/javascript"vbmenu_register("postmenu_$post[postid]"true); </script>
                    <else />
                    
$post[musername]
                    </if>
                </
div

to this:

PHP Code:

<div id="postmenu_$post[postid]">
                    <if 
condition="$show['profile']">
                    <
class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><if condition="$post['field7']"><img src="$post[field7]width="150" height="30" border="0"/></a> <else />$post[musername]</a></if>
                    <
script type="text/javascript"vbmenu_register("postmenu_$post[postid]"true); </script>
                    <else />
                    
$post[musername]
                    </if>
                </
div

getting rid of the:
PHP Code:

$post[onlinestatus

after the </a></if> code.

it all works fine now :)
kudos to you!


All times are GMT. The time now is 11:24 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.01309 seconds
  • Memory Usage 1,759KB
  • 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
  • (3)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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