Page 1 of 1

what does index.php?/plugin/tag call?

Posted: Tue May 05, 2009 3:03 pm
by chessnut
I think this is a FAQ-question, but I have found no answer to this question with searching, so I start a new thread.

When I click a tag in the freetag-plugin in the sidebar it calls "index.php?/plugin/tag". Which method is called with this url? I guess some kind of event_plugin_hook, but I'd like to know exactly where in the code the program is going.

Thanks for the answer in advance.

Re: what does index.php?/plugin/tag call?

Posted: Tue May 05, 2009 3:57 pm
by garvinhicking
Hi!

Index.php routes this to the case where the event_hook "external_plugin" is spawned. Then the plugin takes over.

Regards,
Garvin

Re: what does index.php?/plugin/tag call?

Posted: Tue May 05, 2009 4:24 pm
by chessnut
thank a lot garvin!