Quote:
Originally Posted by blogcrash
thanks my friend.
i understand that i place the code manually.
I've done it already with mods like itrade.
But in this case, any idea of the code i have to place???
And where? in post_legacy?
thanks in advance 
|
...okay...at first...we have to create new button same or looks like the same what you have...okay i guess we have to put it below your avatar...but where...under or above---what---? your decission or it's up to you...
Let Say...You Decide To Add The Nominate Button Below Avatar (...Under "Quick Reply Button")
Go > ACP > Styles & Templates > Search in Templates > postbit or postbit_legacy
(2X Click any from template according to your settings) and...
WARNING!
Always Copy And Paste the Original Code And Paste It Somewhere (For Security Reason!):
In Case Something Go Wrong!
=========
Find This:
=========
Code:
<div style="margin-bottom: 2px;">
<a href="newreply.php?do=newreply&p=18" rel="nofollow" id="qr_18" onclick="return false"><img title="Quick reply to this message" src="images/creativecreature/buttons/quickreply.gif" alt="Quick reply to this message" border="0"></a>
</div>
==================
Below Try To Add This:
==================
Code:
<br />
<a href="nominate_topic.php?$session[sessionurl]do=nominate_topic_add&p=$post[postid]&securitytoken=$bbuserinfo[securitytoken]" id="nominate_topic_button_$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="nominate_topic_give($post[postid]); return false;"</if> style="display:$display_nominations_image" rel="nofollow"><img src="$stylevar[imgdir_button]/nominate/nominate_topic.gif" alt="$vbphrase[nominate_topic_nominatethis]" border="0" /></a>
=========================
Click Save And View the Results:
=========================
Cross Your Finger And Pray For this Tutorial Are All Correct...I Hope So! (if not...don't bother to blame me...coz' i'm just trying to help you....with all the best i can...)
GOODLUCK!

:up: