<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Show images in posts Bug ?]]></title>
		<link>https://punbb.informer.com/forums/topic/20208/show-images-in-posts-bug/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/20208/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Show images in posts Bug ?.]]></description>
		<lastBuildDate>Mon, 10 Nov 2008 15:52:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119084/#p119084</link>
			<description><![CDATA[<p>I think you placed the piece of code somewhere it shouldn&#039;t be.</p><p>Try using the <a href="http://garciat.us.to/code/punbb/parser.php">parser.php</a> I provided.</p><p><strong>Note:</strong> This is only for PunBB 1.2.20</p>]]></description>
			<author><![CDATA[null@example.com (User33)]]></author>
			<pubDate>Mon, 10 Nov 2008 15:52:43 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119084/#p119084</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119079/#p119079</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Parse error: parse error, expecting `T_VARIABLE&#039; or `&#039;$&#039;&#039; in /home/httpd/vhosts/aaa/httpdocs/include/parser.php on line 304</p><p>Fatal error: Call to undefined function: parse_message() in /home/httpd/vhosts/aaa/httpdocs/viewtopic.php on line 583</p></blockquote></div><p>include/parser.php on line 304</p><div class="codebox"><pre><code>        $link = ((strlen($link) &gt; 55) ? substr($link, 0 , 39).&#039; &amp;hellip; &#039;.substr($, -10) : $link);</code></pre></div><p>viewtopic.php on line 583</p><div class="codebox"><pre><code>    $cur_post[&#039;message&#039;] = parse_message($cur_post[&#039;message&#039;], $cur_post[&#039;hide_smilies&#039;]);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (FruitCake)]]></author>
			<pubDate>Mon, 10 Nov 2008 15:07:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119079/#p119079</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119038/#p119038</link>
			<description><![CDATA[<p>Add:<br /></p><div class="codebox"><pre><code>    if($link!=$full_url &amp;&amp; stripos($link, &#039;[img]&#039;)!==false &amp;&amp; $pun_user[&#039;show_img&#039;] == &#039;0&#039;)
    {
        $link = str_ireplace(array(&quot;[img]&quot;, &quot;[/img]&quot;), &quot;&quot;, $link);
        $link = ((strlen($link) &gt; 55) ? substr($link, 0 , 39).&#039; &amp;hellip; &#039;.substr($, -10) : $link);
    }</code></pre></div><p>to <strong>Line 276</strong> on &#039;<strong>include/parser.php</strong>&#039;.</p><p>or download the file from <a href="http://garciat.us.to/code/punbb/parser.php">http://garciat.us.to/code/punbb/parser.php</a> (right-click &gt; save as...)</p>]]></description>
			<author><![CDATA[null@example.com (User33)]]></author>
			<pubDate>Sun, 09 Nov 2008 18:10:42 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119038/#p119038</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119036/#p119036</link>
			<description><![CDATA[<div class="quotebox"><cite>Garciat wrote:</cite><blockquote><p>If Anatoly tells me what file to edit, I can edit it for you...</p></blockquote></div><p>Here: <a href="http://punbb.informer.com/trac/browser/punbb/trunk/upload/include/parser.php?rev=621#L284">http://punbb.informer.com/trac/browser/ … v=621#L284</a></p>]]></description>
			<author><![CDATA[null@example.com (Anatoly)]]></author>
			<pubDate>Sun, 09 Nov 2008 16:09:12 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119036/#p119036</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119032/#p119032</link>
			<description><![CDATA[<p>parser.php ?</p>]]></description>
			<author><![CDATA[null@example.com (FruitCake)]]></author>
			<pubDate>Sun, 09 Nov 2008 15:37:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119032/#p119032</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119027/#p119027</link>
			<description><![CDATA[<p>Oh, I kinda get what you mean now.</p><p>If Anatoly tells me what file to edit, I can edit it for you so the BBCode shows something like this instead:<br /><a href="http://punbb.informer.com/">http://punbb.informer.com/img/slick_punbb/logo_2_left.png</a></p>]]></description>
			<author><![CDATA[null@example.com (User33)]]></author>
			<pubDate>Sun, 09 Nov 2008 15:00:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119027/#p119027</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119023/#p119023</link>
			<description><![CDATA[<p>i want it to show URL in </p><div class="codebox"><pre><code>[url=......]</code></pre></div><p>not image URL</p><p><img src="https://punbb.informer.com/forums/img/smilies/roll.png" width="15" height="15" alt="roll" />:rolleyes::rolleyes:</p>]]></description>
			<author><![CDATA[null@example.com (FruitCake)]]></author>
			<pubDate>Sun, 09 Nov 2008 13:07:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119023/#p119023</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119013/#p119013</link>
			<description><![CDATA[<p>Moved to &quot;Feature request&quot; forum.</p><p>You may just modify 1.2.20 the way you like it :-)</p>]]></description>
			<author><![CDATA[null@example.com (Anatoly)]]></author>
			<pubDate>Sun, 09 Nov 2008 09:31:55 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119013/#p119013</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/119006/#p119006</link>
			<description><![CDATA[<p>You want it to show the image&#039;s URL instead?</p>]]></description>
			<author><![CDATA[null@example.com (User33)]]></author>
			<pubDate>Sat, 08 Nov 2008 23:39:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119006/#p119006</guid>
		</item>
		<item>
			<title><![CDATA[Show images in posts Bug ?]]></title>
			<link>https://punbb.informer.com/forums/post/118995/#p118995</link>
			<description><![CDATA[<p>I use punBB 1.2.20</p><p>I click in Profile &gt; Display &gt; uncheck <strong>Show images in posts.</strong></p><p>and when I come in topic</p><p>Ex. have message like this</p><div class="codebox"><pre><code>[url=http://punbb.informer.com/][img]http://punbb.informer.com/img/slick_punbb/logo_2_left.png[/img][/url]</code></pre></div><p>in show like this</p><p><a href="http://punbb.informer.com/img/slick_punbb/logo_2_left.png">&lt;image&gt;</a></p><p>I think why not show url but show url image</p><br /><p>sorry my bad english</p>]]></description>
			<author><![CDATA[null@example.com (FruitCake)]]></author>
			<pubDate>Sat, 08 Nov 2008 15:52:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/118995/#p118995</guid>
		</item>
	</channel>
</rss>
