I was wondering if anyone every came across such a feature:
I recently created a bulletin board system and would like to add a “New Post” feature to it. I already have added a counter for the number of posts per each topic, but what I would really like to do is place an icon next to the “Post #” signaling that there was a new post since the visitor last visited the page. If the “Count #” had not changed, no Icon would be present.
I explored use of cookies, but you can only use a maximum of 20 cookies per domain, so if the number of forum topics exceed 20, not including whatever cookies are issued throughout the site, the “New Topic” system would not work properly.
Anyway, if you have some kind of insight into this solution, perhaps an ideal one that you can graciously share with me, it would be greatly appreciated!
Thanks in advance!!!
I recently created a bulletin board system and would like to add a “New Post” feature to it. I already have added a counter for the number of posts per each topic, but what I would really like to do is place an icon next to the “Post #” signaling that there was a new post since the visitor last visited the page. If the “Count #” had not changed, no Icon would be present.
I explored use of cookies, but you can only use a maximum of 20 cookies per domain, so if the number of forum topics exceed 20, not including whatever cookies are issued throughout the site, the “New Topic” system would not work properly.
Anyway, if you have some kind of insight into this solution, perhaps an ideal one that you can graciously share with me, it would be greatly appreciated!
Thanks in advance!!!