0

I'm just trying to find a simple way to show a joomla component as a module, do u guys know how to get this done?

BTW, I am using Joomla 1.5.

Thanks!

2 Answers2

0

The Joomla API defines Components and Modules as two different things. You can't plug a component into a place where a module goes.

You can create a module plug-in that displays information from the component. For example, most calendaring components also ship with a module so you can display a small calender in the side-bar.

Andrew Cooper
  • 32,176
  • 5
  • 81
  • 116
0

There are a bunch of extensions that do this already. Take your pick -

http://extensions.joomla.org/extensions/core-enhancements/embed-a-include

Brent Friar
  • 10,588
  • 2
  • 20
  • 31