<?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: Advanced Techniques: The Joomla Parent Menu ItemID</title>
	<atom:link href="http://toolboxdigital.com/2010/03/advanced-techniques-the-joomla-parent-menu-itemid/feed/" rel="self" type="application/rss+xml" />
	<link>http://toolboxdigital.com/2010/03/advanced-techniques-the-joomla-parent-menu-itemid/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:06:02 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TaeV</title>
		<link>http://toolboxdigital.com/2010/03/advanced-techniques-the-joomla-parent-menu-itemid/comment-page-1/#comment-924</link>
		<dc:creator>TaeV</dc:creator>
		<pubDate>Fri, 27 Aug 2010 16:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=411#comment-924</guid>
		<description>Thank so much.</description>
		<content:encoded><![CDATA[<p>Thank so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://toolboxdigital.com/2010/03/advanced-techniques-the-joomla-parent-menu-itemid/comment-page-1/#comment-894</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 13 Apr 2010 14:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=411#comment-894</guid>
		<description>That was exactly what I have been trying to do all morning.  Thanks!</description>
		<content:encoded><![CDATA[<p>That was exactly what I have been trying to do all morning.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Luton</title>
		<link>http://toolboxdigital.com/2010/03/advanced-techniques-the-joomla-parent-menu-itemid/comment-page-1/#comment-891</link>
		<dc:creator>Dan Luton</dc:creator>
		<pubDate>Tue, 13 Apr 2010 08:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=411#comment-891</guid>
		<description>Hi Josh,

Depends what you mean.

If you want to get the current Menu Itemid, you can use:

$item_id = JRequest::getVar(&#039;Itemid&#039;);

Alternatively, you can use the above technique to obtain the parent menu Itemid for a different level:

$parentmenu = JSite::getMenu()-&gt;getActive()-&gt;tree[1];

...which should work.  All depends really what it is you&#039;re trying to achieve - this article really focuses on the absolute top-level ID.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>Depends what you mean.</p>
<p>If you want to get the current Menu Itemid, you can use:</p>
<p>$item_id = JRequest::getVar(&#8217;Itemid&#8217;);</p>
<p>Alternatively, you can use the above technique to obtain the parent menu Itemid for a different level:</p>
<p>$parentmenu = JSite::getMenu()->getActive()->tree[1];</p>
<p>&#8230;which should work.  All depends really what it is you&#8217;re trying to achieve &#8211; this article really focuses on the absolute top-level ID.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://toolboxdigital.com/2010/03/advanced-techniques-the-joomla-parent-menu-itemid/comment-page-1/#comment-890</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 13 Apr 2010 08:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=411#comment-890</guid>
		<description>Could you expand on how to use this technique with children menu items as well?</description>
		<content:encoded><![CDATA[<p>Could you expand on how to use this technique with children menu items as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webster</title>
		<link>http://toolboxdigital.com/2010/03/advanced-techniques-the-joomla-parent-menu-itemid/comment-page-1/#comment-848</link>
		<dc:creator>Webster</dc:creator>
		<pubDate>Mon, 05 Apr 2010 23:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=411#comment-848</guid>
		<description>Thank You</description>
		<content:encoded><![CDATA[<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tambra Goldhirsh</title>
		<link>http://toolboxdigital.com/2010/03/advanced-techniques-the-joomla-parent-menu-itemid/comment-page-1/#comment-814</link>
		<dc:creator>Tambra Goldhirsh</dc:creator>
		<pubDate>Sat, 03 Apr 2010 00:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=411#comment-814</guid>
		<description>Thanks dude, that is really helpful information, thanks.</description>
		<content:encoded><![CDATA[<p>Thanks dude, that is really helpful information, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
