Joomla Drops Captions (SOLVED)
Written by Webmaster   
Saturday, 14 April 2007
Joomla
Joomla
Joomla has, for reasons unknown, decided to stop putting caption under images. This USED to work up until April 12 and then stopped. No amount of coaxing seems to get them to come back. I have verified that it seems to be connected to old images have the correct flag and the new images NOT having this flag. At the moment I have reisisted diving into the SQL database (more out of lack of knowledge of SQL than anything else!).

....LATER.... Well, this is fixed... the results below the fold...
Heh... this one ticked me off for a while. Then I read a post where someone was having problems with their editor not showing images. Not the same problem?

Well, it appears that I had the following in my configuration.php

$mosConfig_live_site = 'http://cannasoftware.com';

One place where Fantasitico is not quite all that fantastic... Changing it to this:

$mosConfig_live_site = 'http://www.cannasoftware.com';

Brought back my captions


Last Updated ( Saturday, 14 April 2007 )