hi all here
how can use Enhanced Front End Editing with t3 framework templates
http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/
<blockquote>
Hacks ( applied when you click on “Apply Changes”)
1. Adds the module chrome “modChromefreditor” to the “html/modules.php” file of the current template. Before doing this, it creates a backup file ‘html/modules.php.backup’.
2. After creating a backup of “index.php” as “index.php.backup”, it modifies the following statements in the “index.php” of the current template:
* All the jdoc statements get the style “freditor”. Eg.:
<jdoc:include type=”modules” name=”top”>
gets changed into
<jdoc:include type=”modules” name=”top” style=”freditor” />
* Surrounds the jdoc statements with a DIV that has class in the format
frpos.position-name
Eg.:
<jdoc:include type=”modules” name=”user3″ style=” freditor” >
gets changed into
<div class=”frpos.user3″>
<jdoc:include type=”modules” name=”user3″ style=” freditor” />
</div>
3. Replaces the existing “/html/com_content/article/form.php” file with a custom “form.php” ( after creating a backup file i.e. “form.php.backup”)
The backup files are created so that you can undo the changes anytime by clicking on “Revert Changes”. You would probably want to revert the hack if you choose to uninstall the extension.
You’ll also need to apply the hack separately for each template you want to use.</blockquote>
how make this edit with ja_kyanite_ii template ?
anyone use this component with t3 framework template ?