MyBB Community Forums

Full Version: Last Post thread not working perfect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I make a last post thread in my forum www.kopigaul.com , but it not working perfect .

the code appear is :
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/updatech/public_html/kopigaul.com/lastposts.php on line 64
Efek Buruk Jadi Seorang Pekerja Komputer drev 0 8 drev

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/updatech/public_html/kopigaul.com/lastposts.php on line 64
Murid SD Yang Paling Tua Di Dunia drev 0 8 drev

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/updatech/public_html/kopigaul.com/lastposts.php on line 64

what can i do to solve the problem???thanks
find the required file edit at the review of that plugin

Quote:please change line 64 of ./lastposts.php file to below code (use notepad++ OR any code editor)

$getp=mysql_fetch_array($posts_sql);
if i want in the last post:
1.( the title of thread ) move to the right
2. All the text bigger than this
3. the background color change
4. it not move ( like buttom to up )

what can i do ???