Quote:
Originally Posted by YantieDan
Hey!
Is there a way for me to change <phrase name="cybcb_chatbox_note"><![CDATA[Ask your questions in the forums. The ChatBox is for small talk.]]></phrase> to show a paypal donate button [with form]?
When you do it in the vb template, it uses the form method post. But so does the shoutbox... So it doesn't link off, it just posts the message in the box.
|
You could modify the cyb_chatbox template, add the url there. Find:
PHP Code:
<div class="smallfont" style="float:$stylevar[right];">$vbphrase[cybcb_chatbox_note]</div>
Replace with:
PHP Code:
<div class="smallfont" style="float:$stylevar[right];">$vbphrase[cybcb_chatbox_note] Message with <a href="url">url</a> here</div>