Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Username Image For 4.1.x Details »»
Username Image For 4.1.x
Version: 1.10, by MegaManSec MegaManSec is offline
Developer Last Online: Dec 2016 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.1.x Rating:
Released: 10-24-2011 Last Update: Never Installs: 14
Template Edits
Re-useable Code  
No support by the author.

https://vborg.vbsupport.ru/showthread.php?t=198287



I'v made this mod work for vbulletin 4.1.x

Find "Postbit" in styles,

find:
Code:
				<div class="username_container">
					<vb:if condition="$post['userid']">
						{vb:raw memberaction_dropdown}
						{vb:raw post.onlinestatus}
and replace it with
Code:
				<div class="username_container">
					<vb:if condition="$post['userid']">
						<div id="postmenu_{vb:raw post.postid}">
						<vb:if condition="$show['profile']">
							<a href="member.php?{vb:raw session.sessionurl}u={vb:raw post.userid}">
						<vb:if condition="$post['field5']">
							<img src="{vb:raw post.field5}" border="0" /></a>
						<vb:else />
							{vb:raw memberaction_dropdown}</a>
						</vb:if></vb:if>
					{vb:raw post.onlinestatus}
				</div>
You'll have to add your own fields, you can do that by going to admincp->User Profile Fields->Add new | then replace field5 in the code with fieldNUMBER which you made the new field

if you have any questions, or need some help, add me on skype: //removed

Thanks, Loaep

~All credits to the maker of https://vborg.vbsupport.ru/showthread.php?t=198287 for this, all I did was convert the code.~

Code:
Video how to install this:  http://www.youtube.com/watch?v=JwRrZCcu6oI

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Erica1977

Comments
  #2  
Old 10-26-2011, 12:05 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like this but I have made many template edits and i cant get it to work correctly as the posts get disturbed looking weird.

I mean that the image shows great but is messing my posts content

Can yyou tell me the correct way to do this?

HTML Code:
			<div class="username_container">
			<vb:if condition="$post['userid']">

<center><div class="eti_postbit">{vb:raw memberaction_dropdown} 
<span class="usertitle">{vb:raw post.usertitle}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span> 
</center>
</vb:if>
</span>
</div>
</div>
Reply With Quote
  #3  
Old 10-26-2011, 09:21 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed

Quote:
You'll have to add your own fields,
what field we have to add and what to put in it plzzz??
Reply With Quote
  #4  
Old 10-26-2011, 11:35 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.osamA View Post
installed


what field we have to add and what to put in it plzzz??
Look at the old mod, on the zip file are the instructions that works with this one. :up:
Reply With Quote
  #5  
Old 10-27-2011, 02:53 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

aha thank you
i see
Reply With Quote
  #6  
Old 10-27-2011, 08:34 AM
MegaManSec MegaManSec is offline
 
Join Date: Aug 2011
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FReeSTER View Post
I like this but I have made many template edits and i cant get it to work correctly as the posts get disturbed looking weird.

I mean that the image shows great but is messing my posts content

Can yyou tell me the correct way to do this?

HTML Code:
			<div class="username_container">
			<vb:if condition="$post['userid']">

<center><div class="eti_postbit">{vb:raw memberaction_dropdown} 
<span class="usertitle">{vb:raw post.usertitle}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span> 
</center>
</vb:if>
</span>
</div>
</div>
hey, add my skype: //removed

and I'll take a look for you
Reply With Quote
  #7  
Old 10-27-2011, 08:35 AM
MegaManSec MegaManSec is offline
 
Join Date: Aug 2011
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.osamA View Post
installed


what field we have to add and what to put in it plzzz??
Hey, I see that FReeSTER helped you, if you need any more help ; add my skype - //removed

Quote:
Originally Posted by FReeSTER View Post
Look at the old mod, on the zip file are the instructions that works with this one. :up:
Thanks I shall make a video of how to do it tonight.
Reply With Quote
  #8  
Old 10-28-2011, 06:17 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have been waiting for this for a long time. The only issue I have is that the dropdown does not open when you click on the username image. It only takes you straight to the profile page. Is there a way to keep that function??
Reply With Quote
  #9  
Old 10-29-2011, 06:31 AM
MegaManSec MegaManSec is offline
 
Join Date: Aug 2011
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Taurus1 View Post
I have been waiting for this for a long time. The only issue I have is that the dropdown does not open when you click on the username image. It only takes you straight to the profile page. Is there a way to keep that function??
yes, there is a way, I will work on it now
Reply With Quote
Благодарность от:
Taurus1
  #10  
Old 10-29-2011, 08:53 PM
abdobasha2004's Avatar
abdobasha2004 abdobasha2004 is offline
 
Join Date: Aug 2008
Posts: 541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any screen shots?
Reply With Quote
Reply


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 09:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04696 seconds
  • Memory Usage 2,329KB
  • 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_code
  • (2)bbcode_html
  • (6)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete