Rules when you open a new thread
Many people have asked how to insert rules that can be displayed when the member starts a new thread.
In style manager, open the editor templates -> editor_toolbar_on. At the very top of the file, above the line $vBeditTemplate[clientscript], insert this code: Code:
<if condition="THIS_SCRIPT == 'newthread'"> <if condition="$show['member']"> <strong>Hello $bbuserinfo[username]! We ask that you follow these simple rules:</strong><br /> <ul> <li>First rules. </li> <li>Second rules. </li> <li>Third rules. </li> </ul> </if> </if> Code:
<li>Rules</li> Sample PS: sorry for my english Original modification in Italian version available http://www.cionfs.it/forum/vbulletin-e-vbseo-italia-vf19/guida-inserire-le-regole-di-scrittura-allapertura-di-un-nuovo-topic-vt5765.html. Cionfs of http://www.cionfs.it/forum/ PS: Thanks to ctrlbrk for translation Download No files for download. |