Peggy
01-07-2007, 11:42 PM
A handy little feature to offer your members is a ready link to the vB codes and smilies pages while posting. See the screenshot attached.
This is a very easy add on. There are just three (3) template edits.
Log into your ACP
Go to Styles & Templates
Style Manager
select your style on the right, choose edit templates, and GoScroll to Showthread Templates, double-click. Select showthread_quickreply, double-click.
Inside this template, scroll all the way to the bottom, and find
</script>
Beneath this, add:
<div align="center">Posting Rules: <a href="http://www.addresstoyourforum/misc.php?do=bbcode">vB code</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=showsmilies">Smilies</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=bbcode#imgcode">[IMG]</a> code: On, HTML code: Off</div>
Save
Obviously, you'll need to change the part in red, to the address of your forum :D
Now, go to New Posting Templates, double-click.Select newreply, double-click.
Find:
$imagereg
Beneath this, add:
<div align="center"><fieldset class="fieldset"><legend>Posting Rules:</legend><a href="http://www.addresstoyourforum/misc.php?do=bbcode">vB code</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=showsmilies">Smilies</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=bbcode#imgcode">[IMG]</a> code: On, HTML code: Off</fieldset></div>
Save
Last, go to newthread template, double-click.
Find:
$imagereg
Beneath this, add:
<div align="center"><fieldset class="fieldset"><legend>Posting Rules:</legend><a href="http://www.addresstoyourforum/misc.php?do=bbcode">vB code</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=showsmilies">Smilies</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=bbcode#imgcode">[IMG]</a> code: On, HTML code: Off</fieldset></div>
Save
all finished!
Credit: mac27 (http://www.vbulletin-faq.com/forum/member.php?u=344)
This is a very easy add on. There are just three (3) template edits.
Log into your ACP
Go to Styles & Templates
Style Manager
select your style on the right, choose edit templates, and GoScroll to Showthread Templates, double-click. Select showthread_quickreply, double-click.
Inside this template, scroll all the way to the bottom, and find
</script>
Beneath this, add:
<div align="center">Posting Rules: <a href="http://www.addresstoyourforum/misc.php?do=bbcode">vB code</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=showsmilies">Smilies</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=bbcode#imgcode">[IMG]</a> code: On, HTML code: Off</div>
Save
Obviously, you'll need to change the part in red, to the address of your forum :D
Now, go to New Posting Templates, double-click.Select newreply, double-click.
Find:
$imagereg
Beneath this, add:
<div align="center"><fieldset class="fieldset"><legend>Posting Rules:</legend><a href="http://www.addresstoyourforum/misc.php?do=bbcode">vB code</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=showsmilies">Smilies</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=bbcode#imgcode">[IMG]</a> code: On, HTML code: Off</fieldset></div>
Save
Last, go to newthread template, double-click.
Find:
$imagereg
Beneath this, add:
<div align="center"><fieldset class="fieldset"><legend>Posting Rules:</legend><a href="http://www.addresstoyourforum/misc.php?do=bbcode">vB code</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=showsmilies">Smilies</a>: On, <a href="http://www.addresstoyourforum/misc.php?do=bbcode#imgcode">[IMG]</a> code: On, HTML code: Off</fieldset></div>
Save
all finished!
Credit: mac27 (http://www.vbulletin-faq.com/forum/member.php?u=344)

