Adnan j
Adnan j

Reputation: 119

Can I Use Joomla Plugins in my component

Can i use any joomla plugin like "visg" in my component ? if yes what the code ?

Upvotes: 1

Views: 1108

Answers (3)

yogeshK
yogeshK

Reputation: 205

Give a look on following refrences,this will solve ur problem:- http://docs.joomla.org/Using_plugins_in_your_own_extension http://docs.joomla.org/Supporting_plugins_in_your_component http://forum.joomla.org/viewtopic.php?t=340926 http://forum.joomla.org/viewtopic.php?f=304&t=341016

Upvotes: 0

Craig
Craig

Reputation: 9330

  1. Yes but it will depend on what events a plugin responds.
  2. Joomla! plugins responds to a series of trigger events depending on their type
  3. You have have add support for the event in your component

Most of the documents linked to talk about 1.5 but it's not that different - mostly just a few renamed events.

Upvotes: 2

Related Questions