Quote:
Originally Posted by ssharleen
hello, thx for your hack, but i have a big problem :
|
Find this in includes/functions_databuild.php:
Code:
SELECT postid, post.title, pagetext, post.threadid, IF(thread.threadprefix <> '', CONCAT(thread.threadprefix, ' - ', thread.title), thread.title) AS title AS threadtitle
Replace it with:
Code:
SELECT postid, post.title, pagetext, post.threadid, thread.title AS threadtitle
Actually I'm not sure where this edit comes from...I can't find it in the instructions. Do you see this in your prefixinstall_text.php?