Latest Project

cafe rio iphone app

Testimonials

Banner

Blog Tags

Lab Eleven Blogs

Web design & Programming tutorials
Tags >> Modules

Joomla Module Parameters

Posted by: jstartup

Tagged in: Modules , Joomla

In the module's xml file add a section for parameters.

<params></params>

Input

<param name="sample_input" type="input" default="default value" 
label="Sample Input" description="Mouseover popup description." />

Joomla Module - Copyright Info

Posted by: jstartup

Tagged in: Modules , Joomla

A common piece to add to a website is the copyright information, typically located at the bottom of the page.  This is one of the simplest of Joomla modules but one that's very useful and easy to install.

The year is set up using the php date function so it won't require updating, and the business/company name is editable from the Module Manager parameters. The text is displayed in a div with the class name of copyright_info for easy CSS style control.

 


Latest Blogs

Will iPhone Apps Run On iPad?
Jan 29th 2010 by: Trevor M.

How to create a marquee text for an iPhone app
Jan 21st 2010 by: Trevor M.

How to Submit Additional Images in Virtuemart
Aug 7th 2009 by: Trevor M.

Using an Image as a Submit Button in HTML
Jul 31st 2009 by: Trevor M.

Joomla 1.5 Custom Breadcrumbs
Jul 9th 2009 by: Garrett Bluma

Read all blogs