The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]() Quote:
if (function_exists("handle_testResults") == false) { function handle_testResults(&$parser, $param) { global $post, $vbulletin; echo "111111111111111111111111111111"; return "222222222222222222222222"; } } $this->tag_list['no_option']['test_results']['callback'] = 'handle_external'; $this->tag_list['no_option']['test_results']['external_callback'] = 'handle_testResults'; I think here I am using incorrect call to my function, wich must return "222222222222222222222222" instead text inside tag... Actualy bbcode_create works, but it display same result for all users...:-( How I can process post only if it have [test_results] tag for each user with his own result? Just I don't want to parse all messages in thread, I am trying to make code, wich will work only with messages with custom tag. Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|