Archive for April, 2010
Missing save button on joomla admin for Kunena forum

Did you install Kunena in Joomla and the admin buttons don’t show up? In the many cases, the cause was traced to a defective/incomplete installation of Kunena. In particular, one file, somehow or other, failed to properly install.

The one file that was missing was toolbar.kunena.php. For reference for anyone else finding this, the file toolbar.kunena.php is found in the root folder of the archive (tar) and needs to go into administrator/components/com_kunena.

If this does not solve your problem then uninstall Kunena forum then download and install the .zip version and not the tar version.

Did you like this? Share it:
 
Is your Mac giving itself a self-assigned ip address

Is your mac connecting to the wireless router but giving itself a self assigned IP address and not connecting to the internet. Is it a 169.x.x.x address? Let me save you a ton of time.

The fix is:
A. Go to System Preferences -> Security
B. In the Firewall tab, choose either “Allow all incoming connections”

This should solve your problem.

Did you like this? Share it:
 
How to remove Joomla! is Free Software released under the GNU/GPL License.

So you want to keep your footer module and just delete or change the ”Joomla! is Free Software released under the GNU/GPL License” from Joomla1.5

In the root directory go to

> modules\mod_footer\tmpl\default.php

In this line either comment it or delete it

<div><?php echo JText::_( ‘FOOTER_LINE2′ ); ?></div>

Save and replace.

Did you like this? Share it: