MyBB Community Forums

Full Version: help button in newthread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi friends.

how do you get help in newthread css button, like this:
what does the CSS button do - what should user get after clicking that button ?
Add CSS button code in newthread template, like this:
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /> <a class="yourcssbuttonclass" href="www.mysite.com/help.php">HELP</a></td>
I was directing the user to here. m.

http://www.only126.web.id/misc.php?action=help&hid=7

because I want to add a tutorial code here.



hallo destroy.
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /> <a class="yourcssbuttonclass" href="www.mysite.com/help.php">HELP</a></td>
how to add a popup on the code above
^ you can follow replies here for simple code to popup window
okle thanks .m.

The code is very helpful.