i have solved this creating a new variable containing the file in the phpinclude_start template. Then in just insert that variable where i want this displayed.
This is working in all pages except in showthread.php and forumdisplay.php where i get this error
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /includes/lastposts.php on line 47
This is line 47 in /includes/lastpost.php
Code:
while($thread_get=mysql_fetch_array($thread_sql))
how can i solve it?