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.
what does index.php?/plugin/tag call?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: what does index.php?/plugin/tag call?
Hi!
Index.php routes this to the case where the event_hook "external_plugin" is spawned. Then the plugin takes over.
Regards,
Garvin
Index.php routes this to the case where the event_hook "external_plugin" is spawned. Then the plugin takes over.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: what does index.php?/plugin/tag call?
thank a lot garvin!