views:

125

answers:

2

I need to build a news scroller module for a website in Joomla (http://www.expedicionantioquia.org/idures/index.php) to replace the one made with flash on the right column. I was thinking on doing it with JQuery to allow the tabbed navigation, but i'm a little bit lost, partly because i haven't found a good tutorial about building joomla modules.

I know there's a file structure which represents the MVC pattern, but i would like to do it as simple as posible, somehting like skipping all that and just displaying the required html. The problem is that it's a little more complicated than just using a custom html module. I need to get some parameters which would be the news, with their titles and picture paths from the joomla admin, is it posible to do that without having anything to do with the database? Also, how do i include libraries like JQuery for my module?

If anyone knows about a good tutorial where these topics are covered please do tell :) Help would be greatly appreciated.

A: 

Here are some resources to get you started:

jQuery and Joomla

Using jQuery with Joomla!
More on using jQuery with Joomla

Module Development:

Tutorial:Creating a Hello World Module for Joomla 1.5
Module Development in Joomla

Sarfraz
A: 

Follow what sarfaz said. Also you can go for a detailed browsing in http://extensions.joomla.org/

Most probably the module that you are looking for is available already , and you can get it set with minimal customisation instead of totally re inventing the wheel.

Availability of a rich set of components & modules is one big advantage in using joomla.

Wind Chimez