<?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) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.3">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2008:07:09</id>


    <entry>
      <title>HTML formatting in Discussion Forum: Questions</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/84341/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.84341</id>
      <published>2008-07-06T22:23:15Z</published>
      <updated></updated>
      <author><name>Tux Kapono</name></author>
      <content type="html">
      <![CDATA[
        <p>Is there a guide to understanding the &#8216;Text and HTML Formatting&#8217; section of the Discussion Forum Module?
</p>
<p>
My Discussion Forum does not display URL hyperlinks - <a href="http://www.cooltownstudios.com/forums/viewthread/1/">link</a>. &lt;a href="http://www.domain.com"&gt;domain&lt;/a&gt; comes out &lt;a &gt;domain&lt;/a&gt; on both the display and the entry field, as you can see. It does &lt;b&gt; just fine, and the hyperlinks work in Preview. I&#8217;ve tried every possible combination in the Text and HTML Formatting preferences.
</p>
<p>
I hope it doesn&#8217;t have anything to do with this <a href="http://expressionengine.com/forums/viewthread/35337/">Extension</a>, which I&#8217;ve since deleted, but can&#8217;t seem to turn off.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>MSM &#8220;Not authorized&#8221; Superadmin Woes</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/84566/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.84566</id>
      <published>2008-07-08T23:23:19Z</published>
      <updated>2008-07-09T00:37:26Z</updated>
      <author><name>tpayton</name></author>
      <content type="html">
      <![CDATA[
        <p>I having some issues with MSM. First most all of the sites we create have an some &#8220;add entry&#8221; and &#8220;entry entry&#8221; buttons that we put on every entry so that we as admins and also our clients can get to entries easily. Here is an example of the URL I put on a button:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.domain.com/system/index.php?S=0&amp;C=edit&amp;M=edit_entry&amp;weblog_id=4&amp;entry_id=15</span>
</code></div><p>
This isn&#8217;t hard coded, I&#8217;ll pull the weblog ID and Entry_ID dynamically from the entry.
</p>
<p>
So on my MSM enabled site, I have a stand alone login form, and I get feedback that I am indeed logged in, but when I click my &#8220;edit entry&#8221; button, I get a message saying"You are not authorized to post in this weblog&#8221; (I am a superadmin.)
</p>
<p>
Apparently I have to goto the CP and switch to the site I am wanting to work edit and then the my &#8220;edit entry&#8221; button works.
</p>
<p>
Bizarro. Right now my settings are to use cookies. (on all the sites). Is there something I am missing here? Seems like a superadmin should be able to edit anything anytime anywhere. Or is there a way to indicate the &#8220;site&#8221; I access in my URL?
</p>
<p>
Oh, and one more thing, I can&#8217;t logout of the CP. Logout just brings me back to the CP home.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>2nd area of weblog posting on a page screwed up</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/84555/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.84555</id>
      <published>2008-07-08T20:45:17Z</published>
      <updated></updated>
      <author><name>dbonneville</name></author>
      <content type="html">
      <![CDATA[
        <p>I have some pages with 2 main sections. The first is the blog post permalink, which works fine. The second area is a footer where I&#8217;m highlighting some featured articles.
</p>
<p>
The featured articles code specifies the blogs and category ID for each blog to pull from, and limits it to 3 selections:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"ideas_blog|personal_blog" </span><span style="color: #0000BB">category_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"22|24" </span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"3"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"featured-item-holder"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div id</span><span style="color: #007700">=</span><span style="color: #DD0000">"featured-content-left"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h1</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h1</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">word_limit total</span><span style="color: #007700">=</span><span style="color: #DD0000">"40"</span><span style="color: #0000BB">&#125;&#123;body&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">word_limit&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"featured-content-footer"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;if weblog </span><span style="color: #007700">== </span><span style="color: #DD0000">"Poetry &amp; Musings Blog"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title_permalink=posner/blog_personal_comments&#125;"</span><span style="color: #007700">&gt;continue </span><span style="color: #0000BB">reading </span><span style="color: #007700">&amp;</span><span style="color: #0000BB">raquo</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;if</span><span style="color: #007700">:elseif </span><span style="color: #0000BB">weblog </span><span style="color: #007700">== </span><span style="color: #DD0000">"Ideas Blog"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title_permalink=posner/blog_main_comments&#125;"</span><span style="color: #007700">&gt;continue </span><span style="color: #0000BB">reading </span><span style="color: #007700">&amp;</span><span style="color: #0000BB">raquo</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;</span>
</code></div><p>
</p>
<p>
This footer is on many pages of the website, from the home page, to the weblog homepages (there are a few). But when I get to the permalink page, the code above gets confused and is simply pulling the article already on the page into itself, ignoring the calls to pull from the specific category IDs from the other 2 blogs.
</p>
<p>
Here are 2 examples of the footer code working properly:
</p>
<p>
<a href="http://posner.bonfx.com/index.php/posner/blog_main/">http://posner.bonfx.com/index.php/posner/blog_main/</a>
<br />
<a href="http://posner.bonfx.com/index.php/posner/blog_personal/">http://posner.bonfx.com/index.php/posner/blog_personal/</a>
</p>
<p>
And here are 2 pages that are NOT working:
</p>
<p>
<a href="http://posner.bonfx.com/index.php/posner/email_this_page/176/">http://posner.bonfx.com/index.php/posner/email_this_page/176/</a>
<br />
<a href="http://posner.bonfx.com/index.php/posner/blog_personal_comments/cycling-my-saviour/">http://posner.bonfx.com/index.php/posner/blog_personal_comments/cycling-my-saviour/</a>
</p>
<p>
The code for the featured items is a template, btw, so it&#8217;s not a cut and paste error.
</p>
<p>
Something is messing with EE to trick the above code into NOT pulling from the correct blogs. There aren&#8217;t any global variables in either of the 2 templates that aren&#8217;t working&#8230;
</p>
<p>
Help!
</p>
<p>
Doug
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>URLs and MSM confusion</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/84565/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.84565</id>
      <published>2008-07-08T23:06:02Z</published>
      <updated></updated>
      <author><name>GulfWeb2000</name></author>
      <content type="html">
      <![CDATA[
        <p>I added a second site as an add on domain using the MSM.&nbsp; 
</p>
<p>
In Admin/SystemPref/GeneralConfig I set the root to this second site as http://www.domainTWO.net/site/ 
</p>
<p>
After creating a new template group and setting the basepath to the new template file directory to /home/username/public_html/domainTWO.net/site/templates/  
</p>
<p>
I edited the index file and then when I try to view the file I get a redirect page with the following URL: http://www.domainTWO.net/site/index.php?URL=http://www.domainTWO.net/site/index.php/site/index/
</p>
<p>
with the following text on the redirect page:
</p>
<p>
To proceed to the URL you have requested, click the link below:
<br />
http://www.domainTWO.net/site/index.php/site/index/
</p>
<p>
When I go to the redirect link the page is displaying exactly as it should.
</p>
<p>
This is giving me nightmares for three days trying to understand it. HELP!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to pass a permalink to a print page&#63;</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/84561/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.84561</id>
      <published>2008-07-08T21:39:08Z</published>
      <updated></updated>
      <author><name>dbonneville</name></author>
      <content type="html">
      <![CDATA[
        <p><a href="http://posner.bonfx.com/index.php/posner/print/176/">http://posner.bonfx.com/index.php/posner/print/176/</a>
</p>
<p>
I want to pass the permalink from various blogs into a generic print page, and print the URL of the permalink to the article, not the link to the print version of the page, as in the example above. There are several blogs that would need to use this common page, so getting the right blog name in the URL is imperative. I can&#8217;t seem to locate help on how to do this in the forum or docs.
</p>
<p>
Thanks,
</p>
<p>
Doug
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Problem with wiki:category_articles and pagination</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/83113/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.83113</id>
      <published>2008-06-23T13:39:58Z</published>
      <updated>2008-06-23T13:45:42Z</updated>
      <author><name>Justin (Hop Studios)</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m running into an issue with pagination in &#123;wiki:category_articles&#125;.&nbsp; Without pagination, the tag works as expected.&nbsp; With pagination, pagination works but other EE variables (header, footer, etc.) in that tag are not parsed.&nbsp; Also, with pagination, the rendered page displays an error up top: 
</p>
<blockquote><p>Notice: Undefined index: paginate in &lt;snip&gt;/modules/wiki/mod.wiki.php on line 4942 </p></blockquote>
<p>
Here&#8217;s the code:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;wiki</span><span style="color: #007700">:</span><span style="color: #0000BB">category_articles limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"20"</span><span style="color: #0000BB">&#125;<br /><br />&#123;header&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">There &#123;if articles_total </span><span style="color: #007700">== </span><span style="color: #DD0000">'1'</span><span style="color: #0000BB">&#125;is 1 article&#123;if</span><span style="color: #007700">:</span><span style="color: #0000BB">else&#125;are &#123;articles_total&#125; articles&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125; in </span><span style="color: #DD0000">"&#123;topic&#125;"</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">header&#125;<br /><br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path:view_article&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br /><br /></span><span style="color: #0000BB">&#123;footer&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">footer&#125;<br /><br />&#123;paginate&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br </span><span style="color: #007700">/&gt;&lt;</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Page &#123;current_page&#125; of &#123;total_pages&#125; pages &#123;pagination_links&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">paginate&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">wiki</span><span style="color: #007700">:</span><span style="color: #0000BB">category_articles&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;</span>
</code></div><p>
</p>
<p>
I&#8217;ve experimented with putting the pagination block in the footer, the header, between the footer and the header, and so on, but that hasn&#8217;t changed the result.
</p>
<p>
This is in EE 1.6.3, build 20080421, on PHP Version 4.3.11.
</p>
<p>
This appears to have been discussed <a href="http://expressionengine.com/forums/viewthread/60878/">in this thread</a>, but it&#8217;s not clear whether it was resolved.
</p>
<p>
Does anyone have any tips for getting past this?&nbsp; Thanks!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Blank screen when adding forum post after save in publish admin area</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/75049/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.75049</id>
      <published>2008-03-25T13:58:54Z</published>
      <updated></updated>
      <author><name>drawbob</name></author>
      <content type="html">
      <![CDATA[
        <p>Been searching the forums and I can&#8217;t find an answer to this.
</p>
<p>
I upgraded from the free version to the paid version plus the forum module.&nbsp; Now, when I want to publish a post AND enter a forum post at the same time, after I hit quicksave I get a blank screen.&nbsp; The funny thing is everything happens as it should.&nbsp; I hit the back button and everything is fine.&nbsp; Both posts get posted.&nbsp; This only happens when I add a forum post.&nbsp; If one is not added then the blank screen does not appear.&nbsp; 
</p>
<p>
Hope I was clear and thank you in advance.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>customize an error page</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/66133/" />      
      <id>tag:expressionengine.com,2007:forums/viewthread/.66133</id>
      <published>2007-11-30T13:47:49Z</published>
      <updated></updated>
      <author><name>josephvv</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,
</p>
<p>
I hoping the helpful ppl at EE can help me out .. again.
</p>
<p>
If you go to a form and not submit any info and just click &#8216;submit&#8217; I get a page that reads
</p>
<p>
<b>The form you submitted contained the following errors
</p>
<p>
    * The following field is required: First Name
<br />
    * The following field is required: Email
</p>
<p>
Return to Previous Page
<br />
</b>
</p>
<p>
That&#8217;s perfect...BUT,
</p>
<p>
How do I customize that page to have the look and feel of the website?? right now it has the garden variety look to it..
</p>
<p>
thanks in advance!
</p>
<p>
_joseph
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>index works, but nothing else</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/84443/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.84443</id>
      <published>2008-07-07T20:42:45Z</published>
      <updated></updated>
      <author><name>drawbob</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all, this is about the second site I&#8217;ve built using EE.&nbsp; The first one went pretty smoothly.&nbsp; Both times I developed on my mac and transferred when close to done.&nbsp; Well the second time I almost have it, but am having one pretty big issue.&nbsp; The home page works fine (www.tablecritic.com/tc), but any other links bring up a 404 page.&nbsp; I&#8217;ve went in and changed all the settings and set the config file etc, but I can&#8217;t figure this out!&nbsp; Any help would be greatly appreciated&#8230;
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Wiki problems after updating</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/84543/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.84543</id>
      <published>2008-07-08T18:03:27Z</published>
      <updated>2008-07-08T19:47:36Z</updated>
      <author><name>alex7</name></author>
      <content type="html">
      <![CDATA[
        <p>Well, after updated to the latest EE version (20080626) I found that I completely loose ability to post images and links to my Wiki using HTML syntax. For example, I&#8217;m trying to place next code into my wiki page:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://www.example.com/"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Go to Example</span><span style="color: #007700">.</span><span style="color: #0000BB">com</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;</span>
</code></div><p>
</p>
<p>
After publishing an article in wiki all I&#8217;ve got is nonworking link with the source:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">a </span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Go to Example</span><span style="color: #007700">.</span><span style="color: #0000BB">com</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;</span>
</code></div><p>
</p>
<p>
Everything else just cutting out from the code somehow. Before updating everything was OK, and I did not change anything in CP. And yes, in Wiki&#8217; module I&#8217;ve got &#8220;Allow ALL HTML&#8221;. What should I do now and is there a way to reupdate to previous version of EE?
</p>
      ]]>
      </content>
    </entry>


</feed>