Interesting point. Is there anybody at GTP who is savvy with the mechanics of vBulletin?
I mean that as a genuine question, is there a 'developer' in house?
Thinks..
If it were me, and if I knew what I was doing.. it would be something along the lines of..
on post submission parse post for quote=xxxxx, if this exists search usernames for xxxxx, if exist check user prefs for xxxxx, if user xxxxx requires notification on being quoted is yes send PM with topic/post id to xxxxx.
However, the sysem would end up with 100's of additional PM's on a daily basis...
So, you'd probably not want to it that way... instead umm..
on post submission parse post for quote=xxxxx, if this exists search usernames for xxxxx, if exist check user prefs for xxxxx, if user xxxxx requires notification on being quoted is yes, insert post id and user id and timestamp into a table in the dbase. Each user could have an additional link in the little yellow welcome box to the top left which queried that new table for posts where used id exists, then limit it to the last 20 quotes, or last 7 days...