Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [Alex] Newest Thread on home page

Quote Reply
Re: [Alex] Newest Thread on home page In reply to
Alex,

I am currently working on a solution for not displaying posts from restricted areas of your site on the homepage. I am not sure I am on the right track, but this is what I have so far.

1) created a field in the FORUM table called visable_on_homepage
-> visable forums got a 1 and hidden forums got a 0

2) created an action called display_newest_post with newest_post.html as the template
-> SSI: <!--#include virtual="/cgi-bin/forum/gforum.cgi?do=display_newest_post"-->

3) in newest_post.html was trying to construct the if/then statements to compensate for hidden forums, but after a few goes at it, I think this needs to be done via a sub routine in a global variable newest_visable_post.

I think the logic is close to this:

1) essentially use what was covered above in this thread to locate <%newest_post%>
2) obtain the forum_id_fk from <%newest_post%>
3) given that forum_id_fk number, cross reference {my $table = $DB->forum('visable_on_homepage')}
4) if the forum is visable_on_homepage then the value for newest_visable_post = newest_post
5) if the forum is not supposed to be visable, you need to subtract 1 from newest_post (aka the post_id of the most recent post)
6) this should continue in a loop until you find a post_id that is from a forum that is visable_on_homepage
7) once a post_id is determined, you need to be able to call upon the fields of that post.

Last edited by:

shiner: Jun 4, 2002, 1:46 PM
Subject Author Views Date
Thread Newest Thread on home page katabd 14762 May 30, 2002, 5:35 PM
Thread Re: [katabd] Newest Thread on home page
yogi 14482 May 31, 2002, 12:57 AM
Thread Re: [yogi] Newest Thread on home page
Teambldr 14543 May 31, 2002, 10:42 AM
Thread Re: [Teambldr] Newest Thread on home page
yogi 14458 May 31, 2002, 1:38 PM
Thread Re: [yogi] Newest Thread on home page
Teambldr 14532 May 31, 2002, 1:45 PM
Thread Re: [Teambldr] Newest Thread on home page
Alex 14529 May 31, 2002, 2:09 PM
Thread Re: [Alex] Newest Thread on home page
shiner 14528 May 31, 2002, 6:42 PM
Thread Re: [shiner] Newest Thread on home page
Alex 14527 May 31, 2002, 9:26 PM
Post Re: [Alex] Newest Thread on home page
shiner 14398 May 31, 2002, 9:44 PM
Post Re: [Alex] Newest Thread on home page
shiner 14419 Jun 4, 2002, 1:04 PM
Thread Re: [yogi] Newest Thread on home page
katabd 14526 Jun 4, 2002, 5:08 PM
Thread Re: [katabd] Newest Thread on home page
yogi 14402 Jun 5, 2002, 1:39 AM
Thread Re: [yogi] Newest Thread on home page
nathanx 13728 Sep 2, 2003, 1:11 AM
Thread Re: [catlovette] Newest Thread on home page
goman 13454 Oct 24, 2003, 2:53 PM
Thread Re: [goman] Newest Thread on home page
Alex 13468 Oct 27, 2003, 10:07 AM
Post Re: [Alex] Newest Thread on home page
goman 13412 Oct 27, 2003, 10:35 AM
Post Re: [Alex] Newest Thread on home page
goman 13422 Nov 7, 2003, 2:13 PM
Thread Re: [katabd] Newest Thread on home page
ccunet 12911 May 8, 2004, 5:31 PM
Thread Re: [ccunet] Newest Thread on home page
katabd 12810 May 8, 2004, 9:35 PM
Thread Re: [katabd] Newest Thread on home page
ccunet 12820 May 9, 2004, 4:54 AM
Thread Re: [ccunet] Newest Thread on home page
katabd 12890 May 15, 2004, 4:18 AM
Post Re: [katabd] Newest Thread on home page
ccunet 12761 May 16, 2004, 8:36 AM
Thread Re: [yogi] Newest Thread on home page
antoined 12868 May 8, 2004, 2:13 AM
Post Re: [antoined] Newest Thread on home page
antoined 12835 May 8, 2004, 7:50 AM