Posting Rules Table

Post new topic   Reply to topic

View previous topic View next topic Go down

Re: Posting Rules Table

Post by Guest on February 5th 2009, 6:40 pm

Posting Rules Table (Template editing only sites)




Here is a screenshot of what I mean:



To place such a message for when someone wants to Post a reply or a new topic:

Admin panel
Display
Templates
Post & Private Messages
Post_body

Find this:

Code:
<!-- END privmsg_extensions -->
{POST_PREVIEW_BOX}{ERROR_BOX}
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return vB_Editor['text_editor'].prepare_submit(0, 0)">
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td>


Just after the < td> Add the Following code:

Code:

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   
   <tr>
      <td class="catHead" height="28"><span class="cattitle"><center>YOUR TITLE</center></span></td>
   </tr>
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">

YOUR POSTING RULES

      <div class="gensmall"></div>
      </td>
   </tr>
   
</table>


Now for the Quick reply area:

Admin panel
Display
Templates
General
Viewtopic_body


Find this:


Code:
<!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->


Right after the Begin switch user logged in, the same code as above

Of course always save and then click on the green cross.

Guest
Guest


Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum