![]() |
Quote:
can you make if they click on make all forums read that all is marked as read (even if it has to check all database ;) new users have to read everything to mark as read? can you solve this last so that new users don't get everything marked as to be read ? |
sorry, but is still can't understand why it is problem and what for you need to mark everything ? :)
When user click "mark all forums read" all forums become not highlighted ("no new messages in forum" icon), and i can't see why you need to lose all read-not read information for all threads in all forums? In any way each user may set highliting time to for example to 1 hour in his user CP and all threads older then 1 hour will have "read" highlight :) |
for me it is ok now :-)
i set default to 48h se new members when they activate they see post from last 48h mark to be read |
Tried.
Mark all readed, and mark thread readed is not working. It is a problem Debugged: in this function, when it will be called from MARK ALL READED action, input parameter $threadid is zero, but $forumcache["$forumid"]['lastthreadid'] is not working: function mark_thread_read($threadid,$forumid=0,$unique=0) { global $DB_site,$forumcache,$bbuserinfo; $m_thread = intval($threadid); if ($m_thread == 0 && $forumid > 0) { $m_thread = intval($forumcache["$forumid"]['lastthreadid']); } echo("$m_thread $forumid.<br>"); $m_thread is always zero. As a result follows (next lines in listed function) SQL query will never works. Can you advise please? P.S. I am using 3.0.1 |
Hi and thanks for a great hack!
I have one problem thou ;) The problem is that if there is a new post in one of my subforums it doesn?t indicates as new posts in the main forum. But if I enter that main forum and see all the sub forums it indicates there that there are new posts. Any idea how this can be fixed? |
Quote:
anyone? |
What happened to this? It had so much promise! I'm going to try my luck with it, and see what happens. I'm desperate for this hack to work. :)
EDIT: It seems to work great, except for the inability to mark forums read, which is really an important flaw. I'll see if there's a cure. |
Ok, I can't figure it out - I don't know PHP. It must be something easy though, because there is only so much code changed for this hack. If one of the people who are knowledgable in such things could take a look at it, that would be appreciated. Thanks. :)
|
When i hit MARK FORUMS AS READ it doesnt work. I have edited the code to see the relevant bits are parsing and they are.
|
Hello!
It is little server sensitive solution, but try to say cache_ordered_forums(1, 1); before each call of mark_thread_read(0,$forumid); function :) |
All times are GMT. The time now is 10:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|