The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Report, Edit and IP icons in Profile Details »» | |||||||||||||||||||||||||||
Report, Edit and IP icons in Profile
Developer Last Online: Apr 2010
Well, on behalf of one vBulletin.com member who said he wanted this kind of thing in the next version of vB, and said my profile warning message thing was overkill, I have now actually made such a modification. Behold, it adds simple icons next to the option links in the profiles, the exact same as used elsewhere on the board.
To Install: In memberinfo_visitormessage: Find: Code:
<ul class="list_no_decoration controls"> <if condition="$show['converse']"> <li class="smallfont"><a href="converse.php?$session[sessionurl]u=$message[hostuserid]&u2=$message[guestuserid]" title="$message[converse_description_phrase]">$vbphrase[view_conversation]</a></li> </if> <if condition="$show['edit']"> <li class="smallfont"><a href="visitormessage.php?$session[sessionurl]u=$userinfo[userid]&do=message&vmid=$message[vmid]">$vbphrase[edit]</a></li> </if> <if condition="$show['reportlink']"> <li class="smallfont"><a href="visitormessage.php?$session[sessionurl]do=report&vmid=$message[vmid]">$vbphrase[report]</a></li> </if> <if condition="$message['messageipaddress']"> <li class="smallfont"><a href="visitormessage.php?do=viewip&vmid=$message[vmid]">$vbphrase[ip]</a></li> </if> </ul> Code:
<ul class="list_no_decoration controls"> <if condition="$show['converse']"> <li class="smallfont"><a href="converse.php?$session[sessionurl]u=$message[hostuserid]&u2=$message[guestuserid]" title="$message[converse_description_phrase]">$vbphrase[view_conversation]</a></li> </if> <if condition="$show['edit']"> <li class="smallfont"><a href="visitormessage.php?$session[sessionurl]u=$userinfo[userid]&do=message&vmid=$message[vmid]"><img src="images/misc/userfield_edit.gif" alt="$vbphrase[edit]" border="0"/>$vbphrase[edit]</a></li> </if> <if condition="$show['reportlink']"> <li class="smallfont"><a href="visitormessage.php?$session[sessionurl]do=report&vmid=$message[vmid]"><img src="images/buttons/report.gif" alt="$vbphrase[report]" border="0" />$vbphrase[report]</a></li> </if> <if condition="$message['messageipaddress']"> <li class="smallfont"><a href="visitormessage.php?do=viewip&vmid=$message[vmid]"><img src="images/buttons/ip.gif" alt="$vbphrase[ip]" border="0" />$vbphrase[ip]</a></li> </if> </ul> Find: Code:
<if condition="$show['edit'] OR $show['reportlink']"> <ul class="list_no_decoration controls"> <if condition="$show['edit']"> <li class="smallfont"><a href="visitormessage.php?$session[sessionurl]u=$userinfo[userid]&do=message&vmid=$message[vmid]">$vbphrase[edit]</a></li> </if> <if condition="$show['reportlink']"> <li class="smallfont"><a href="visitormessage.php?$session[sessionurl]u=$userinfo[userid]&do=report&vmid=$message[vmid]">$vbphrase[report]</a></li> </if> </ul> </if> Code:
<if condition="$show['edit'] OR $show['reportlink']"> <ul class="list_no_decoration controls"> <if condition="$show['edit']"> <li class="smallfont"><a href="visitormessage.php?$session[sessionurl]u=$userinfo[userid]&do=message&vmid=$message[vmid]"><img src="images/misc/userfield_edit.gif" alt="$vbphrase[edit]" border="0" />$vbphrase[edit]</a></li> </if> <if condition="$show['reportlink']"> <li class="smallfont"><a href="visitormessage.php?$session[sessionurl]u=$userinfo[userid]&do=report&vmid=$message[vmid]"><img src="images/buttons/report.gif" alt="$vbphrase[report]" border="0" />$vbphrase[report]</a></li> </if> </ul> </if> http://dsultimate.net/Board/upload/m...?u=1&styleid=1 Notes: Works on all 3.7, and likely 3.8 and 4.0 versions. Never needs to be upgraded. Legend of Zelda potion bottle and treasure chest icons in the screenshot/demo mean report and IP on my forum, and are nothing to do with this mod (which uses whatever icons your board actually has for report and IP in posts). Screenshots: Attachment 85000 Show Your Support
|
Comments |
#2
|
||||
|
||||
Oh, and this was the topic it was asked for in:
http://www.vbulletin.com/forum/showthread.php?t=280283 |
#3
|
||||
|
||||
could not see anything in live demo ... and first replace code is in which template??
regards macc |
#4
|
||||
|
||||
It was memberinfo_visitormessage, forgot to put in first post.
|
#5
|
||||
|
||||
Nice = Thanx for sharing.
Jacquii. |
#6
|
|||
|
|||
would be sweet if the text was replaced with the image. if you get me
|
#7
|
||||
|
||||
Can you explain a bit more? If you mean use an image instead of text, just remove the text that says 'report' etc, which will leave you with just the image icons.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|