The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit Edit
Dear Community,
I have been working on a template but want to remove the "EditPost" "Quote" "MultiQuote" and other post bits and replace the text with images From To Can some one please tell me where to find it and help me also. |
#2
|
|||
|
|||
Still no one to help me do this?
|
#3
|
||||
|
||||
You will need to edit the posbit template directly, remove any references to the default Edit/Reply etc and then code in your own that link to the images.
Look for: Code:
<div class="postfoot"> <div class="textcontrols floatcontainer"> <span class="postcontrols"> <img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" /> <vb:if condition="$post['editlink']"> <a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a> <span class="seperator"> </span> </vb:if> Not sure if you know this but there's two different templates you can chose from when displaying post in your settings, postbit OR postbit_legacy so edit the correct one. postbit = the Horizontal user info going across the top just like you see here. posbit_legacy = how you see posts on vbulletin.com where your info is to the left in it's own "column". |
#4
|
|||
|
|||
That seems completly past me ^,^'
Could you please explain to me how I would do this then aka say edit.png is the edit post image. how would I could edit.png to show with no text but work the same as edit would normally work. aka show me the code ^,^ |
#5
|
||||
|
||||
Quote:
HTML Code:
<a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a> |
#6
|
|||
|
|||
HTML Code:
<a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /><img src="http://www.kalleload.net/uploads/euoqxk/wnggyjldtudk.png" alt="EditPost" width="50" height="15" /></a> It seems to have removed the text and replaced it with the image. The problem now is that the image is not sitting level |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|