Facebook Page: 152966468062744 Twitter: greache
  • An Image Slideshow
  • An Image Slideshow


Google API for real coordinates

To display a Google Map in a module you may need to know the latitude and longtitude

You can use this:

http://universimmedia.pagesperso-orange.fr/geo/loc.htm

 
nBill Invoice text change

To edit the language file for the invoices generated by nbill component, just edit this file.

/administrator/components/com_nbill/language/en-GB/template.in.en-GB.php

I had to change INVOICE to TAX INVOICE for Australian tax law (GST)

 
JCE - can't browse for files, links, images

If JCE stops working when browsing for files, links, images etc ... you may be hosting on a php 5.3 server and you need to read here and update 1 file.

 http://www.joomlacontenteditor.net/forum/topic?f=17&t=16527  

 
Personalised Greeting in Module and Content

I used this code in a module to add a personalised greeting to a module for logged in members.

I had to use Sourcerer to add the code into my editor.

$User =& JFactory::getUser();

if ($User->id) {  echo 'Hello '.$User->name.',';

} else { echo 'Hello, visitor'; }

?>

 

 
<< Start < Prev 1 2 3 4 5 Next > End >>

Page 1 of 5

Login Form