The Custom Footer Module for Joomla! 1.5 is a native Joomla! 1.5 module that you can use to display a customized footer.
Here is a example of use:
Copyright © 2008 Philippe Borowek’s Website | All rights reserved
Design by Philippe Borowek | Hosting by MyProvider.ch
Character set used can be specified from a drop-down list. Following character sets are supported: ISO-8859-1, ISO-8859-15, UTF-8, cp866, cp1251, cp1252, KOI8-R, BIG5, GB2312, BIG5-HKSCS, Shift_JIS, EUC-JP. Both double and single quotes are automatically escaped.
The current production version (1.0.2) adds the possibly to specify whether custom text on line 1 (e.g. "All rights reserved") or line 2 (e.g. "Design by Philippe Borowek | Hosting by MyProvider.ch") should be displayed as HTML source code (useful if you wish to add a link to your footer) or plain text.
Enjoy :-)
Report this listing
| slight mod to cater for blank lines by graemeklass, August 22, 2008 |
|
If you just want one line, an error saying something like "$pathX" is undefined.
I inserted at line 11 before :
$part1 = "Copyright © ".date("Y");
inserted this above:
$part1 = "";
$part2 = "";
$part3 = "";
$part4 = "";
$part5 = "";
Hope this helps.
|
| Excellent!!! by pradeepp, July 7, 2008 |
|
Excellent work mate!! I was hitting my head against the wall to try and make changes to the footer by going theu a few articles and nothing worked till I got your module and it works like a charm!!!!
Cheers bud!
|
| Very useful by Bacchus72, June 22, 2008 |
|
I like this mod. 3 things would make it better for me: customizable to make it centered; customizable for start date (copyright 2002-2008) for sites that have been around for a long time; and the ability to include links (I would like specific site information links at the bottom that would link to articles).
|
| Nu fuss no muss by quinnrp, May 22, 2008 |
|
super quick and easy! Ditto on the links, though. Just wishful thinking for those of us too lazy to go in and change code...
Thanks for a good little mod
|
| It would be perfect... by gbianchi, May 17, 2008 |
|
...if html code were not escaped. I really would like to insert hyperlinks in it.
Anyway, thanks for the job.
|
| good idea by ranp, May 6, 2008 |
|
Good idea but not working in hebrew language (utf-8) Owner's reply: Thank you very much for your feedback! I am currently working on the resolution of this recurring issue and will get back to everyone with a new version of the Custom Footer module as soon as possible. Cheers, Phil
|
| i like by faezil, May 4, 2008 |
|
i really like this module. Even we can edit the footer in footer file, this module make the footer more customizable and easy. Owner's reply: Thank you very much for your feedback! Cheers, Phil
|
| Love It by chunky, April 23, 2008 |
|
Hi,
This module is perfect if you are struggling to get rid of the joomla is free software line. With this module you can eliminate that line and put your info there all in one move.
It's super easy. What I did was disable the default footer and then I enabled the Custom Footer module. And, you make you entries right inside the module's page.
Very easy. Thank you. I will be using this for ALL of my sites. Owner's reply: Thank you very much for your feedback! Cheers, Phil
|
| Doesn't work with french language by mejean, March 23, 2008 |
|
1 of 1 people find this review helpful:
The module doesn't work in french language with accentued letter (é,è,à,etc.)(utf8_general_ci), see www.cardabelle.net Owner's reply: Thanks for your interest in my module, and your comments !
I will correct the module to support all possible characters as soon as possible, and get back to you as soon as I have a new version for my module ready for release.
Cheers, Phil
|
| Okay by Mindvacant, March 20, 2008 |
|
Installs and operates as advertised. Owner's reply: Thanks for your interest in my module and for your comment!
Cheers, Phil
|
|