Plugins Phpfox注册页插件调用

Plugins Phpfox注册页插件调用,plugins,phpfox,Plugins,Phpfox,有人能解释一下这段代码在phpfox中的工作原理吗{plugincall='user.template\u default\u block\u register\u step2\u 7'} 提前感谢。它将在以下位置包含一个块文件,该块文件具有注册页面 www/projectname/Module/user/template/default/block/register/step2.html 谢谢你的迅速回复。是的,我知道。另外,我的问题不够详细。最后两个字符(_7)实际上是我最关心的。再次感谢

有人能解释一下这段代码在phpfox中的工作原理吗{plugincall='user.template\u default\u block\u register\u step2\u 7'}


提前感谢。

它将在以下位置包含一个块文件,该块文件具有注册页面

www/projectname/Module/user/template/default/block/register/step2.html

谢谢你的迅速回复。是的,我知道。另外,我的问题不够详细。最后两个字符(_7)实际上是我最关心的。再次感谢。
plugins are works in phpfox as a hook.
to add your custom code with in default phpfox system without changing any file we used plugin.

{plugin call='user.template_default_block_register_step2_7'}

to use this plugin you must create a file name user.template_default_block_register_step2_7.php

in any module even in your custom module.

what ever you write in this file it's automatically added where this plugin call.

you can add multiple plugin with same name in different module.

plugin file path

module_name/include/plugin/