<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
	<title>Archived ExpressionEngine Community Support Forums</title>
	<link>http://expressionengine.com/archived_forums/</link>
	<description>Archived ExpressionEngine Community Support Forums</description>
	<copyright>Copyright 2010 EllisLab</copyright>
	<docs>http://www.rssboard.org/rss-specification</docs>
	<generator>ExpressionEngine v2.2.2 http://expressionengine.com/</generator>
	<language>en</language>
	<lastBuildDate>0</lastBuildDate>
	<atom:link href="http://expressionengine.com/archived_forums/rss/" rel="self" type="application/rss+xml" />
		

	<item>
		<title>Help with mod.module_name.php</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160470/</link>
		<author>Eric Barnes</author>
		<description><![CDATA[<p>I am working on creating a module and I have created a mod file named mod.ice.php. Inside this I just put the most basic stuff and here is an example:</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">if&nbsp;(&nbsp;!&nbsp;</span><span style="color: #0000BB">defined</span><span style="color: #007700">(</span><span style="color: #DD0000">'BASEPATH'</span><span style="color: #007700">))&nbsp;exit(</span><span style="color: #DD0000">'No&nbsp;direct&nbsp;script&nbsp;access&nbsp;allowed'</span><span style="color: #007700">);<br /><br />class&nbsp;</span><span style="color: #0000BB">Ice&nbsp;&#123;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">Ice</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">EE&nbsp;</span><span style="color: #007700">=&amp;&nbsp;</span><span style="color: #0000BB">get_instance</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#125;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">products</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$variables&#91;&#93;&nbsp;</span><span style="color: #007700">=&nbsp;array(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'test'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #DD0000">'This&nbsp;is&nbsp;a&nbsp;test&nbsp;from&nbsp;method'</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$output&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">EE</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">TMPL</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">parse_variables</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">EE</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">TMPL</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">tagdata</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$variables</span><span style="color: #007700">);&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">$output</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#125;<br />&#125;&nbsp;</span>
</span>
</code></div>

<p>Then in the template file:</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">ice</span><span style="color: #007700">:</span><span style="color: #0000BB">products&#125;<br />&#123;test&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">ice</span><span style="color: #007700">:</span><span style="color: #0000BB">products&#125;&nbsp;</span>
</span>
</code></div>

<p>No matter what I keep getting an internal EE error:</p><blockquote><p>The following tag cannot be processed:</p>

<p>&#123;exp:ice:products&#125;</p>

<p>Please check that the ‘ice’ module is installed and that ‘products’ is an available method of the module</p>
</blockquote>

<p>The module is installed and products is an available method.&nbsp; It is like the mod file isn&#8217;t being instantiated at any point. Does anyone have any ideas on what I could be doing wrong or what I can and check to figure this out?</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160470/#When:16:10:40Z</guid>
		<pubDate>Mon, 12 Jul 2010 16:10:40 GMT</pubDate>
	</item>

	<item>
		<title>LG .htaccess Generator eliminates needed index.html, style sheet path rules&#8212;how to resolve&#63;</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160342/</link>
		<author>ekrock2</author>
		<description><![CDATA[<p>Hi - I&#8217;ve installed EE commercial 1.6.9 and added the (unsupported) LG .htaccess Generator v1.0.0. Everything was working fine until I added a new Template Group for the first time after installing LG .htaccess Generator.</p>

<p>Adding the new Template Group caused the LG .htaccess Generator to run and update the .htaccess file &#40;as it should&#41;. However, that eliminated the below two custom additions I&#8217;d made to the .htaccess file as described in <a href="http://expressionengine.com/wiki/Remove_index.php_From_URLs/:">http://expressionengine.com/wiki/Remove_index.php_From_URLs/:</a></p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #FF8000">#&nbsp;During&nbsp;build&nbsp;-&nbsp;redirect&nbsp;root&nbsp;to&nbsp;static&nbsp;index&nbsp;page<br /></span><span style="color: #0000BB">RewriteCond&nbsp;</span><span style="color: #007700">%</span><span style="color: #0000BB">&#123;REQUEST_URI&#125;&nbsp;</span><span style="color: #007700">^/$<br /></span><span style="color: #0000BB">RewriteRule&nbsp;</span><span style="color: #007700">$&nbsp;</span><span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.voximate.com/index.html&nbsp;&#91;R=302,L&#93;&nbsp;<br /><br />#&nbsp;Fix&nbsp;queries&nbsp;for&nbsp;actions,&nbsp;urls&nbsp;and&nbsp;css&nbsp;in&nbsp;EE<br />#&nbsp;From&nbsp;http://expressionengine.com/wiki/Remove_index.php_From_URLs/<br />#&nbsp;NOTE:&nbsp;THIS&nbsp;MUST&nbsp;BE&nbsp;HERE,&nbsp;NOT&nbsp;AT&nbsp;END&nbsp;OF&nbsp;FILE,&nbsp;TO&nbsp;SUCCEED.<br /></span><span style="color: #0000BB">RewriteCond&nbsp;</span><span style="color: #007700">%</span><span style="color: #0000BB">&#123;QUERY_STRING&#125;&nbsp;</span><span style="color: #007700">^(</span><span style="color: #0000BB">ACT</span><span style="color: #007700">=.*</span><span style="color: #0000BB">&#41;</span><span style="color: #007700">$&nbsp;</span><span style="color: #0000BB">&#91;NC</span><span style="color: #007700">,</span><span style="color: #0000BB">OR&#93;<br />RewriteCond&nbsp;</span><span style="color: #007700">%</span><span style="color: #0000BB">&#123;QUERY_STRING&#125;&nbsp;</span><span style="color: #007700">^(</span><span style="color: #0000BB">URL</span><span style="color: #007700">=.*</span><span style="color: #0000BB">&#41;</span><span style="color: #007700">$&nbsp;</span><span style="color: #0000BB">&#91;NC</span><span style="color: #007700">,</span><span style="color: #0000BB">OR&#93;<br />RewriteCond&nbsp;</span><span style="color: #007700">%</span><span style="color: #0000BB">&#123;QUERY_STRING&#125;&nbsp;</span><span style="color: #007700">^(</span><span style="color: #0000BB">CSS</span><span style="color: #007700">=.*)$&nbsp;</span><span style="color: #0000BB">&#91;NC&#93;&nbsp;&nbsp;&nbsp;<br />RewriteRule&nbsp;</span><span style="color: #007700">^(.*)$&nbsp;/</span><span style="color: #0000BB">index</span><span style="color: #007700">.</span><span style="color: #0000BB">php\</span><span style="color: #007700">?&amp;%</span><span style="color: #0000BB">&#123;QUERY_STRING&#125;&nbsp;&#91;L&#93;&nbsp;</span>
</span>
</code></div>

<p>Realizing the problem, as a temporary workaround, I downloaded the updated .htaccess file and manually added the above code back in. This caused the placeholder index.html to work as it had before. But oddly, the style sheet links didn&#8217;t seem to resume working; I still had to hardcode the path to the style sheets in my EE templates as a workaround. </p>

<p>Here&#8217;s what I&#8217;m trying to accomplish:<br />
1) have a temporary index.html while I&#8217;m building my blog<br />
2) use LG .htaccess Generator to eliminate index.php/ from the URLs<br />
3) have my actions, urls and css work (which I *believe* requires the &#8220;Fix queries for actions, urls and css in EE&#8221; (but I could be wrong)</p>

<p>How do I accomplish that?</p>

<p>Will sticking the two custom rules at the very top of the .htaccess file, prior to this line:<br />
#&#8212;LG .htaccess Generator Start&#8212;<br />
... cause them both to work and not be overwritten when LG .htaccess Generator is triggered?</p>

<p>Sorry for the newbie question; I&#8217;m not an .htaccess or PHP hacker by trade.</p>

<p>Thanks for any insight,</p>

<p>EE Newbie</p>

<p><span style="color:purple;">Moved to Modules by Moderator</span></p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160342/#When:07:36:26Z</guid>
		<pubDate>Sat, 10 Jul 2010 07:36:26 GMT</pubDate>
	</item>

	<item>
		<title>Problems with mailing list confirmation link</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160333/</link>
		<author>co-creative</author>
		<description><![CDATA[<p>The problem is</p>

<p>The email confirmation link that is sent when I use Freeform mailing list Parameter does not work<br />
<span style="color:blue;"><a href="http://www.mary-knoxville.com/index.php?ACT=&amp;#123AID:Mailinglist:authorize_email&amp;#125&amp;id=7iqvif5Y7t">http://www.mary-knoxville.com/index.php?ACT=&#123;AID:Mailinglist:authorize_email&#125;&amp;id=7iqvif5Y7t</a></span></p>

<p>But when I test using the ee mailing list sign up it works<br />
<a href="http://www.mary-knoxville.com/index.php?ACT=4&amp;id=R64xSCxKtn">http://www.mary-knoxville.com/index.php?ACT=4&amp;id=R64xSCxKtn</a></p>

<p>any ideas?</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160333/#When:02:35:23Z</guid>
		<pubDate>Sat, 10 Jul 2010 02:35:23 GMT</pubDate>
	</item>

	<item>
		<title>Category model and api channel categories</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160287/</link>
		<author>Eric Barnes</author>
		<description><![CDATA[<p>I am in the process of building a module and I noticed that the category model and api channel categories essentially have the same methods &#8220;category_tree&#8221; for getting out a list of categories. I wanted to ask if one is preferred over the other? From my research I do not see the model used any and wouldn&#8217;t want to use it if it is going to deprecated.</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160287/#When:16:43:35Z</guid>
		<pubDate>Fri, 09 Jul 2010 16:43:35 GMT</pubDate>
	</item>

	<item>
		<title>working with Channels (channel_data fields)</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160270/</link>
		<author>Jayson Ng</author>
		<description><![CDATA[<p>so I have script running and it imports new channel entries to the channel_titles table. </p>

<p>my question is what is the best way for me to work with the custom fields associated with those specific channels? how do I associated each field_id_X and field_ft_x and field_dt_x with its proper fields? (and what do those stand for anyway?) is there a function I could use? maybe in the Channel module?</p>

<p>thanks!</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160270/#When:14:02:17Z</guid>
		<pubDate>Fri, 09 Jul 2010 14:02:17 GMT</pubDate>
	</item>

	<item>
		<title>adding a css file</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160157/</link>
		<author>Jayson Ng</author>
		<description><![CDATA[<p>hello all!</p>

<p>how do I add a custom CSS file to the control panel section of a module? :O</p>

<p>thanks,<br />
Jayson</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160157/#When:03:40:36Z</guid>
		<pubDate>Thu, 08 Jul 2010 03:40:36 GMT</pubDate>
	</item>

	<item>
		<title>ExpressionEngine 2 SEO module</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160112/</link>
		<author>dstechroom</author>
		<description><![CDATA[<p>Hi all -</p>

<p>We&#8217;ve developed a fairly simple <a href="http://www.digitalsurgeons.com/blog/the-lab/expressionengine-2-seo-module/">EE2 SEO Module</a> that we&#8217;d like to release to the wild to get feedback on (bugs, feature requests, documentation needs, anything!).</p>

<p><br />
<b>Current Features:</b><br />
1) Add title, keywords and a description for any entry via a new SEO tab.<br />
2) Set a default title, description or keywords for entries<br />
3) Prepend / Append text to all title tags (can be overridden with template tag)<br />
4) Set visibility to robots via robots meta tag (noindex,nofollow vs other options)<br />
5) Canonical meta tag to reduce duplicate content flags in search engines</p>

<p>Files can be downloaded via github: <a href="http://github.com/dsurgeons/ExpressionEngine-SEO">http://github.com/dsurgeons/ExpressionEngine-SEO</a> (use the Download Source button on the top right).</p>

<p>There is some basic usage in the READ ME doc found there.</p>

<p><b>Installation:</b><br />
1) Download source files<br />
2) Add files to folder: <b>system/expressionengine/third_party/seo</b><br />
3) Install the module via the Add-ons &gt; Modules are in your EE admin area</p>

<p>Let us know what you think!</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160112/#When:16:06:02Z</guid>
		<pubDate>Wed, 07 Jul 2010 16:06:02 GMT</pubDate>
	</item>

	<item>
		<title>New module: Bitly for EE</title>
		<link>http://expressionengine.com/archived_forums/viewthread/159739/</link>
		<author>Bjørn Børresen</author>
		<description><![CDATA[<p>When converting the <a href="http://ee.woothemes.com/demo/headlines/">Headlines theme</a> to EE I needed something that could turn the entry links into shortened URLs for tweeting so I made this module:</p>

<p><a href="http://github.com/bjornbjorn/Bitly-for-EE">http://github.com/bjornbjorn/Bitly-for-EE</a></p>

<p>You bitlyfy any URL like this:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">bitly&nbsp;bitly_login</span><span style="color: #007700">=</span><span style="color: #DD0000">'YOUR_BITLY_LOGIN'&nbsp;</span><span style="color: #0000BB">bitly_api_key</span><span style="color: #007700">=</span><span style="color: #DD0000">'YOUR_BITLY_API_KEY'&nbsp;</span><span style="color: #0000BB">url</span><span style="color: #007700">=</span><span style="color: #DD0000">'http://www.verylonkurlhere.com/blabka-blabla-blabla'</span><span style="color: #0000BB">&#125;&nbsp;</span>
</span>
</code></div>

<p>An additional feature with Bitly for EE is that it will cache the shortened URLs so that the bit.ly API is only contacted once for every unique URL.</p>

<p>Download:<br />
<a href="http://github.com/bjornbjorn/Bitly-for-EE/zipball/master">http://github.com/bjornbjorn/Bitly-for-EE/zipball/master</a></p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/159739/#When:18:13:39Z</guid>
		<pubDate>Fri, 02 Jul 2010 18:13:39 GMT</pubDate>
	</item>

	<item>
		<title>EE 2.0 &#45; Module AJAX &#45; Invalid GET Data</title>
		<link>http://expressionengine.com/archived_forums/viewthread/159720/</link>
		<author>Michael Witwicki</author>
		<description><![CDATA[<p>Hey folks,</p>

<p>Running into a bit of a brick wall here. Working on a module which uses AJAX in the control panel to update the users content. However, any time I make an AJAX call with a question-mark or semi-colon as part of the query string (fully URL encoded mind you), I get the response: Invalid GET Data.</p>

<p>Anyone have a workaround for this without hacking the core of EE? This is a pretty issue which will keep developers from being able to do any real interesting AJAX in the CP.</p>

<p>Thanks in advance for the help.</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/159720/#When:14:28:39Z</guid>
		<pubDate>Fri, 02 Jul 2010 14:28:39 GMT</pubDate>
	</item>

	<item>
		<title>ExpressionEngine 2 and Slideshow images module</title>
		<link>http://expressionengine.com/archived_forums/viewthread/159704/</link>
		<author>Andrea Gelati</author>
		<description><![CDATA[<p>Hi,</p>

<p>I need to add a Slideshow module for some images in my web site based on EE 2. I need to make something like the slideshow used in <a href="http://www.apple.com/iphone/">http://www.apple.com/iphone/</a> web page. </p>

<p>In details I need to load it from channel entries.</p>

<p>Some one have an idea?</p>

<p>Thanks</p>

<p>Andrea</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/159704/#When:09:36:27Z</guid>
		<pubDate>Fri, 02 Jul 2010 09:36:27 GMT</pubDate>
	</item>

	
	</channel>
</rss>
