About
This blog is maintained by Plethora Design and is intended to cover web development issues, tips and tricks. Much of it focuses on LAMP (Linux/Apache/MySQL/PHP), CSS, and Joomla/Drupal, but we do also cover ASP.net occasionally.
This blog is maintained by Plethora Design and is intended to cover web development issues, tips and tricks. Much of it focuses on LAMP (Linux/Apache/MySQL/PHP), CSS, and Joomla/Drupal, but we do also cover ASP.net occasionally.
December 9th, 2009 - 10:27
Hi,
I am building a photo news website and I want to include gallery listings in a content format, not a side module. I downloaded jevents, eventslist, and a few others but I don’t understand how to get it to work. If you see this websites listings that might give you an idea of what I’m looking for. here is there link
http://www.artslant.com/ny/venues/list?featured=1&listtype=gallery
I don’t know if it’s possible for me to do this without hiring someone.
December 9th, 2009 - 10:48
So you want to display a venue list within a Joomla article? I’m not sure I understand the problem.
Maybe you need to define “content format” for me.
You can display a component inside a module, and you can display a module inside a Joomla article in this format:
{loadposition yourmodule} – where ‘yourmodule’ is the position of your module.
You can use this plugin (aka mambot) to display a component within a module:
http://joomlacode.org/gf/project/kausproject/frs/
Not sure how that will work in terms of getting it to display a specific EventList view within the module though.
An alternative would be to display an iframe within your module, and within the iframe display just the EventList view you want, for example:
http://www.yoursite.com/index.php?option=com_eventlist&view=venues&tmpl=component
The key is to add &tmpl=component to the URL.