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

Creating and modifying plugins.
Post Reply
chessnut
Regular
Posts: 22
Joined: Wed Jul 18, 2007 9:57 am

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

Post 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.
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?

Post 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
# 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/
chessnut
Regular
Posts: 22
Joined: Wed Jul 18, 2007 9:57 am

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

Post by chessnut »

thank a lot garvin!
Post Reply