<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing the Front End Editor extension on Joomla 1.5</title>
	<atom:link href="http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/</link>
	<description>Personal Website and Blog of Ankit Ahuja</description>
	<lastBuildDate>Wed, 26 May 2010 18:07:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Linda</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-344</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Wed, 26 May 2010 18:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-344</guid>
		<description>Hi,

Just an update. I reinstalled the extension. I can see the edit toggle on/off but I don&#039;t see any edit button at all.

Module editing still doesn&#039;t work on www.r-o-p-e-soffice.com

Is there something wrong with the edit icon itself? JCE? (thebuffalogroup).

Thanks so much for your help.

Linda.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just an update. I reinstalled the extension. I can see the edit toggle on/off but I don&#8217;t see any edit button at all.</p>
<p>Module editing still doesn&#8217;t work on <a href="http://www.r-o-p-e-soffice.com" rel="nofollow">http://www.r-o-p-e-soffice.com</a></p>
<p>Is there something wrong with the edit icon itself? JCE? (thebuffalogroup).</p>
<p>Thanks so much for your help.</p>
<p>Linda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-343</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 26 May 2010 17:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-343</guid>
		<description>@Calle, Terry

Looks like you&#039;re using PHP 4. Unfortunately, parts of the code are dependent on PHP 5. 

Anyways, you can go ahead and do the following:

Open up &#039;plg_articleeditor/articleeditor.php&#039; and go to line 41 and replace:

&lt;code&gt;function onBeforeDisplayContent(&amp;$article, &amp;$params, &amp;$limitstart)&lt;/code&gt;

with

&lt;code&gt;function onBeforeDisplayContent($article, $params, $limitstart)&lt;/code&gt;

Let me know if this works.</description>
		<content:encoded><![CDATA[<p>@Calle, Terry</p>
<p>Looks like you&#8217;re using PHP 4. Unfortunately, parts of the code are dependent on PHP 5. </p>
<p>Anyways, you can go ahead and do the following:</p>
<p>Open up &#8216;plg_articleeditor/articleeditor.php&#8217; and go to line 41 and replace:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font-family:Monaco, Lucida Console, monospace;white-space:nowrapfont-size:12px;font-size:12px;">function onBeforeDisplayContent(&amp;$article, &amp;$params, &amp;$limitstart)</div></div>
<p>with</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font-family:Monaco, Lucida Console, monospace;white-space:nowrapfont-size:12px;font-size:12px;font-size:12px;">function onBeforeDisplayContent($article, $params, $limitstart)</div></div>
<p>Let me know if this works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-341</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Wed, 26 May 2010 17:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-341</guid>
		<description>I&#039;m having trouble. On one site (www.thebuffalogroup.com, hosted by GoDaddy), I can&#039;t get your extension to work at all. JCE works on the backend but the editor icon doesn&#039;t work on the frontend.

On my other side (www.r-o-p-e-soffice.com, hosted by iPage), I got it to work in terms of editing articles but can&#039;t get the module popup editor to work. I don&#039;t see any icons next to the menu items.

Can you point me in the right direction? What do you need to know about my site/files in order to help me?

Thanks so much! Very frustrated. I need to provide an editing solution to my client that doesn&#039;t make them go into Joomla&#039;s administrator backend.

Linda.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble. On one site (www.thebuffalogroup.com, hosted by GoDaddy), I can&#8217;t get your extension to work at all. JCE works on the backend but the editor icon doesn&#8217;t work on the frontend.</p>
<p>On my other side (www.r-o-p-e-soffice.com, hosted by iPage), I got it to work in terms of editing articles but can&#8217;t get the module popup editor to work. I don&#8217;t see any icons next to the menu items.</p>
<p>Can you point me in the right direction? What do you need to know about my site/files in order to help me?</p>
<p>Thanks so much! Very frustrated. I need to provide an editing solution to my client that doesn&#8217;t make them go into Joomla&#8217;s administrator backend.</p>
<p>Linda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calle</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-305</link>
		<dc:creator>Calle</dc:creator>
		<pubDate>Sat, 15 May 2010 21:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-305</guid>
		<description>I&#039;ve got the same error like Terry I&#039;ve just installed a clean jommla and this extension,

Warning: Parameter 3 to plgContentArticleeditor::onBeforeDisplayContent() expected to be a reference, value given in C:\xampp\htdocs\joomla\1.5\libraries\joomla\event\event.php  on line 67
Anyone have a clue? 

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the same error like Terry I&#8217;ve just installed a clean jommla and this extension,</p>
<p>Warning: Parameter 3 to plgContentArticleeditor::onBeforeDisplayContent() expected to be a reference, value given in C:\xampp\htdocs\joomla\1.5\libraries\joomla\event\event.php  on line 67<br />
Anyone have a clue? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Willis</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-275</link>
		<dc:creator>Roger Willis</dc:creator>
		<pubDate>Sat, 08 May 2010 23:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-275</guid>
		<description>This is the extension I have been waiting for!!! I am also using RT-Nexus. I just went and turned off all my RocketTheme plugins and voila, it works great! I am quite please! Thank you for your work on this!!!

-roger</description>
		<content:encoded><![CDATA[<p>This is the extension I have been waiting for!!! I am also using RT-Nexus. I just went and turned off all my RocketTheme plugins and voila, it works great! I am quite please! Thank you for your work on this!!!</p>
<p>-roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-203</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Thu, 15 Apr 2010 00:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-203</guid>
		<description>Hi,

I just installed an extension named Front End Editor. It comes up with an error
Code:
PHP Warning:  Parameter 3 to plgContentArticleeditor::onBeforeDisplayContent() expected to be a reference, value given in C:\inetpub\wwwroot\staff-intranet-dev\libraries\joomla\event\event.php on line 67
once I enable the plugin plg_articleeditor.

Has anyone else had this problem? How do you fix it?

It seems there is an issue with JEvents. But I am not sure.

I am wanting to use Front End Editor to allow my staff to edit menu items from the frontend. Is there another extension I can use or can someone help me with a fix for Front End Editor.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just installed an extension named Front End Editor. It comes up with an error<br />
Code:<br />
PHP Warning:  Parameter 3 to plgContentArticleeditor::onBeforeDisplayContent() expected to be a reference, value given in C:\inetpub\wwwroot\staff-intranet-dev\libraries\joomla\event\event.php on line 67<br />
once I enable the plugin plg_articleeditor.</p>
<p>Has anyone else had this problem? How do you fix it?</p>
<p>It seems there is an issue with JEvents. But I am not sure.</p>
<p>I am wanting to use Front End Editor to allow my staff to edit menu items from the frontend. Is there another extension I can use or can someone help me with a fix for Front End Editor.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RW</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-131</link>
		<dc:creator>RW</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-131</guid>
		<description>I am having the same problem as a couple of earlier users in that my default edit icons have all disappeared - as they should, but there are no edit icons showing at all anymore.  I get the &#039;turn editing on/off&#039; toggle but no option to edit any content items or modules anywhere save one exception which is the home page content. There is an edit icon on home page - but oddly, not on other menu items that display the exact same content page.  Did anyone get anywhere with this problem.  I have no modules on the pages showing anything but html.</description>
		<content:encoded><![CDATA[<p>I am having the same problem as a couple of earlier users in that my default edit icons have all disappeared &#8211; as they should, but there are no edit icons showing at all anymore.  I get the &#8216;turn editing on/off&#8217; toggle but no option to edit any content items or modules anywhere save one exception which is the home page content. There is an edit icon on home page &#8211; but oddly, not on other menu items that display the exact same content page.  Did anyone get anywhere with this problem.  I have no modules on the pages showing anything but html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-130</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 28 Nov 2009 08:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-130</guid>
		<description>Hi,

I have a peculiar problem.. I cannot install the component on one of the site. And if I do a manual install [unzip n push all files in /tmp] i get the error: Please enter a package directory

Is there a way I can manually install the entire thing. not sure if there is some issue on my server</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a peculiar problem.. I cannot install the component on one of the site. And if I do a manual install [unzip n push all files in /tmp] i get the error: Please enter a package directory</p>
<p>Is there a way I can manually install the entire thing. not sure if there is some issue on my server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-129</link>
		<dc:creator>Ankit</dc:creator>
		<pubDate>Sat, 21 Nov 2009 07:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-129</guid>
		<description>Perhaps you should try posting on the Joomla! forums? http://forum.joomla.org/ .  I&#039;m not sure what might be causing the problems.

You can check the &quot;notify of follow up comments on this post&quot;  box to recieve email updates of any future comments on this post.</description>
		<content:encoded><![CDATA[<p>Perhaps you should try posting on the Joomla! forums? <a href="http://forum.joomla.org/" rel="nofollow">http://forum.joomla.org/</a> .  I&#8217;m not sure what might be causing the problems.</p>
<p>You can check the &#8220;notify of follow up comments on this post&#8221;  box to recieve email updates of any future comments on this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PB</title>
		<link>http://ankitahuja.com/blog/development/installing-the-front-end-editor-extension-on-joomla-1-5/comment-page-1/#comment-128</link>
		<dc:creator>PB</dc:creator>
		<pubDate>Fri, 20 Nov 2009 21:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://ankitahuja.com/?p=304#comment-128</guid>
		<description>I&#039;m having the exact same problem.  I can&#039;t get the article editor to work either!  I am using a template created in Artisteer - could this be anything to do with it?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the exact same problem.  I can&#8217;t get the article editor to work either!  I am using a template created in Artisteer &#8211; could this be anything to do with it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
