SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Programming / "Last topics" click goes to last unread
Posted:  26 Jan 2008 13:13
Is it possible to do? I mean - we have a list of of updated topic on main page - so if the script knows if there are new messages - it can easily lead to the first unread on click?

Please let me know if there's an easy way to implement it. Thanks!

PS The forum is great! Just installed it.
Very nice one..
__________________
Posted:  26 Jan 2008 14:13
Anything is possible. The philosophy of the forum is minimalistic and there is not even an anchor included in the html to be able to go to a post (like in a article664.htm#post2)
There is not a simple implementation without changing code/html in a bunch of files.
Posted:  26 Jan 2008 20:21
Thanks, Hristo! But i'd like to try (not sure yet =) So, the idea is.. To put anchors on every single message when building the pages? Any idea what could be used as unique anchor name? Message id in db (if it's unique)? Or..

Just show me the way =)
Thanks!
__________________
Posted:  26 Jan 2008 23:10
An anchor is usually the post_id since each post has a unique database id.
Posted:  27 Jan 2008 09:13
Thanks! I'll see if i can do something with this!
__________________