Can this work with the Article Forums modification?
The Article Forum does require a modification to the article.php file to display sticky threads above all others:
Quote:
Originally Posted by bananalive
Find in articles.php:
PHP Code:
ORDER BY $sqlsortfield $sqlsortorder
Replace with:
PHP Code:
ORDER BY sticky DESC, $sqlsortfield $sqlsortorder
|
https://vborg.vbsupport.ru/showthread.php?t=211638
We use the stickies as the top 10 stories from the day.