View Single Post
Old 01-31-2006, 03:37 PM   #3 (permalink)
LEAD_WEIGHT
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: Postbit Template - Coding Around Date/Time & Post/Inlinemod

It was not made for postit? It was intended for postbit_legacy?



Code:
 
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%" align="center">
<tr>
 <if condition="$show['announcement']">
  <td class="thead" style="font-weight:normal" colspan="2" align="center">
   <img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
   <phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
  </td>
 <else />
  <td class="thead" style="font-weight:normal" $post[scrolltothis]>  
   <!-- status icon and date -->
   <a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
   $post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
   $post[firstnewinsert]
   <!-- / status icon and date -->    
  </td>
  <td class="thead" style="font-weight:normal" align="$stylevar[right]">
   &nbsp;
   <if condition="$show['postcount']"><strong>Post N&deg;</strong><a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
   <if condition="$show['inlinemod']">
    <input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" onclick="inlineMod.toggle(this)" />
   </if>
  </td>
 </if>
</tr>

I know it has to go over avatar for the first part, then the other must have to be over user title? I can see it is a bit different in layout of postbit & postbit_legacy.

Last edited by LEAD_WEIGHT; 01-31-2006 at 03:46 PM.
LEAD_WEIGHT is offline   Reply With Quote