Hoe to use Joomla Forms with AdminPraise custom admin template


It has come to our attention that certain custom templates have problems with Joomla Forms.

We have investigated this an found a quick solution.

If you are using AdminPraise custom admin templates then you need to edit the following core file:

administrator/includes/application.php

Approx line 224 you will see "return $template" - before this line you need to add:

if (JRequest::getVar('option')=='com_form') $template = 'khepri';
save and reupload that file. - this will force Joomla to use the default admin template everytime you use Joomla Forms admin



Note: This solution will work for JoomlaKB and JoomlaTags as well by replacing com_form with com_kb or com_tag

There is a new version of the AdminPraise Admin template, called AdminPraise2. This fix for AP1 still works with AP2, although the line in question is now on 230 and not 224

Article is in the following categories:
KB » How Do I Type Questions Answered


Email This Article

or close

Powered by Joomla Knowledgebase