Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

Reply
 
Thread Tools
User name images Details »»
User name images
Version: 3.00, by WorldDomination WorldDomination is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.x Rating:
Released: 07-09-2009 Last Update: 12-20-2009 Installs: 64
Template Edits
Re-useable Code Translations  
No support by the author.

IMPORTANT UPDATE
I forgot to mention a vital part of the installation in the previous versions. When setting up the Custom Profile Field you must not make the location of the field in 'Edit Your Details', otherwise people that do not have the proper permissions to edit this field can do so VIA viewing their profile. I have updated the .zip with the updated instructions. Sorry for any inconvenience.

I've seen quite a few people asking about a mod to display an image in their user name spot, and haven't been able to find a working one.

What does this mod do?

This mod uses a Custom Profile Field to display an image for a persons user name rather than their default, boring text user name. It will display in all the users posts and in the users profile.

About this Mod:
  • Which user groups can view the Profile Field used for this mod
  • The size of the Image that can be used
  • Any user that doesn't have access to this field, or chooses not to use it, will have their normal text user name displayed.
  • It works with both Postbit and Postbit Legacy styles.
Please Mark Installed if you use!

This is my first released MOD, so some feedback would be very helpful, plus maybe some ideas on what else to add etc. to this MOD would be helpful.

INSTRUCTIONS ARE IN THE .ZIP FILE!

Download Now

File Type: zip UserNameImagesv4.zip (2.2 KB, 758 views)

Screenshots

File Type: png postbitdark.png (17.5 KB, 0 views)
File Type: png profiledark.png (19.6 KB, 0 views)
File Type: png postbitlegacydark.png (19.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-14-2009, 12:54 AM
WorldDomination WorldDomination is offline
 
Join Date: Dec 2008
Location: Illinois, USA
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Itchy Nips View Post
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!
Oh right. I completely forgot about it doing that in postbit legacy. Thanks for the fix, will update now.
Reply With Quote
  #23  
Old 07-16-2009, 06:03 AM
Feanor_87's Avatar
Feanor_87 Feanor_87 is offline
 
Join Date: Mar 2009
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for sharing! Installed*

Is there anyway for it to show up in Memberslist?
Reply With Quote
  #24  
Old 07-17-2009, 06:18 AM
willy888 willy888 is offline
 
Join Date: Apr 2006
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What about for those who have already installed it ?
Any update info what to change ?
Reply With Quote
  #25  
Old 07-19-2009, 07:04 AM
Huy Ho?ng Huy Ho?ng is offline
 
Join Date: Dec 2008
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please let me know what's new in this new version?
Reply With Quote
  #26  
Old 07-22-2009, 07:07 PM
tehone tehone is offline
 
Join Date: Jun 2009
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, I have a problem. I have yet to install this, but I've downloaded it and had a little read through. I was wondering in the Username Image part in the user CP.. do you put the link to the image or put it in HTML tags? Please PM with a response as I might forget to check back here.
Reply With Quote
  #27  
Old 07-29-2009, 10:47 PM
Cfreyna Cfreyna is offline
 
Join Date: Jul 2009
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Haha I always wondered if this was the World Domination from sythe and rsforums.

This one works really good.

Thank you
Reply With Quote
  #28  
Old 07-31-2009, 05:59 AM
WorldDomination WorldDomination is offline
 
Join Date: Dec 2008
Location: Illinois, USA
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by willy888 View Post
What about for those who have already installed it ?
Any update info what to change ?
Nothing is changed. I changed something, then changed it back becuase it didn't work. Sorry for the confusion.

Quote:
Originally Posted by tehone View Post
Hey, I have a problem. I have yet to install this, but I've downloaded it and had a little read through. I was wondering in the Username Image part in the user CP.. do you put the link to the image or put it in HTML tags? Please PM with a response as I might forget to check back here.
You OBVIOUSLY got it working.

Quote:
Originally Posted by Cfreyna View Post
Haha I always wondered if this was the World Domination from sythe and rsforums.

This one works really good.

Thank you
Yes it is I. And you're welcome, sir.
Reply With Quote
  #29  
Old 08-01-2009, 11:29 PM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great! Thank you!
Reply With Quote
  #30  
Old 08-04-2009, 04:00 AM
Cfreyna Cfreyna is offline
 
Join Date: Jul 2009
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got this error when trying to make it changeable in users profiles.

Parse error: syntax error, unexpected ')' in /includes/adminfunctions_template.php(3939) : eval()'d code on line 1
Reply With Quote
  #31  
Old 08-24-2009, 06:19 AM
florkat florkat is offline
 
Join Date: Jul 2009
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey world domination, i have a little problem about this. I get the "User Name Image" input field, and I have followed your steps correctly and I've tried this 3 times and I can't find where my mistake is. When I put the image URL it saves the changes and the image shows perfectly on the profile field, but the image won't show on the forums. I have tried this with html, direct link, url tags, etc. and it doesn't work for me. Is there any way the image can show not only on my profile, but also on the forums posts? thanks in advance!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:56 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.04556 seconds
  • Memory Usage 2,354KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete