1. The problem is the New Post vs Daily Post feature. When you log in, the icon for "today post" become "what new" post.
Because that is the way vbulletin forum works. "today's post" is basically meant for forum guest/unregistered while "what's new" or "new post" (both the same) is meant for registered user.
The easiest way to fix this issue is to add a new link (today's post) in forum breadcrumb. The link that you will need for that new link will be
Code:
http://www.bmwclubmalaysia.com/forums/search.php?do=getdaily&contenttype=vBForum_Post/
2. Most people like to have "Today Post" as to keep in touch with the current posting of today (24 hours)
When you click on "what new" all unread posting will be shown since you last log in. However, when you read
or click the "new" posts, it will flagged that you have "read" it. when you click on the "what new", it will automatically
filter the thread that been read/click by you until somebody else do a new posting in that particular thread.
Like explain above, the good way to fix this is to add another link (even can change link color) in your breadcrumb.
3. Some company does not allow the employee to write script for IE browser. This made it impossible to overcome the
problem with reflashing the page with "daily posting".
If you don't want to add another link as shown above, you can also log into admin area, chose to create another category or forum and then linked that category or forum to
Code:
http://www.bmwclubmalaysia.com/forums/search.php?do=getdaily&contenttype=vBForum_Post
.
That will sort things up. So, the only thing that user need to do to see daily post is to click on that link. Voila!
4. Previous platform have "Daily Post" in the log in page but the present platform doe not have it.
The "daily post" is replace with the icon "what new"
See above
Hope that's help.
**Just a curiosity, does this site use a branded free vbulletin script?