Jump to content

Request : IP Board Forum Auto Register & Recent Post Code


fsxsimulation

Recommended Posts

  • Moderators

u also use phpbb3 right?

I think people who can help me on ip board auto register and recent post code are

Mark1million , Nabeel & FLYAKA as they are using IP BOARD.

so now you are saying only people how use that type off board may help you.

walleed you are going in the wrong way again.angry.gif

Link to comment
Share on other sites

Make new block via Ip Content

<div class='general_box'>
<if test="is_array( $records ) && count( $records )">
{parse striping="feed_striping" classes="row1,row2 altrow"}
<table id="tabledlist" class="tablesorter">
   	<thead>
   	<tr>
       	<th>Forum Topic</th>
           <th>Date</th>
           <th>Posted By</th>
       </tr>
       </thead>
       <foreach loop="$records as $r">
       <tr>
       	<td><a href='{$r['url']}' title='{$r['title']}'>{$r['title']}</a></td>
       	<td><abbr class="published" title="{parse expression="date( 'c', $r['date'] )"}"> {parse date="$r['date']" format="short"}</abbr></td>
       	<td>{$r['lastpostername']}</td>
      	</tr>
       </foreach>
   </table>
   </if>
</div>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...