New Posts & Threads Since Last visit
This modification is in the archives.
Um. I think this one is fairly self explaintiory by now.
It gets a count of the newest posts and threads since their last visit. Optionally you should add indexes on your post and thread tables for the dateline columns SQL Query: (how to run queries)
ALTER TABLE `post` ADD INDEX ( `dateline` ); ALTER TABLE `thread` ADD INDEX ( `dateline` ); Download This modification is archived and cannot be downloaded. |
Similar Mods
How many threads and posts since your last visit! | vBulletin 3.0 Full Releases |
[Release] Since your last visit X posts and X threads. (2.0!) | vBulletin 2.x Template Modifications |