The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Real "read/not read" threads and "new messages in forum" highlighting 1.1 Details »» | |||||||||||||||||||||||||||
Real "read/not read" threads and "new messages in forum" highlighting 1.1
Developer Last Online: Apr 2014
Hello !
Think that i finished testing and optimizing beta hack from https://vborg.vbsupport.ru/showthrea...threadid=47035 Features: - Thread on forumdisplay highlighted for user as read only if that user saw last post in that thread or if last post in that thread is older then user defined (from user CP options) amount of time (from 1 to 999 hours and infinity) - Forums on index page and subforums on forumdisplay pages will be highlited as "have no new posts" only if user saw last post in that forum or subforum - Highliting system is completly cookie-free - System will require extra Database space (2-4% on large forums and 5-6% on small) - Sytem will add some extra queries to scripts -one addditional UPDATE is showthread.php -one additional SELECT (of 2 fields only) for each subforum on forumdisplay.php -one addditional UPDATE in newthread.php -two addditional UPDATE in newreply.php -"mark forum read" works using one extra SELECT and one extra UPDATE -and "mark all forums read" using one extra SELECT and one extra UPDATE for each forum Few words how it works As you know vb "marking threads and posts read" system is time and cookie based. This hack is based on adding to "thread" table one extra field - "view" (suppose that it must work fine with TEXT type, but for really large forums we can make it LONGTEXT Now when somebody open thread, his usedid will be added to that "view". After several users (who open that thread) string in that field may look like 37 298 16879 7287 29087 28 298 So it will be just a long string with userid-s separated by space Now then user open forumdisplay.php script will check string in that view field of each thread for part of string [space userid space] and if is will be found thread will be marked as read. If you think that it will use too much database space, i can say that it will use some place of course, but not too much, because after each reply in thread (new last post in thread) all old data in "view" field of thread will be deleted. On forum home page script looks for userid number in "view" field of last post in each forum and if it found, display that there were no new posts in that forum. To make it work faster (with less database requests) was added new "view" field in thread table Additionally read\unread marking can be time based (new field ) "marktime" in users table. And users are able to select number of hours (all posts older then that number of hours will be marked as read) in their CP options. And at last to mark forum (or all forums) read we just mark read last thread in that forum (or in all forums Sorry for my English and please ask questions if you don't understand something Show Your Support
|
Comments |
#2
|
||||
|
||||
Nice
I'm gonna test this out Satan |
#3
|
|||
|
|||
Is there a live site with this installed? Seems very interesting. Also, is it server intensive?
|
#4
|
||||
|
||||
There was site. But it is down last 3 weeks and board will be replaced by ibforums (because of expired vb license). And no it is not server intensive at all Admins say that nothing changed after installing.
|
#5
|
||||
|
||||
So there are sites where it can be tested?
|
#6
|
||||
|
||||
Actually only 1.0 was tested And it much more server intensive... 1.1 was tested only locally and i asked 2 my friends to install it, but their forums have about 2 posts\month, so it was not real testing - sorry
But from localhost (2.2.6) everything works |
#7
|
||||
|
||||
Quote:
Any screenshots avail? Or does the look of the board not really change? |
#8
|
||||
|
||||
Quote:
|
#9
|
||||
|
||||
Ahhh... gotcha..
|
#10
|
||||
|
||||
Becides i have hazy idea about all that licensing things
I was just hired and administering vb was my job (for mor then year) And now, for some strange reason, i have to start from the beginning and go investigate ibforums... And i don't like it at all. And here is screen shot part of showthread.php |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|