
04-13-2003, 11:35 AM
|
|
|
Join Date: Apr 2002
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thx Tigga  .
Quote:
Yesterday at 07:08 PM Tigga said this in Post #1056
Intex - Yes, it is possible to have "sticky" news posts. Just open your myvbindex.php file and look for:
PHP Code:
ORDER BY thread.threadid DESC $newsmax");
Replace that with:
PHP Code:
ORDER BY sticky DESC,thread.threadid DESC $newsmax");
|
|