|
|
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) |
|
|
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 |
|
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'; } ?> |
|
|
Using Teamlog is great but on some of the report pages, "Invalid XML data" was showing in place of the Task Pie Graph (the one on the left). This was due to the use of ampersands in the titles of Projects, Tasks, and Types. For some reason, these characters can't be escaped by the XML parser, and they lead to an error. Removing special characters like quotes and ampersands seems to correct the issue. See http://forum.joomla.org/viewtopic.php?p=1510746 |
|
I was having problem redirecting a domain to a particular Joomla page with Joomla SEF turned on: The cpanel adds the redirection to .htaccess and the Joomla SEF is executed first so it may not work. Just move the JOomla SEF bit below the lines cpanel adds - it starts wit: ########## Begin - Joomla! core SEF Section |
|
|
|
|
<< Start < Prev 1 2 3 4 Next > End >>
|
|
Page 1 of 4 |