Log in

View Full Version : Miscellaneous Hacks - Rules when you reply to a thread in quickreply


cionfs
05-02-2009, 10:00 PM
Many people have asked how to insert the rules when the members reply (in quick reply) to a thread.
Now how do you explain.

Open showthread_quickreply template and add above all this code:


<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>


For add new rules add a new line with the code


<li>Rules</li>



Sample

https://vborg.vbsupport.ru/external/2009/05/156.jpg

PS: sorry for my english :D

Original modification in Italian version available here (http://www.cionfs.it/forum/vbulletin-e-vbseo-italia-vf19/guida-inserire-le-regole-di-scrittura-nella-risposta-rapida-vt5767.html).

Cionfs of Cionfs'Forum CMS (http://www.cionfs.it/forum/)

Daniel_HBK
05-03-2009, 11:40 AM
nice hack ,

thanks :)

avsunforum
05-03-2009, 12:20 PM
thanks

EidolonAH
05-04-2009, 11:12 AM
Brilliant, thank you.