<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">ExpressionEngine Community Forums</title>
    <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://expressionengine.com/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2010</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2010:03:20</id>


    <entry>
      <title>Pagination seems to be broken in EE2 Beta</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/149985/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.149985</id>
      <published>2010-03-20T17:06:16Z</published>
      <updated></updated>
      <author><name>N3RD</name></author>
      <content type="html">
      <![CDATA[
        <p>Hey guys, when viewing the memberlist page, the pagination links have an extra &#8220;/&#8221; in the URL:<br />
<a href="http://www.domainname.org/member/memberlist/0-total_posts-desc-20-/20/">http://www.domainname.org/member/memberlist/0-total_posts-desc-20-/20/</a></p>

<p>when it should be:<br />
<a href="http://www.domainname.org/member/memberlist/0-total_posts-desc-20-20/">http://www.domainname.org/member/memberlist/0-total_posts-desc-20-20/</a></p>

<p>So I went to line 94 in lib.paginate.php and removed the extra slash that was being concatenated to the end. It fixed the memberlist page, but then when I go to a regular entries page, the pagination links are missing a slash:<br />
<a href="http://www.domainname.org/newsP3/">http://www.domainname.org/newsP3/</a></p>

<p>when it should be:<br />
<a href="http://www.domainname.org/news/P3/">http://www.domainname.org/news/P3/</a></p>

<p>Now what&#8217;s funny is when I follow the correct link (news/P3/), the pagination links on <i>that</i> page are correct.</p>

<p>Could someone explain to me what&#8217;s going on? I assume you guys have already found this and we won&#8217;t be having this problem in the final release, but could you provide me with temporary fix? I&#8217;d like to use the beta on my live site until 2.1 is released (or whatever the stable version of 2.x will be).
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Possible Bug in &#123;if embed: in version 1.6.8</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/149890/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.149890</id>
      <published>2010-03-19T09:27:51Z</published>
      <updated></updated>
      <author><name>Gauss</name></author>
      <content type="html">
      <![CDATA[
        <p>I used the following code in one of my templates:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if embed</span><span style="color: #007700">:</span><span style="color: #0000BB">category </span><span style="color: #007700">!= </span><span style="color: #DD0000">''</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;!--- </span><span style="color: #0000BB">Category </span><span style="color: #007700">---&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;name&#125; </span><span style="color: #007700">- </span><span style="color: #0000BB">&#123;embed</span><span style="color: #007700">:</span><span style="color: #0000BB">category&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;if</span><span style="color: #007700">:</span><span style="color: #0000BB">else&#125;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;!--- </span><span style="color: #0000BB">Main </span><span style="color: #007700">(</span><span style="color: #0000BB">&#123;embed</span><span style="color: #007700">:</span><span style="color: #0000BB">category&#125;</span><span style="color: #007700">) ---&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;name&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125; </span>
</span>
</code></div>

<p>but whatever i set my embed to it was always the &#8220;if&#8221; part that was taken. (Even though the embed there displayed in the html. I.e. I would get:</p>

<blockquote><p>&lt;!&#8212;- Main (Support)&#8212;-&gt;<br />
&lt;title&gt;TestTitle&lt;/title&gt;</p></blockquote>

<p>changing the code to
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if </span><span style="color: #DD0000">"&#123;embed:category&#125;" </span><span style="color: #007700">!= </span><span style="color: #DD0000">''</span><span style="color: #0000BB">&#125; </span>
</span>
</code></div>

<p>fixed the problem. <br />
So either the documentation at <a href="http://expressionengine.com/docs/templates/embedding_templates.html">http://expressionengine.com/docs/templates/embedding_templates.html</a> is incorrect or there is a bug in the workings of &#123;if embed: or I did something wrong?</p>

<p>I hope this helps.</p>

<p>Regards<br />
Christoph
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>pMachine &#45;&amp;gt; EE 1.6.8 forum subscription email overload</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/148878/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.148878</id>
      <published>2010-03-10T09:26:01Z</published>
      <updated></updated>
      <author><name>Peter Ripley</name></author>
      <content type="html">
      <![CDATA[
        <p>Don&#8217;t know if there is any chance of this bug being addressed when we are talking about 2 and 3 generations out of date but here&#8217;s a quick report.&nbsp; Can give more details if you think it is actually something you&#8217;d fix.</p>

<p>We recently imported a site from pMachine 2.3 to EE 1.6.8</p>

<p>The imported site had a fairly active forum for 5 years.</p>

<p>We had reports from users that they were getting dozens of emails when they posted in an imported thread to which they were subscribed and had previously posted.</p>

<p>It appears that they got one email for each post they they had submitted to the thread prior to import, rather than the one email total that was expected.</p>

<p>The trouble is seems that for the imported comments exp_forum_subscriptions.notification_sent had a uniform value of &#8216;n&#8217;.</p>

<p>We did an update to set the value to &#8216;y&#8217; for all records and we were good.&nbsp; But 100&#8217;s, maybe 1000&#8217;s of emails were inadvertently sent due to this bug.&nbsp; This is a good way to get flagged for abuse.&nbsp; :-(</p>

<p>Seems like this would be a simple fix in the pMachine import code.&nbsp; Won&#8217;t help us but might help the next fella.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>EE 1.6.8 bug on mailing list batch handling of unusual email addresss&#8230;</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/149779/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.149779</id>
      <published>2010-03-18T08:58:03Z</published>
      <updated>2010-03-18T08:59:44Z</updated>
      <author><name>Peter Ripley</name></author>
      <content type="html">
      <![CDATA[
        <p>We did a large mailing out of EE 1.6.8 the other evening.&nbsp; We used tiny batches and in the preference specified the &#8216;php&#8217; method of sending messages.</p>

<p>We encountered what I consider to be 2 bugs.</p>

<p>1. pMachine user import mangles email address.</p>

<p>In pMachine we had a user with an unusual email address.&nbsp; The user name part was 50 characters long including 6 dots.&nbsp; The domain part was 13 characters long and had 3 dots. </p>

<p>Tho unusual, I do believe the address conforms with the RFC:</p>

<p><a href="http://www.ietf.org/rfc/rfc2821.txt">http://www.ietf.org/rfc/rfc2821.txt</a></p>

<p>
</p><blockquote><p>4.5.3.1 Size limits and minimums<br />
&nbsp;  local-part<br />
&nbsp;  &nbsp;  The maximum total length of a user name or other local-part is 64<br />
&nbsp;  &nbsp;  characters.
</p></blockquote>

<p><br />
EE&#8217;s pMachine importer unexpectedly only imported the user name portion of the email address, omitting the @ and the domain.</p>

<p>&nbsp;</p>

<p>2. EE chokes on Sendmail response.</p>

<p>When the mailing is working properly here&#8217;s what happens to my best understanding:</p>

<p>EE uses php mail() function.&nbsp; mail() talks to the local sendmail.&nbsp; sendmail relays the message to the mail relay server on the LAN.</p>

<p>However in the case of the email address without at domain the following happened:</p>

<p>mail() told sendmail send a message to &#8220;user.without.domain&#8221;.&nbsp; Sendmail said &#8220;I&#8217;m going to treat that as userwithoutdomain at localhost.&nbsp; Ooops, just checked we don&#8217;t have such a user.&nbsp; Sorry.&#8221;&nbsp; EE said &#8220;boink!&#8221;&nbsp; And aborted the batch.</p>

<p>The line that actually appears in the mailog is &#8220;DSN: User unknown&#8221;.</p>

<p>The message that appeared in the EE window was &#8220;Error.&nbsp; Unable to send email at this time&#8221;.</p>

<p>As a result we sent only 2/3 of our intended emails with no way to resume where we left off.</p>

<p>&nbsp;</p>

<p>I have not read the entire RFC, but my feeling is that the bug lies in EE handling of the message from sendmail, as there are potentially situations where email could be valid without a domain, but in no circumstance should EE just abort the batch when one message is not handled as expected.</p>

<p>Would be pleased to share mailog snippets and the actual email address in a private channel.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>conditional bug &#63;</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/149277/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.149277</id>
      <published>2010-03-12T21:52:37Z</published>
      <updated></updated>
      <author><name>Richard DeGrandpre</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m using 1.6.8 (fresh as a loaf of bread)</p>

<p>I coded a series of conditionals for a blog field in this format:</p>

<p>
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if f9&#125; </span>
</span>
</code></div>

<p><br />
After seven of these in series I got a parse error, and then used this code to solve it:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if </span><span style="color: #DD0000">"&#123;f9&#125;"</span><span style="color: #0000BB">&#125; </span>
</span>
</code></div>

<p>Is this a bug?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Extension Errors after Build Update</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/143392/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.143392</id>
      <published>2010-01-27T19:03:56Z</published>
      <updated>2010-01-27T20:55:43Z</updated>
      <author><name>Ira Siegel</name></author>
      <content type="html">
      <![CDATA[
        <p>I upgraded from a July &#8216;09 build to the latest (Build: 20100121) and am now receiving a bunch of errors regarding extensions. I had to manually go into config and disable extensions to get to the control panel, but I&#8217;d really like to have my extensions back.</p>

<p>Warning: Missing argument 1 for add_js() in /home/remaxins/public_html/system/extensions/ext.cp_jquery.php on line 130</p>

<p>Notice: Undefined variable: html in /home/remaxins/public_html/system/extensions/ext.cp_jquery.php on line 134</p>

<p>Warning: Missing argument 1 for remove_entryid() in /home/remaxins/public_html/system/extensions/ext.cloner.php on line 34</p>

<p>Warning: Missing argument 1 for show_full_control_panel_end() in /home/remaxins/public_html/system/extensions/ext.lg_add_sitename.php on line 609</p>

<p>Warning: Missing argument 1 for hide_field() in /home/remaxins/public_html/system/extensions/ext.reeorder.php on line 133</p>

<p>Thanks in advance.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Search Hilite 1.2.1 plugin highlighting the keywords from the previous EE search</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/144908/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.144908</id>
      <published>2010-02-08T04:47:07Z</published>
      <updated>2010-02-08T04:55:19Z</updated>
      <author><name>ProImage</name></author>
      <content type="html">
      <![CDATA[
        <p>The subject says it all&#8230; when I place the highlight code into the search results page, like so&#8230;.
</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">search</span><span style="color: #007700">:</span><span style="color: #0000BB">search_results&#125;<br />&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">search_hilite&#125;<br />&#123;excerpt&#125;<br /></span><span style="color: #007700">...<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">search_hilite&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">search</span><span style="color: #007700">:</span><span style="color: #0000BB">search_results&#125; </span>
</span>
</code></div>

<p>...and then perform a search, the words that get highlighted are the ones from the previous search: if I search for &#8220;modern&#8221;, and then search for &#8220;elephants&#8221;, the plugin highlights all occurrences of of the word &#8220;modern&#8221; in the search results page for &#8220;elephants&#8221;. The next search would have &#8220;elephants&#8221; highlighted wherever it appeared.</p>

<p>Help?? :p</p>

<p>EDIT: Sorry: EE 1.6.7 build 20090320
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Documentation: Broken link to BBCode reference</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/147663/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.147663</id>
      <published>2010-03-01T15:43:53Z</published>
      <updated></updated>
      <author><name>mahalie</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;d leave a note there but I&#8217;m not yet a &#8220;Lab Assistant&#8221;.</p>

<p><a href="http://expressionengine.com/docs/modules/wiki/getting_started.html#edit">http://expressionengine.com/docs/modules/wiki/getting_started.html#edit</a></p>

<p>The BBCode Reference link is broken, FYI.<br />
(<a href="http://expressionengine.com/docs/general/BBCode.html">http://expressionengine.com/docs/general/BBCode.html</a>)
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>HTML in Email Notification Templates&#63;</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/146739/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.146739</id>
      <published>2010-02-23T13:49:34Z</published>
      <updated></updated>
      <author><name>Cohn Marketing</name></author>
      <content type="html">
      <![CDATA[
        <p>My apologies if already covered somewhere, but I haven&#8217;t been able to find the answer to this question. Is there a way to send HTML email messages by modifying the Email Notification Templates? </p>

<p>For example, I tried simply adding the HTML mime type and necessary markup to the Forgotten Password Instructions template, but the message still comes thru as plain text. Any help is appreciated.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Comment Notification Pre&#45;requisites</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/147831/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.147831</id>
      <published>2010-03-02T16:50:48Z</published>
      <updated></updated>
      <author><name>Compass B'ham</name></author>
      <content type="html">
      <![CDATA[
        <p>I was enabling commenting today and for the longest time I just couldn&#8217;t get it working. So I decided to flip all the switches to see if I could knock something loose.</p>

<p>In CP Home  ›&nbsp; Admin  ›&nbsp; Weblog Administration  ›&nbsp; Weblog Management  ›&nbsp; Edit Weblog Preferences » Notification Preferences  I had to set all the radio buttons to yes. I would have guessed just the bottom one labeled &#8216;Notify the author of an entry whenever a comment or trackback is submitted?&#8217; should be the only one I would have to check in order to get comment notifications to start working on the site. But I had to flip them all. Also, there are no e-mail addresses in any of the blank boxes there. </p>

<p>I did some in-depth digging and couldn&#8217;t find anything regarding this issue. Maybe I&#8217;m going crazy&#8230;maybe not. I decided to post this problem and subsequent fix here anyway.
</p>
      ]]>
      </content>
    </entry>


</feed>