Quote:
d) Find:
PHP:
SUM(IF(lastpost>=$lastread AND open<>10,1,0)) AS newthread
Replace with:
PHP:
SUM(IF(thread.lastpost>=$lastread AND open<>10,1,0)) AS newthread
|
had a bit of problem with this as it gave me a database error. Swapped this part and it now works fine.
Will now try to add something to the warn.php file so that it sends an automatic pm to the guy that has be warned. Also, will show it under the poster's name... will try, i am everything but a good coder