<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - Comments for Carz's AddOn(s)</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Addons, Interfaces, Skins, Mods &amp; Community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://cdn.wow.mmoui.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title><![CDATA[updated (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-406525.html#comments</link>
			<description>V3 4/4/2013 3:08pm (C) toc for 5.2 &lt;br /&gt;&lt;br /&gt;and about nUI6 I havent downloaded it yet to test it out but i will once i get a chance.</description>
			<author>Carz</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-406525.html#comments</guid>
			
			<pubDate>Thu, 04 Apr 2013 19:27:30 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[I see that its been some time since... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-399471.html#comments</link>
			<description>I see that its been some time since carz posted on this thread, and hasnt released an update with a fixed toc, but I was wondering if you (or anyone) were a supporter of nUI6 and could give integrating this with the new infopanels a shot.</description>
			<author>twizt3dkitty</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-399471.html#comments</guid>
			
			<pubDate>Thu, 06 Dec 2012 02:42:07 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[This just needs a toc version updat... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-393219.html#comments</link>
			<description>This just needs a toc version update to work.</description>
			<author>tinyu</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-393219.html#comments</guid>
			
			<pubDate>Fri, 12 Oct 2012 01:50:15 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[mislabeled (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-353774.html#comments</link>
			<description>Folder name needs to be changed from nUI_InfoPanel_Carbonite (continued) to nUI_InfoPanel_Carbonite once extracted into addons folder. You no longer have it inside two folders like you use to ;)</description>
			<author>moondoggy</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-353774.html#comments</guid>
			
			<pubDate>Thu, 21 Jul 2011 20:01:41 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: Request: Remove (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-353588.html#comments</link>
			<description>I'll see what i can do &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;No promise those &lt;br /&gt;&lt;br /&gt;Originally posted by WeirDave &lt;br /&gt;Since I use this add on I have no need for the &quot;Map&quot; info panel that displays in rotation with this add on. In order to remove it I spoke with Scott Peil and he gave me the code to remove it. I was wondering if you could use the code to perhaps tag along with your add on somehow?&lt;br /&gt;&lt;br /&gt;You need to edit  and set &quot;enabled = true&quot; to &quot;enabled = &lt;br /&gt;false&quot;&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;nUI_InfoPanels =&lt;br /&gt;{    &lt;br /&gt;    enabled   = false,&lt;br /&gt;    desc      = nUI_L,            -- player friendly &lt;br /&gt;name/description of the panel&lt;br /&gt;    label     = nUI_L,    -- label to use on the &lt;br /&gt;panel selection button face&lt;br /&gt;    rotation  = nUI_INFOMODE_BMM,                    -- index or position this &lt;br /&gt;panel appears on/in when clicking the selector button&lt;br /&gt;    full_size = false;                                -- this plugin requires &lt;br /&gt;the entire info panel port without the button bag&lt;br /&gt;    &lt;br /&gt;    options  =&lt;br /&gt;    {&lt;br /&gt;        enabled  = false,&lt;br /&gt;    },&lt;br /&gt;};</description>
			<author>Carz</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-353588.html#comments</guid>
			
			<pubDate>Wed, 20 Jul 2011 04:57:51 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Request: Remove &quot;Map Infopanel&quot; (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-353518.html#comments</link>
			<description>Since I use this add on I have no need for the &quot;Map&quot; info panel that displays in rotation with this add on. In order to remove it I spoke with Scott Peil and he gave me the code to remove it. I was wondering if you could use the code to perhaps tag along with your add on somehow?&lt;br /&gt;&lt;br /&gt;You need to edit  and set &quot;enabled = true&quot; to &quot;enabled = &lt;br /&gt;false&quot;&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;nUI_InfoPanels =&lt;br /&gt;{    &lt;br /&gt;    enabled   = false,&lt;br /&gt;    desc      = nUI_L,            -- player friendly &lt;br /&gt;name/description of the panel&lt;br /&gt;    label     = nUI_L,    -- label to use on the &lt;br /&gt;panel selection button face&lt;br /&gt;    rotation  = nUI_INFOMODE_BMM,                    -- index or position this &lt;br /&gt;panel appears on/in when clicking the selector button&lt;br /&gt;    full_size = false;                                -- this plugin requires &lt;br /&gt;the entire info panel port without the button bag&lt;br /&gt;    &lt;br /&gt;    options  =&lt;br /&gt;    {&lt;br /&gt;        enabled  = false,&lt;br /&gt;    },&lt;br /&gt;};</description>
			<author>WeirDave</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-353518.html#comments</guid>
			
			<pubDate>Tue, 19 Jul 2011 14:48:16 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Update (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-352832.html#comments</link>
			<description>Ok ppl have Updated th addon all it need was a toc change but if you still have the old ones that do work just check load out of date...and No I'm back back Yet I just use my friends wow account to check it out</description>
			<author>Carz</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-352832.html#comments</guid>
			
			<pubDate>Thu, 14 Jul 2011 07:20:52 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Hello,I am an add on newbie, and... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-350870.html#comments</link>
			<description>Hello,&lt;br /&gt;I am an add on newbie, and i need some help configuring this nUI stuff. I want Carbonite in the nUI info panel. I downloaded the latest version of Carbonite for the 4.2 patch as well as this nUI Integration addon for Carbonite. The thing is, is that the Carbonite minimap replaces the nUI one, but in dungeons and such, I like to have the recount info panel opened, and I'm unable to follow the minimap for quests. Is there any possible to have the nUI minimap with the Carbonite info panel? Also, when i have, for example, the recount info panel open and I open up the World map and then close it, the Carbonite minimap does not return to its info panel, rather it just overlaps all panels until I place it back into the Carbonite one. Any fix for that as well?&lt;br /&gt;Thanks!</description>
			<author>Coombez</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-350870.html#comments</guid>
			
			<pubDate>Fri, 01 Jul 2011 21:06:17 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: Update for 4.1 (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-342546.html#comments</link>
			<description>http://www.carboniteaddon.com/download.shtml&lt;br /&gt;&lt;br /&gt;Download the Beta! Fixed the problem for me. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Originally posted by reddrumjay &lt;br /&gt;Please update...</description>
			<author>oleson4norway44</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-342546.html#comments</guid>
			
			<pubDate>Mon, 02 May 2011 16:03:07 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Update for 4.1 (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-340288.html#comments</link>
			<description>Please update...</description>
			<author>reddrumjay</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-340288.html#comments</guid>
			
			<pubDate>Wed, 27 Apr 2011 01:13:41 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: bad zip packaging... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-334600.html#comments</link>
			<description>Originally posted by Chrome67 &lt;br /&gt;seems that the addon is actually one folder deeper than should be in a standard addon zip file.  If you extract the top level folder, you need to likewise pull the actual addon folder out to one directory higher to get it to register.  Might want to re-think that... &lt;br /&gt;&lt;br /&gt;Ya sorry about that but that was the only way i could do it then just never got around to fixing it</description>
			<author>Carz</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-334600.html#comments</guid>
			
			<pubDate>Fri, 04 Mar 2011 20:39:03 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[bad zip packaging... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-316751.html#comments</link>
			<description>seems that the addon is actually one folder deeper than should be in a standard addon zip file.  If you extract the top level folder, you need to likewise pull the actual addon folder out to one directory higher to get it to register.  Might want to re-think that...</description>
			<author>Chrome67</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-316751.html#comments</guid>
			
			<pubDate>Mon, 20 Dec 2010 01:59:06 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[carbonite desyncing (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-311631.html#comments</link>
			<description>Hello all,&lt;br /&gt;&lt;br /&gt;I have noticed since the last big patch that even if I have the carbonite window open and go to world map then close world map (carbonite wold map that is) it will desync from the nUI carbonite window it is realy no big deal I just switch windows and carbonite is overlayed there and I close carbonite and it will resync but just wanted to let you know what I have been experiencing.&lt;br /&gt;&lt;br /&gt;Thanks for all your hard work in making nUI the best.:banana:</description>
			<author>silvereagle59</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-311631.html#comments</guid>
			
			<pubDate>Fri, 03 Dec 2010 21:16:58 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[if its just out of date load this o... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-294070.html#comments</link>
			<description>if its just out of date load this out of date I dont believe that anything has change in the newest of the Nui plug in code so this should still work</description>
			<author>Carz</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-294070.html#comments</guid>
			
			<pubDate>Sun, 24 Oct 2010 00:35:28 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Still says it is out of date. I'm a... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-293954.html#comments</link>
			<description>Still says it is out of date. I'm attempting to stay away from loading out of date addons as in the past they cause so many problems.</description>
			<author>schizophrena</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-293954.html#comments</guid>
			
			<pubDate>Sat, 23 Oct 2010 20:40:04 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Update toc for 4.0.1.  No other cha... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-293024.html#comments</link>
			<description>Update toc for 4.0.1.  No other changes were required.</description>
			<author>whereswaldo</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-293024.html#comments</guid>
			
			<pubDate>Fri, 22 Oct 2010 11:16:44 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[I'm working on getting it uploaded.... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-292765.html#comments</link>
			<description>I'm working on getting it uploaded.  Please be patient.  This is my first attempt at uploading an addon.</description>
			<author>whereswaldo</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-292765.html#comments</guid>
			
			<pubDate>Fri, 22 Oct 2010 00:01:55 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: 4.0.1 (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-292642.html#comments</link>
			<description>Originally posted by richwarf &lt;br /&gt;Does this plug in work for 4.0.1? &lt;br /&gt;&lt;br /&gt;No it doesnt..I've stop playing wow for a while and im Letting WheresWaldo take over this plug in</description>
			<author>Carz</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-292642.html#comments</guid>
			
			<pubDate>Thu, 21 Oct 2010 21:44:12 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[4.0.1 (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-289525.html#comments</link>
			<description>Does this plug in work for 4.0.1?</description>
			<author>richwarf</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-289525.html#comments</guid>
			
			<pubDate>Mon, 18 Oct 2010 12:35:23 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Ok its been Five days so I take it... (nUI: Integration Carbonite  (continued))]]></title>
			<link>http://www.wowinterface.com/downloads/info13903-273517.html#comments</link>
			<description>Ok its been Five days so I take it that all is good and it is fix... Thank you all&lt;br /&gt;:D:o:):mad::confused::(:p;):rolleyes::eek::cool:&lt;br /&gt;And just for the hell of it bananas :banana::banana::banana::banana::banana:</description>
			<author>Carz</author>
			<category domain="http://www.wowinterface.com">nUI: Info Panel Plugins</category>
			<guid>http://www.wowinterface.com/downloads/info13903-273517.html#comments</guid>
			
			<pubDate>Wed, 25 Aug 2010 19:08:16 +0000</pubDate>
		</item>
	</channel>
</rss>