collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Who's Online

  • Dot Guests: 56
  • Dot Hidden: 0
  • Dot Users: 2
  • Dot Users Online:

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • virsa punjabi: hi Sinan are you available for paid work?
    Today at 01:32:50 AM
  • Bullet: Shoutbox is not for support!
    June 14, 2013, 05:25:48 PM
  • ivanotero: como pongo un chat en mi foro
    June 10, 2013, 06:22:15 PM
  • Bohimina: Can someone help me in my thread? TY
    June 04, 2013, 05:06:25 PM
  • dhayzon: ;P
    June 04, 2013, 12:27:55 PM
  • dhayzon: Hello all
    June 04, 2013, 12:27:47 PM
  • ComeAtMeBrosef: hi
    June 04, 2013, 12:13:23 AM
  • dhayzon: hi
    June 03, 2013, 05:30:18 PM
  • mag07: Hello all, registration captcha on the forums is a nightmare, took me 4 tries, listen option doesn't work either :S
    June 03, 2013, 02:32:42 AM
  • Divecall: whats happend?
    May 31, 2013, 02:26:35 AM
  • Randomking: if any one is there can you reply so i know ur listening
    May 30, 2013, 09:52:00 AM
  • Randomking: hey guys i have a quick question?
    May 30, 2013, 09:51:38 AM
  • BurkeKnight: Hi all. I'm back. :)
    May 27, 2013, 05:38:45 AM
  • Skaty: [link]
    May 21, 2013, 02:54:27 PM
  • Skaty: tooltip in sp block
    May 21, 2013, 02:54:20 PM
  • Tattoocu_CarteL: neden adres yazınca link diye çikiyor direk adres çiksa olmaz mı
    May 19, 2013, 11:54:41 AM
  • Tattoocu_CarteL: [link]
    May 19, 2013, 11:54:26 AM
  • Old Fossil: Hey Nathaniel
    May 16, 2013, 09:41:05 AM
  • Nathaniel: lurk
    May 16, 2013, 03:19:14 AM

* Team Blog

* Recent Posts

Join us on IRC! Come on in to #simpleportal on the irc.villageirc.net server.

Author Topic: Recent Post - length of time  (Read 1001 times)

0 Members and 2 Guests are viewing this topic.

Offline nugget

  • Semi Newbie
  • *
  • Posts: 27
  • SMF Version: 1.1.9
  • SP Version: 2.2.1
Recent Post - length of time
« on: December 23, 2012, 06:28:42 PM »
How long does the recent post block display a post or topic?

I have a topic with not many posts and the block only shows the post for a short time then says no new topics.
I want the 'most recent' to be the latest until it is replaced with another post.

Thank you

Offline AngelinaBelle

  • On Leave
  • *
  • Posts: 4419
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: Recent Post - length of time
« Reply #1 on: February 25, 2013, 02:58:58 PM »
Recent post does not have to do with a length of time, but with the number of posts that have come after it.
Even if those posts come on boards that are not included in your recentposts block.

I assume that is what is going on -- you are showing the recent posts from a small number of boards.
And after that shown posts is made, a bunch more posts are made on other boards.  After that, the post disappears from the "recent" block.

Here is why:
The SSI function used by that block only checks so many posts back in your database.
That is to keep it from checking all the way back, potentially millions of posts, to the very first post ever made on your forum. That kind of checking could really slow things down.

In your case, you are already limiting the number of posts to check by limiting the number of boards to check.
So one thing you can do is have a look in SSI.php for 'min_message_id'

where you find that, in the function ssi_recentposts, you may want to change "35" to something bigger.
50 might work.  100 might work.  Depending on the ratio between how many new posts are going on the board that goes in your block and how many posts are going places that do not show up in your block, you might need an even higher number.  A ridiculously high number will put more burden on the database, and potentially even slow things down when your forum gets busy. The size of "Ridiculous" really depends on the activity of the boards involved calls to the SSI function ssi_recentPosts

Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

Offline MissyNL

  • Jr. Member
  • **
  • Posts: 73
  • SMF Version: 2 RC4
  • SP Version: 2.3.3
Re: Recent Post - length of time
« Reply #2 on: March 07, 2013, 11:47:57 AM »
thanks for your reply :)

Offline AngelinaBelle

  • On Leave
  • *
  • Posts: 4419
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: Recent Post - length of time
« Reply #3 on: March 11, 2013, 11:16:58 AM »
And remember -- that 'min_message_id' appears twice in SSI.php.  Once for recent posts, and once for recent topics, so you can control these two separately.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?