
07-30-2002, 04:20 PM
|
 |
|
|
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by almightyone
yeah ill help ya a bit further then sayong run some queries
goto the index php
find the first
// Top 5 Thread Replys
then look where it says $pop
mske the line look this way
Code:
$pop = $DB_site->query('SELECT title,threadid,lastpost,lastposter,views FROM thread WHERE forumid<>='XX' AND forumid<>='X' AND forumid<>='XX'ORDER BY lastpost DESC LIMIT 5');
simply remove the extras if you only need one or add more if desired
|
When doing that I get:
Quote:
Parse error: parse error, unexpected T_LNUMBER
|
|