vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Hook location for replying to a thread (https://vborg.vbsupport.ru/showthread.php?t=91677)

Dean C 07-05-2005 06:58 PM

Hook location for replying to a thread
 
I'm looking for a hook for after a reply has been posted to a thread. newpost_complete does it but it also includes when making a thread. newreply_post_complete does it but only when manually going to newreply.php, and it ignores quickreplies :(

Andreas 07-05-2005 07:03 PM

Hook newpost_complete
PHP Code:

if (THIS_SCRIPT == 'newreply')
{


?

Dean C 07-05-2005 07:20 PM

Quote:

Originally Posted by Dean C
newpost_complete does it but it also includes when making a thread.

Hehe, unfortunately this also runs the hook when posting a thread. I want it only when REPLYING :) Gah just read your reply *hits self*

Andreas 07-05-2005 07:24 PM

Quote:

Originally Posted by Dean C
Hehe, unfortunately this also runs the hook when posting a thread.

I know. That's what the if is for ;)

Marco van Herwaarden 07-05-2005 07:40 PM

Code:

IF (Blind == true){
$me->head->hit('Hard');
}


Christine 07-06-2005 02:32 PM

LOL @ Marco

I am still muddling around with this new hook system. :rambo:

I have a query added to functions_newreply to close a thread if the new reply is # 250 on the thread.

Could I use this hook location and conditional to replace that functionality or should I use the newpost_process hook in functions_newreply?


All times are GMT. The time now is 10:00 PM.

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.01690 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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