https://www.icyphoenix.com/viewtopic.php?f=28&t=6181&p=43829#p43829 ----------------------------------- Yros Sun 30 Aug, 2009 13:29 Re: [Mod Release 1.3] Topic Cement ----------------------------------- Hii ** I just would check something : during the installation, I found it for modcp.php : [code]# #-----[ FIND ]------------------------------------------ # ORDER BY t.topic_type DESC, p.post_time DESC LIMIT $start, " . $board_config['topics_per_page']; # #-----[ AFTER, ADD ]------------------------------------------ # ORDER BY t.topic_type DESC, t.topic_priority DESC, p.post_time DESC LIMIT $start, " . $board_config['topics_per_page'];[/code] Isn't it : [code]# #-----[ FIND ]------------------------------------------ # ORDER BY t.topic_type DESC, p.post_time DESC LIMIT $start, " . $board_config['topics_per_page']; # #-----[ REPLACE WITH ]------------------------------------------ # ORDER BY t.topic_type DESC, t.topic_priority DESC, p.post_time DESC LIMIT $start, " . $board_config['topics_per_page'];[/code] Regards,