Jump to content

Recommended Posts

Posted

Why don't you go for phpBB3? There is an existing auto registration addon for it already within this forum, and you can also freely obtain scripts to display the latest posts.

  • Moderators
Posted

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

Posted

Yes I am using phpBB3, and that's why I suggested it as I know it works and works well, both in auto accepting pilots, and displaying the latest posts. If you're not interested in hearing alternative suggestions, no worries :rolleyes:

Posted

Look on the IPB forums for help with SSI. I wouldn't buy IP Content just for the latest post. I use mine as a blog. Not worth the $50 just the recent post.

Ok but i have bought IP Content. Anyways now tell me how to set it up for latest post?

Posted

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>

Posted

getting this error while creating

IP.Board Message

The contents that you submitted would create a parser error when compiled into appropriate PHP code. Please verify any PHP code, template tags and template plugin tags (such as parse blocks) and resubmit your data.

  • Like 1
  • Moderators
Posted

everyone yupee finally i got the code and stuff. for people who want to display recent forum posts they can PM me and get help.

THANKs FLYALASKA

You could always just post here ;) and we could move to releases..

  • Like 1

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