PDA

View Full Version : Email URL Notification Hack


09 Aug 2000, 00:27
How can I change it so that when I (or a user) receives an email notification, it gives the actual URL (including #post) so that when you click on it, it goes directly to the message you haven't read. Now you have to wade through all the messages (and if you have a 30+post thread - that's a lot of messages).

09 Aug 2000, 03:31
Try this,
Open up the "notifyemail" template and change this line:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



To this:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



This is untested but it should work. Let me know.

~Chris

09 Aug 2000, 03:37
After looking more closely I dont think that will work for multipage threads :(

You could do this:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



But that would just take them to the last post in their thread.

Maybe something like this would work:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Im just guessing now, but hopefully one of those will work for you.

~Chris

09 Aug 2000, 04:32
change the line in the notifyemail template to this:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



That will go to the first unread post in the thread.



[Edited by rangersfan on 08-09-2000 at 12:34 AM]