Anyone, please tell me how to show hot thread list in my homepage?
You could probably just run a sql query.
For example:
SELECT * FROM threads WHERE replies > '20';
Replacing 20 with whatever a hot thread is classed as.
Thanks for your support.
But I am is newbie and do not know how to use that. I only can copy and paste
Can you tell me where I should get tutorial for this? Or you can tell step by step for this?
MANY THANKS
Can I first ask whether this homepage is in MyBB or not?