View Full Version : Recent Threads not showing as read
gatorsfootball
05-21-2007, 06:20 PM
All of the "Recent Thread" posts show as "not read", even though users read them. This is the only compaint I've received about the update. Any help would be appreciated. :D
Thanks again, Brian for all you hard work. It is really appreciated from all of us. :D
Skedoozy
05-21-2007, 06:29 PM
Yeah, it's being discussed in the other thread. I think Brian is looking into it. Or I hope so. :)
Also after awhile some threads got marked as read, randomly.. even if they had unread posts in them. So yeah.. strange.
gatorsfootball
05-21-2007, 06:30 PM
Yeah, it's being discussed in the other thread. I think Brian is looking into it. Or I hope so. :)
Also after awhile some threads got marked as read, randomly.. even if they had unread posts in them. So yeah.. strange.
I guess I didn't read deep enough... thanks for the heads-up. :D
Skedoozy
05-21-2007, 06:36 PM
It was two posts down from the top. :P hehe
http://www.vbadvanced.com/forum/showthread.php?t=22054
But the more the merrier if it helps get it noticed! ;)
gatorsfootball
05-21-2007, 06:39 PM
It was two posts down from the top. :P hehe
http://www.vbadvanced.com/forum/showthread.php?t=22054
But the more the merrier if it helps get it noticed! ;)
OMG, I am blind as a bat. :eek: :D
Brian
05-21-2007, 07:07 PM
I've done a good bit of testing with this and was able to reproduce some problems, mostly with specific forums that have been marked as read. For anyone that's experiencing this problem, please download the package from here again, upload the forum/modules/recentthreads.php file over your existing one, and see if that solves the problem. If not, please submit a support ticket via the Members' Area here and I will take a look at things for you.
MotoUp
05-21-2007, 07:12 PM
That fixed it for me.
gatorsfootball
05-21-2007, 07:32 PM
I've done a good bit of testing with this and was able to reproduce some problems, mostly with specific forums that have been marked as read. For anyone that's experiencing this problem, please download the package from here again, upload the forum/modules/recentthreads.php file over your existing one, and see if that solves the problem. If not, please submit a support ticket via the Members' Area here and I will take a look at things for you.
Downloading now...
Thanks again Brian.... :D
Skedoozy
05-21-2007, 08:01 PM
Fixed it for me as well. Thanks a lot, Brian! Awesome work!
Brian
05-21-2007, 09:02 PM
Glad to hear that took care of the problem for you guys, and no problem. :)
Unfortunately that doesn't seem to have done it for me... still bolding topics in my recent thread no matter how many times you click on it... only replying seems to do the trick
xtumen
05-23-2007, 04:43 AM
Brian, thank you for disabling creating new threads for me, I really appreciated that!
Here's the bug with read mark-up (after uploading the new file recentthreads.php):
If the option is "Inactivity/Cookie Based" the only way for any user to mark a thread as read is to view the list of threads of a forum. Just reading a thread changes nothing.
If the option is one of the database the above "feature" is still a problem for unregistered users (which are main revenue generators at the forum). See for yourself: http://www.pifhelp.ru/forum/. Try to mark a thread as read.
Or should I submit a support ticket?
xtumen
05-23-2007, 05:04 AM
Nevermind. Fixed it.
<if condition="$show['member']">
<if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if>
<else />$thread[title]</if>
xtumen - can you explain your fix?
xtumen
05-23-2007, 11:33 AM
xtumen - can you explain your fix?
Sure:) It's changing behavior of the template responsible for showing the threads in Recent threads. The template is adv_portal_recthreads_exp. It checks a condition to see if the thread title should be shown in bold. The fix adds another condition - if the viewer is not logged in, the threads are always regular (not bold).
The original piece in the template adv_portal_recthreads_exp:
<if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if>
Fixed:
<if condition="$show['member']">
<if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if>
<else />$thread[title]</if>
It's a fix for database options. For "Inactivity/Cookie Based" it can't be fixed like that - you can only disable marking threads in bold at all, which doesn't make sense, I guess:
Fixed 2:
$thread[title]
Brian
05-23-2007, 11:48 AM
Brian, thank you for disabling creating new threads for me, I really appreciated that!
I'm assuming you're talking about the bugs forum here? Before getting a sarcastic tone, perhaps you should take a couple of seconds to read the forum description.
TheRisen
05-23-2007, 02:25 PM
Unfortunately that doesn't seem to have done it for me... still bolding topics in my recent thread no matter how many times you click on it... only replying seems to do the trick
Same here.
Brian
05-23-2007, 03:12 PM
If not, please submit a support ticket via the Members' Area here and I will take a look at things for you.
.
FamilyCorner
07-31-2008, 12:39 PM
I've done a good bit of testing with this and was able to reproduce some problems, mostly with specific forums that have been marked as read. For anyone that's experiencing this problem, please download the package from here again, upload the forum/modules/recentthreads.php file over your existing one, and see if that solves the problem. If not, please submit a support ticket via the Members' Area here and I will take a look at things for you.
Can I still access this download for 2.0.0? I would like to get the recentthreads file if someone could direct me to it. Thanks!
Brian
08-01-2008, 11:46 AM
Sorry, but such old versions that only work with vB 3.5 are no longer available.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.