The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Is there Variable for new posts unread
Hello ,
My question , i want send alert to user Even he know is there new posts in his threads he not read it . so , is there Variable for that can i use it .. like : PHP Code:
|
#2
|
||||
|
||||
If the user subscribes to their thread, they can get a a email about it, either instantly, daily, or weekly.
|
#3
|
||||
|
||||
Quote:
i want alert user by Notification like "there is 5 new post in your thread Etc." if not there a Variable , what's query can i used it for select new post for thread's user he not read it yet . thnx so much , I hope that my request will be clear now |
#4
|
||||
|
||||
Ahhh ok I got ya now, no I don't believe I have seen a mod like that recently.
|
#5
|
||||
|
||||
Quote:
anyway , thnx for you time |
#6
|
|||
|
|||
Do you want posts since the last time he logged in? Then I think you could query for threads where thread.lastpost > user.lastactivity . If you wanted to know if the user actually read the posts or not (even if he was logged in since it was posted) then it gets more complicated, and I don't know how to do that off the top of my head.
|
#7
|
||||
|
||||
Quote:
that's not i want .. i don't want to alert users to all new posts in forum , only new posts in user's threads when user he is a poster. Focused with me , now i write this thread i will Receive a notification tell me (kh99 write a post in your thread .... read it) and want too, you will Receive a notification tell you (omardealo quote your post on this thread .... read it) Regardless of his last visit, I want to show the alarm until he delete it or to see it . that's it .. ! I'm thinking to select all posts in user's threads , Except that by him and that read it .. posts that by him , ok i know how i know it but how i know user read this post or not ? can i use the table (postlog) or there is another way ... Thank you ! |
#8
|
|||
|
|||
Like Ozzy said above, you might be able to use thread subscriptions. If each user sets their default to subscribe to threads they create or reply to, and you also use this mod: https://vborg.vbsupport.ru/showthread.php?t=250461, then I think you might get what you described. This also gives users the ability to unsubscribe from threads that they don't want notifications for any more.
|
#9
|
||||
|
||||
Quote:
but as you said "If each user sets their default" i don't want (if) or let this to user ... like PM notifications , no way here to if user want or not want this notifications , right anyway , I'll think again and look for a way, surely there is a way to achieve what I hoped for ! thnx brother |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|