TinyPortal
Development => Resources => Topic started by: fangweile on December 10, 2007, 10:17:02 AM
What is the code for the block showing the recent post from a certain topic. I already search this board but can't seem find the answer. I already have the code for recent topics in a particular board, how about recent post in topic ::). Your help will really appreciated
Have a look in the SSI Examples
http://yoursite.com/ssi_examples.php
and
http://yoursite/ssi_examples.shtml
Also have a look over at SMF and the Block Code Snippets board here at TP.net
There is a mod I maintain at SMF for grabbing a single message if you'd like to look over there as well.
^ can you provide a link to that mod.
this code
<?php ssi_recentPosts(); ?>
Display the recent posts from all boards.
What i want is to display recent posts in topic. A code that I will enter the topic id no.
http://custom.simplemachines.org/mods/index.php?mod=357
^THanks a lot. I already find a code I am looking for. :up: