The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Do I change the display icons
I need help as I am a "noob" to VB Forums and I need to know how to change the icons such as the New Post and forum locked icons etc... Could anyone help me?
Thanks So Much! Ruairidh |
#2
|
||||
|
||||
the "forum locked (& others)" are located in your forum root folder inside images/statusicon
The "New Post (& Others)" are located in images/buttons Just go to your images folder, everything is self explained in there |
#3
|
||||
|
||||
New post, New thread, Closed thread are no longer icons they css buttons.
|
#4
|
|||
|
|||
Quote:
Thank you! |
#5
|
|||
|
|||
Here is the way to change them :
open SHOWTHREAD template : Find : Code:
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1" class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a> Code:
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1" id="newreplylink_bottom" > <vb:if condition="$show['closethread']"><img src="{vb:stylevar imgdir_button}/reply.gif" alt="{vb:rawphrase reply}" border="0" /><vb:else /><img src="{vb:stylevar imgdir_button}/threadclosed.gif" alt="{vb:rawphrase closed_thread}" border="0" /></vb:if></a> Code:
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1" class="newcontent_textcontrol" id="newreplylink_bottom" ><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a> Code:
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1" id="newreplylink_bottom" > <vb:if condition="$show['closethread']"><img src="{vb:stylevar imgdir_button}/reply.gif" alt="{vb:rawphrase reply}" border="0" /><vb:else /><img src="{vb:stylevar imgdir_button}/threadclosed.gif" alt="{vb:rawphrase closed_thread}" border="0" /></vb:if></a> Code:
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> Code:
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" id="newthreadlink_top"><img src="{vb:stylevar imgdir_button}/newthread.gif" alt="{vb:rawphrase post_new_thread}" border="0" /> </a> Code:
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a> Code:
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" id="newthreadlink_bottom"><img src="{vb:stylevar imgdir_button}/newthread.gif" alt="{vb:rawphrase post_new_thread}" border="0" /> </a> |
#6
|
|||
|
|||
Yay! This worked! Thanks so much!
The only button I don't seem to have now is the "Quote" button, but I will go through the code you just gave me and see if I can find it and replicate the alterations for that one. Again, thanks so much!!! --------------- Added [DATE]1280535275[/DATE] at [TIME]1280535275[/TIME] --------------- Unfortunately, I have proven unsuccessful in my ability to find the code for the last three buttons I would like to include in VB4. They are the three buttons at the bottom of each post: Edit, the small Reply option, and the Quote option. If anyone can help me find the proper code for this, I would be most appreciative. Thank you! |
#7
|
||||
|
||||
You'll find those icon in postbit or postbit_legacy template
|
#8
|
|||
|
|||
Thank you!! I'll dig through that and see if I can figure out the changes to make.
|
#9
|
|||
|
|||
Try to open postbit_legacy template, then Find :
PHP Code:
PHP Code:
Now, To change the edit button, find : PHP Code:
PHP Code:
My regards. |
#10
|
|||
|
|||
Yes! I got them all!! Thank you SO much, abualk...you are a lifesaver!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|