| Posted: 26 Jan 2008 13:13 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Jan 2008
|
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 |
|
|
Administrator
|
Posts: 996
Join Date: Mar 2005
|
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. __________________Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
|
| Posted: 26 Jan 2008 20:21 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Jan 2008
|
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 |
|
|
Administrator
|
Posts: 996
Join Date: Mar 2005
|
An anchor is usually the post_id since each post has a unique database id. __________________Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
|
| Posted: 27 Jan 2008 09:13 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Jan 2008
|
|
Thanks! I'll see if i can do something with this!
|