Hi,
First of all, great mod
I have a problem though, I'm not sure if it has been asked before, I found a somewhat similar topic, but it seemed to be a different issue, so I decided to make a new thread for this.
I use the portal as a front page for the entire site, posting news in the portal and such. The problem is, when someone comments on an old piece of news, it gets bumped to the portal, to the very top of the portal page, kinda like they would in a regular forum... I tried to look for a setting to make the threads ordered by the date of the original post, but I failed to find any. I reckon this is some sort of bug, or something?
Please, help..
news topics being bumped!
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: news topics being bumped!
Hi,
we'll take a option for that into account in the next version.
Until then please use this tweak:
portal/includes/functions.php
search:
replace with:
- two times!
I've already provided it at phpBB.com: http://www.phpbb.com/community/viewtopi ... 5#p5475455
we'll take a option for that into account in the next version.
Until then please use this tweak:
portal/includes/functions.php
search:
Code: Select all
$topic_order = 't.topic_last_post_time DESC';
Code: Select all
$topic_order = 't.topic_time DESC';
I've already provided it at phpBB.com: http://www.phpbb.com/community/viewtopi ... 5#p5475455
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: news topics being bumped!
thank you, worked perfectly
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: news topics being bumped!
Fine, thanks!
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!