vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Email URL Notification Hack (https://vborg.vbsupport.ru/showthread.php?t=2326)

08-08-2000 11:27 PM

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).

08-09-2000 02:31 AM

Try this,
Open up the "notifyemail" template and change this line:
Code:

$bburl/showthread.php?threadid=$threadid
To this:
Code:

$bburl/showthread.php?threadid=$threadid#$postid
This is untested but it should work. Let me know.

~Chris

08-09-2000 02:37 AM

After looking more closely I dont think that will work for multipage threads :(

You could do this:
Code:

$bburl/showthread.php?goto=newpost&threadid=$threadid
But that would just take them to the last post in their thread.

Maybe something like this would work:
Code:

$bburl/showthread.php?goto=newpost&threadid=$threadid#$postid
Im just guessing now, but hopefully one of those will work for you.

~Chris

08-09-2000 03:32 AM

change the line in the notifyemail template to this:

Code:

$bburl/showthread.php?threadid=$threadid&goto=newpost
That will go to the first unread post in the thread.



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


All times are GMT. The time now is 10:39 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
  • Page Generation 0.02101 seconds
  • Memory Usage 1,709KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete