Friday 29 February 2008

Pesky Joomla component table

I found a fix for that spacing problem in the Joomla template where a component table is added "contentpaneopen" and it can add cellpadding and cellspacing to your template, this can be removed by editing components/com_content/content.html.php

Wednesday 27 February 2008

getting HTML pages to parse PHP

By adding this to my .htaccess file:
AddType application/x-httpd-php .php .html
I got my Browser to pick up my PHP includes in my HTML files

Monday 25 February 2008

still having problems with CSS in IE 7

Am still being forced to split out my CSS to take care of CSS in IE 7 for Joomla, which forces me to have a file I cannot edit from the CMS:


[if lte IE 6]


[if IE 7]

Cpanel email quota - error reads "invalid maildirsize file"

I was having trouble with setting new quotas for mail directories in Cpanel, when I found that you can delete the text file that holds the quota information and it will re-create itself. This will get rid of any corruption/confusion that has caused the quota error, but make sure you delete the 'maildirsize' file for that user only.