cionfs
05-02-2009, 10:00 PM
Many people have asked how to insert the rules when the members reply (not in quick reply) to a thread.
Now how do you explain.
Open editor_toolbar_on template and add above all this code:
<if condition="THIS_SCRIPT == 'newreply'">
<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>
For add new rules add a new line with the code
<li>Rules</li>
NB: Obviously, the text "Message:" always appear above the rules. To delete or modify the search for phrases.
Sample
https://vborg.vbsupport.ru/external/2009/05/157.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-quando-si-risponde-ad-una-discussione-vt5766.html).
Cionfs of Cionfs'Forum CMS (http://www.cionfs.it/forum/)
Now how do you explain.
Open editor_toolbar_on template and add above all this code:
<if condition="THIS_SCRIPT == 'newreply'">
<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>
For add new rules add a new line with the code
<li>Rules</li>
NB: Obviously, the text "Message:" always appear above the rules. To delete or modify the search for phrases.
Sample
https://vborg.vbsupport.ru/external/2009/05/157.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-quando-si-risponde-ad-una-discussione-vt5766.html).
Cionfs of Cionfs'Forum CMS (http://www.cionfs.it/forum/)