Topic: Blogs with punportal

Can it be done Tubby?  so it only retrieve the last post from one specific user?:

<?
$result = $db->query('SELECT f.id, t.subject, t.id, t.forum_id, t.last_post FROM '.$db_prefix.'topics AS t INNER JOIN '.$db->prefix.'forums AS f ON f.id=t.forum_id WHERE t.forum_id='.$forumid1.' ORDER BY t.last_post DESC LIMIT '. $topicdisplay) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
while($cur_topic = $db->fetch_assoc($result))
{
    
?>

i still using your first version.

PunnyBunny..

Re: Blogs with punportal

saint.. here is the link for blog mod

http://punbb.org/forums/viewtopic.php?pid=91962#p91962

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Blogs with punportal

hehe i know but i think it can be done in a easier way.... i think.. wink so i just ask the smart people smile

PunnyBunny..

Re: Blogs with punportal

that kewl.. i took the mod and made it fit my portal system
http://bunpai.com

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Blogs with punportal

Looks good i must say, but i like simpel things. So i allways try to use the things that are already there. 4 example, pun portal. If somebody can figure out how the filter one user and show it, you have the same thing, only easier..

PunnyBunny..