Code: Select all
OPEN
viewtopic.php
FIND
if($topic_data['topic_first_post_show'] && ( $start != 0))
REPLACE WITH
if($topic_data['topic_first_post_show'] && ($start != 0 || $sql_sort_order == 'p.post_time DESC'))
Thanks!! It works perfect!rxu wrote:issjut
Try this (NOT ABSOLUTELY TESTED
sorry)
I'll think about it, thanksissjut wrote:Should it be no already include?
Have you applied style changes (see /templates folder of the MOD package)?Renodil wrote:I cleared the cache and refreshed the style, but I don't see it.
Yes.rxu wrote:Have you applied style changes (see /templates folder of the MOD package)?Renodil wrote:I cleared the cache and refreshed the style, but I don't see it.
Code: Select all
SQL ERROR [ mysql4 ]
Unknown column 'topic_first_post_show' in 'field list' [1054]
SQL
UPDATE phpbb_topics SET topic_first_post_show = 1 WHERE topic_id = 7
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: posting.php
LINE: 1022
CALL: dbal_mysql->sql_query()