Quote:
Originally Posted by tccra
Is this working in 3.0.1? No error messages but the list isn't showing up in my thread view pages.
edit: changed "$bbuserinfo[usergroupid]==6" to "is_member_of($bbuserinfo, 6)" and voila! It worked.
|
Please remember there is a setting in the ACP in the "Server Settings and Optimization" that reads "Update Thread Views Immediately", by default that is set to "no" and the thread views are updated only in an hourly basis, that would mean that also the whoviewed would be updated in an hourly basis
Quote:
Originally Posted by carter876
Kentaurus compliments for your nice hack, I have a little question:
Is there the possibility to see the last date and time in which the user has read the post? (It's very important for me to know it)
|
This can be done but it is a little server intensive... if I find a way of doing it without taking a lot of resources I'll add it.
Quote:
Originally Posted by DCX
ok, it is working for me but i have a little problem... for some reason, it's not showing up on ALL threads.... it is showing on a majority of the threads though. any ideas?
|
If a thread hasn't been seen by anyone then it doesn't appear. Of course, at least you have seen the thread, right. Then just wait an hour for it to be updated, or in the ACP change the setting for thread views to be updated immediately.
Quote:
Originally Posted by Grendel
How is that done, if I want to limit the view to thread-starters only? Any idea?
|
In the hack, instead of
<if condition="$+++++ad">
use
<if condition="$+++++ad and $threadinfo[postuserid]==$bbuserinfo[userid]">