Hints and Tips

Customize the dynamic page title

To customize the page title to add the site name followed by the document title, edit index.php in the template that you are currently using. For example, directly after the <head> tag add the following to show "Site Name - Page Name" as the browser's page title:

<?php
$document =& JFactory::getDocument();
$document->setTitle($mainframe->getCfg('sitename') . " - " . $document->title);
?>
 

How do I hide the Joomla Copyright?

While some people are happy to publicly display the Joomla! Copyright, it is not required and it may not be appropriate on some sites (or may need altering to show different information).  Here's how you do it!

Read more: How do I hide the Joomla Copyright?

 

Drop cap in any template

Ever wondered how templates use the "Drop Cap" typography?

Want to implement it into your own template? Well here's how!

 

Read more: Drop cap in any template

 

Borders around Icons

How to get rid of the Boarders around the print, email and pdf buttons?

I'd like to get rid of the blue borders around my print/email and pdf buttons in the button header of each article.
Where and how can I change this? I've looked at the css file of my template, but can't find the items to change.

 

Read more: Borders around Icons

 

Sponsors & Supporters

Up-coming events

June JUGS Meeting
14-06-2012 7:30 pm
Category:  User group meetings

Forum posts

Latest Tweets

Joomla! Suffolk Looking forward to meetthemembers tomorrow - are you coming? issba ipswich networking book here http://t.co/9Juc7Ln4
Tuesday, 15 May 2012 14:30
Follow joomlasuffolk on Twitter

Newsletter signup

Sign up to receive meeting notifications, and other useful information!

Log in

Go to top