Quote:
Originally Posted by Mustiii
Thank you very much Lynne your article was the perfect description to solve my problem. Only thing i still need is to know how to translate (add Phrases) to this new buttons. Because i am using a multilingual Forum
|
Instead of putting text for the links:
HTML Code:
<a href="link.php">My Link</a>
Use phrases (you will need to enter them into the phrase manager as global phrases):
HTML Code:
<a href="link.php">$vbphrase[my_link]</a>