Quote:
Originally Posted by MagicThemeParks
|
You're welcome. Glad it worked!
Quote:
Originally Posted by unp
In product I have Replaced
Code:
ORDER BY lastpost DESC
with
ORDER BY postid DESC
Seems to be working, I'll like to know If there is a better way 
|
PHP Code:
ORDER BY thread.dateline DESC
takes the latest threads
@ip-ip I haven't tried it, but if you find and change left to right in the code below it might work
PHP Code:
#listticker img{
float:left;