vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Where is the Hook Location for Article Save (https://vborg.vbsupport.ru/showthread.php?t=231735)

Silver89 12-31-2009 01:09 AM

Where is the Hook Location for Article Save
 
Does anyone know the hook location of the initial article save?

Lynne 12-31-2009 02:17 AM

did you try looking at vbcms_article_save_start or vbcms_article_save_end?

Silver89 12-31-2009 11:09 AM

Yes, I have tried both of these but they don't seem to perform the code, I know it works because it works If I run it at global_complete.

Lynne 12-31-2009 02:10 PM

Sometimes the variables you use are named differently depending on what hook you use. It could be that your variables are incorrectly named. Find the hook location in the code and look around to see what variables they are using there.

Silver89 12-31-2009 03:07 PM

Well even if the php is just

PHP Code:

echo "Test"

or

PHP Code:

print("Test"); 

With the vbcms_article_save_start or vbcms_article_save_end, is still doesn't even seem to show this?

I have tried having the product set to cms and just vBulletin but no change?

Lynne 12-31-2009 06:00 PM

Usually you cannot use echo or print. The templates want a variable, like $output or similar... you'd have to look in the template to see what it is expecting as the variable.

Spiritvn 03-17-2010 02:29 AM

I created a hook plugin to add a variable to "vbcms_content_article_preview" template. What hook location can I choose?


All times are GMT. The time now is 10:29 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.00997 seconds
  • Memory Usage 1,717KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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