Last 5 Topics

Posted by sakar 
Last 5 Topics
April 04, 2005 01:42PM
Has anybody developed a script to display LAST # POST on other pages of the website from a SELECTED FORUM (not all) ??


sakar

www.nepal123.com

[www.nepal123.com]

Re: Last 5 Topics
April 04, 2005 02:55PM
Do you want last topics or last posts? Your message is kind of mixed, Topics on subject, posts on the body.

but yes both situations have solutions, try search and you will find:

[phorum.org]

---
-=[ Panu ]=-
Re: Last 5 Topics
April 04, 2005 05:36PM
Does not matter whether its last TOPICS or POSTS but, I want them from selected FORUMS, NOT from all the forums.

I need it like:-


- Last 5 Posts from Announcement Section

- Last 5 Posts from User Discussions

- Last 5 Posts from Support

on my homepage, separately.

Does anybody have a script that can display last 5 post from selected forum ?????


Sakar
Re: Last 5 Topics
April 05, 2005 05:07AM
It's easy to give the wanted forum as a parameter to the sql-query.

select * from messages where parent_id = 0 and status = 2 and forum_id = $forum_id order by datestamp desc limit 5"

note: I'm not sure if forum_id is the correct name for the variable or not.

---
-=[ Panu ]=-
Re: Last 5 Topics
April 06, 2005 11:28PM
well nobody seem to help me here... ?????????????????????
Re: Last 5 Topics
April 07, 2005 02:32AM
you got a reply ... but you seem to have ignored it!


Thomas Seifert
Re: Last 5 Topics
April 07, 2005 04:14AM
I also put an answer in french forum.

[phorum.org]

should be adapted to needs.

ipnet
Re: Last 5 Topics
April 11, 2005 03:32PM
ipnetest Wrote:
-------------------------------------------------------
> I also put an answer in french forum.
>
>
>
> should be adapted to needs.
>
> ipnet

could you translate that in english, my french is not that good :)

Re: Last 5 Topics
April 12, 2005 02:59AM
rolo Wrote:
-------------------------------------------------------
> ipnetest Wrote:
> --------------------------------------------------
> -----
> > I also put an answer in french forum.

> could you translate that in english, my french is
> not that good :)

And what do you think is different from what has been said on this thread already?

Hint: use search and select "all messages"


---
-=[ Panu ]=-
Re: Last 5 Topics
February 10, 2007 06:14AM
Just what I've been looking for

Hope I can get this to work
Sorry, only registered users may post in this forum.

Click here to login