At the beginning, thank you for the good basic guide.
But I'm not completely understudying how I can associate my hook with two or more "hookname" at once? E.g. "newreply_post_start", "newthread_post_start".
Quote:
Originally Posted by Brad
Code:
<title>vB Category Icons</title>
<hookname>forumdata_start</hookname>
|
If I try this code:
Code:
<title>vB Category Icons</title>
<hookname>newreply_post_start</hookname>
<hookname>newthread_post_start</hookname>
I get hook, associated to "useradmin_edit_start", as I understood the first item at the list.
Is it the only way to make the fully copy of the code into a new hook and associate it with new hookname???