Quote:
Originally Posted by jscieza
Hello,
Thanks for clearing things up.
I went ahead and installed the NOMEMCACHED version of your mod and it appears not to be working at all. There are two problems: - There is no phrase for the notification but in usercp.php or subscription.php. Same problem reported by another user here. I don't know if phrase new_subscribed_threads is declared as global or not. Demo: http://img440.imageshack.us/img440/609/nophrase.jpg
- I'm not getting notifications when there are new replies to a subscribed thread.
I'm running vBulletin 3.8.5. Could you please check this?
EDIT: tested on another forum running vBulletin 3.8.1, same issues.
Thank you,
Jonathan
|
You should probably add this to init_startup:
$phrasegroups[] = 'user';
OR add a new custom global phrase for the product with the correct key.
This will be included in the next version of the hack.
So you're getting notifications for new threads, but not for threads with replies? That shouldn't be the case. Let me try checking if there are any problems with the code in the simple version.