<?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: How To Manage Virtuemart Admin From Joomla Frontend</title>
	<atom:link href="http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html</link>
	<description>Life Just Like Paper</description>
	<lastBuildDate>Fri, 23 Sep 2011 20:07:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: ivanhoe</title>
		<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/comment-page-1#comment-738</link>
		<dc:creator>ivanhoe</dc:creator>
		<pubDate>Thu, 13 Jan 2011 21:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=416#comment-738</guid>
		<description>In Joomla 1.5.x the Virtuemart administration works perfectly in extended mode. The following link / url should be applied:

.../administrator/index.php?option=com_virtuemart&amp;tmpl=component&amp;vmLayout=extended

No need to modify the index2.php.</description>
		<content:encoded><![CDATA[<p>In Joomla 1.5.x the Virtuemart administration works perfectly in extended mode. The following link / url should be applied:</p>
<p>&#8230;/administrator/index.php?option=com_virtuemart&amp;tmpl=component&amp;vmLayout=extended</p>
<p>No need to modify the index2.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffT</title>
		<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/comment-page-1#comment-637</link>
		<dc:creator>jeffT</dc:creator>
		<pubDate>Tue, 15 Jun 2010 13:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=416#comment-637</guid>
		<description>Hi,
If you want to get a cleaner display of Virtuemart administration in front end, beside checking your css, you also have to load mootools scripts, which are not loaded when using index2.php.
A quick and easy hack is to modify application.php file in Joomla (includes/application.php)
Look for function dispatch($component){
After if ( $user-&gt;get(&#039;id&#039;) ) { add the following code:
$document-&gt;addScript( JURI::root(true).&#039;/media/system/js/mootools.js&#039;);
This will fix the menus on the left pane
Jeff</description>
		<content:encoded><![CDATA[<p>Hi,<br />
If you want to get a cleaner display of Virtuemart administration in front end, beside checking your css, you also have to load mootools scripts, which are not loaded when using index2.php.<br />
A quick and easy hack is to modify application.php file in Joomla (includes/application.php)<br />
Look for function dispatch($component){<br />
After if ( $user-&gt;get(&#8216;id&#8217;) ) { add the following code:<br />
$document-&gt;addScript( JURI::root(true).&#8217;/media/system/js/mootools.js&#8217;);<br />
This will fix the menus on the left pane<br />
Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Nino</title>
		<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/comment-page-1#comment-319</link>
		<dc:creator>El Nino</dc:creator>
		<pubDate>Sat, 26 Dec 2009 16:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=416#comment-319</guid>
		<description>@&lt;a href=&quot;#comment-249&quot;&gt;ludo&lt;/a&gt;: @&lt;a href=&quot;#comment-271&quot;&gt;hootin&lt;/a&gt;: 
Sorry for late reply, yes i think for Joomla 1.5 there&#039;s no need to put that code in index2.php.

Even maybe we can tryin to inserted with &quot;include&quot; function, but i think its not necessary. The display is little strange, but not too bad.

I will updated here if i found another way to fixed some messed up with Virtuemart frontpage admin display</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-249">ludo</a>: @<a href="#comment-271">hootin</a>:<br />
Sorry for late reply, yes i think for Joomla 1.5 there&#8217;s no need to put that code in index2.php.</p>
<p>Even maybe we can tryin to inserted with &#8220;include&#8221; function, but i think its not necessary. The display is little strange, but not too bad.</p>
<p>I will updated here if i found another way to fixed some messed up with Virtuemart frontpage admin display</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ludo</title>
		<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/comment-page-1#comment-313</link>
		<dc:creator>ludo</dc:creator>
		<pubDate>Tue, 22 Dec 2009 18:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=416#comment-313</guid>
		<description>That&#039;s what I don&#039;t understand!
Where to put this piece of code as there is no  section in index2.php???

Here is the content of index2.php :
&lt;?php
$_REQUEST[&#039;tmpl&#039;] = &#039;component&#039;;
include(&#039;index.php&#039;);

So what to do??

Thanks a lot ;)</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I don&#8217;t understand!<br />
Where to put this piece of code as there is no  section in index2.php???</p>
<p>Here is the content of index2.php :<br />
&lt;?php<br />
$_REQUEST[&#039;tmpl&#039;] = &#039;component&#039;;<br />
include(&#039;index.php&#039;);</p>
<p>So what to do??</p>
<p>Thanks a lot ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziggi</title>
		<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/comment-page-1#comment-295</link>
		<dc:creator>ziggi</dc:creator>
		<pubDate>Mon, 14 Dec 2009 23:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=416#comment-295</guid>
		<description>interesting too</description>
		<content:encoded><![CDATA[<p>interesting too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hootin</title>
		<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/comment-page-1#comment-271</link>
		<dc:creator>hootin</dc:creator>
		<pubDate>Tue, 08 Dec 2009 04:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=416#comment-271</guid>
		<description>index2.php in Joomla 1.5 does not contain a head section. Any idea where to go from here? The link works but the formatting is strange.</description>
		<content:encoded><![CDATA[<p>index2.php in Joomla 1.5 does not contain a head section. Any idea where to go from here? The link works but the formatting is strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Nino</title>
		<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/comment-page-1#comment-253</link>
		<dc:creator>El Nino</dc:creator>
		<pubDate>Fri, 27 Nov 2009 19:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=416#comment-253</guid>
		<description>@&lt;a href=&quot;#comment-249&quot;&gt;ludo&lt;/a&gt;: 
Yes, to avoid weird display in virtuemart frontend admin, you must added those line into index2.php in root directory of your Joomla</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-249">ludo</a>:<br />
Yes, to avoid weird display in virtuemart frontend admin, you must added those line into index2.php in root directory of your Joomla</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ludo</title>
		<link>http://ninoholic.com/how-to-manage-virtuemart-admin-from-joomla-frontend.html/comment-page-1#comment-249</link>
		<dc:creator>ludo</dc:creator>
		<pubDate>Thu, 26 Nov 2009 13:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=416#comment-249</guid>
		<description>Hi,

The link to acces virtuemart front-end works perfectly ;)

But why do we have to add thoses javascript lines??
And where?? Do you mean in the index2.php in the root directory of  Joomla?? I can&#039;t find any  section!!!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The link to acces virtuemart front-end works perfectly ;)</p>
<p>But why do we have to add thoses javascript lines??<br />
And where?? Do you mean in the index2.php in the root directory of  Joomla?? I can&#8217;t find any  section!!!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

