<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Fancy Similar Topics]]></title>
		<link>https://punbb.informer.com/forums/topic/23823/fancy-similar-topics/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/23823/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Fancy Similar Topics.]]></description>
		<lastBuildDate>Wed, 29 May 2013 16:46:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/149480/#p149480</link>
			<description><![CDATA[<p>Hey! InnoDB doesnt support Full Text search.</p>]]></description>
			<author><![CDATA[null@example.com (dimkalinux)]]></author>
			<pubDate>Wed, 29 May 2013 16:46:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/149480/#p149480</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/149479/#p149479</link>
			<description><![CDATA[<p>Hey! What about adding MySQL (InnoDB) support?</p>]]></description>
			<author><![CDATA[null@example.com (Trace)]]></author>
			<pubDate>Wed, 29 May 2013 14:57:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/149479/#p149479</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/143966/#p143966</link>
			<description><![CDATA[<p>If you change line 95 of functions.inc.php, as it&#039;s shown below, you&#039;ll get the similar topics in an regular forum box:</p><div class="codebox"><pre><code>Original Line 95:
return !empty($topic_links) ? sprintf(&#039;&lt;div id=&quot;fancy_simtopics_block&quot; class=&quot;brd crumbs&quot;&gt;&lt;h3&gt;&#039;.$header.&#039;&lt;/h3&gt;&lt;ul&gt;%s&lt;/ul&gt;&lt;/div&gt;&#039;, implode(&#039; &#039;, $topic_links)) : &#039;&#039;;

Changed Line 95:
return !empty($topic_links) ? sprintf(&#039;&lt;div class=&quot;main-subhead&quot;&gt;&lt;h2 class=&quot;hn&quot;&gt;&#039;.$header.&#039;&lt;/h2&gt;&lt;/div&gt;&lt;div class=&quot;main-content&quot;&gt;&lt;ul&gt;%s&lt;/ul&gt;&lt;/div&gt;&#039;, implode(&#039; &#039;, $topic_links)) : &#039;&#039;;</code></pre></div><p><a href="http://postimage.org/image/7281sn1wj/"><span class="postimg"><img src="http://s5.postimage.org/7281sn1wj/sim_topics_in_box.jpg" alt="http://s5.postimage.org/7281sn1wj/sim_topics_in_box.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Fri, 17 Feb 2012 12:43:08 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/143966/#p143966</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/143958/#p143958</link>
			<description><![CDATA[<p>I like it<br />Thanks</p>]]></description>
			<author><![CDATA[null@example.com (Jaizu)]]></author>
			<pubDate>Thu, 16 Feb 2012 22:15:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/143958/#p143958</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/143953/#p143953</link>
			<description><![CDATA[<div class="quotebox"><cite>Bane95 wrote:</cite><blockquote><p>Pls update for 1.4.2</p></blockquote></div><p>Seems to work. You just need to change the manifest so that min/max versions look like<br /></p><div class="codebox"><pre><code>&lt;minversion&gt;1.3&lt;/minversion&gt;
&lt;maxtestedon&gt;1.4.2&lt;/maxtestedon&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (AlexThunder)]]></author>
			<pubDate>Thu, 16 Feb 2012 20:03:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/143953/#p143953</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/143785/#p143785</link>
			<description><![CDATA[<p>Pls update for 1.4.2</p>]]></description>
			<author><![CDATA[null@example.com (Bane95)]]></author>
			<pubDate>Sat, 11 Feb 2012 12:19:12 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/143785/#p143785</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/141039/#p141039</link>
			<description><![CDATA[<p>This extension is really useful. Thank you Dimkalinux!</p><p>However I notice an issue.</p><p>My forum is at _http://forexsb.com/forum/<br />I also have redirection to it from _http://forum.forexsb.com/</p><p>The redirection is:<br /></p><div class="codebox"><pre><code># Redirerct subdomeins
RewriteEngine on
RewriteCond %{HTTP_HOST} ^forum.forexsb.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.forum.forexsb.com$
RewriteRule ^(.*)$ http://forexsb.com/forum/$1 [R=301,L]</code></pre></div><p>An error appear when I visit the forum from the second url:</p><div class="quotebox"><blockquote><p>Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#039;}&#039; in .../forum/extensions/fancy_simtopics/functions.inc.php on line 5</p></blockquote></div><br /><p>Any ideas for fix?</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sat, 03 Sep 2011 08:53:13 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/141039/#p141039</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/139510/#p139510</link>
			<description><![CDATA[<p>Works perfectly </p><p>Thanks __/|\__</p>]]></description>
			<author><![CDATA[null@example.com (xper)]]></author>
			<pubDate>Wed, 16 Mar 2011 17:49:12 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139510/#p139510</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/139078/#p139078</link>
			<description><![CDATA[<p>\o/ ok&nbsp; <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> <br />No worries, it can happen <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (Nonante)]]></author>
			<pubDate>Fri, 14 Jan 2011 22:01:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139078/#p139078</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/139077/#p139077</link>
			<description><![CDATA[<div class="quotebox"><cite>Nonante wrote:</cite><blockquote><p>Hello,</p><p>Sorry for the long answer, but I was pretty busy in recent days.<br />I am currently installing this extension, after enabling the option for the guests, it works.</p><p>Eg: <a href="http://nonante.eu/post/80284/">http://nonante.eu/post/80284/</a></p><p>The problem would therefore be one of the extensions installed, at least that&#039;s what seems most plausible.</p><br /><p>Thank you dimkalinux</p></blockquote></div><p>The problem appears to be that I am an idiot. I couldn&#039;t find the guest setting and was only seeing two options:<br />- Show similar topics<br />- Search similar topics</p><p>It works perfectly now. Many apologies for the hassle and my retardness.</p>]]></description>
			<author><![CDATA[null@example.com (wandy)]]></author>
			<pubDate>Fri, 14 Jan 2011 21:43:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139077/#p139077</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/139076/#p139076</link>
			<description><![CDATA[<p>Hello,</p><p>Sorry for the long answer, but I was pretty busy in recent days.<br />I am currently installing this extension, after enabling the option for the guests, it works.</p><p>Eg: <a href="http://nonante.eu/post/80284/">http://nonante.eu/post/80284/</a></p><p>The problem would therefore be one of the extensions installed, at least that&#039;s what seems most plausible.</p><br /><p>Thank you dimkalinux</p>]]></description>
			<author><![CDATA[null@example.com (Nonante)]]></author>
			<pubDate>Fri, 14 Jan 2011 20:51:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139076/#p139076</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/139073/#p139073</link>
			<description><![CDATA[<p>other people must have this problem but they probably don&#039;t notice it because they&#039;re always logged in</p>]]></description>
			<author><![CDATA[null@example.com (wandy)]]></author>
			<pubDate>Fri, 14 Jan 2011 13:28:09 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139073/#p139073</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/139062/#p139062</link>
			<description><![CDATA[<div class="quotebox"><cite>wandy wrote:</cite><blockquote><p>does anyone else have this problem or is it just me?</p></blockquote></div><p>Hello,<br />I have not tested this extension, but I install it tonight, I will give my feedback if nobody did it <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (Nonante)]]></author>
			<pubDate>Mon, 10 Jan 2011 14:59:57 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139062/#p139062</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/139061/#p139061</link>
			<description><![CDATA[<p>does anyone else have this problem or is it just me?</p>]]></description>
			<author><![CDATA[null@example.com (wandy)]]></author>
			<pubDate>Mon, 10 Jan 2011 14:55:48 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139061/#p139061</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fancy Similar Topics]]></title>
			<link>https://punbb.informer.com/forums/post/139058/#p139058</link>
			<description><![CDATA[<p>I have configured all the relevant settings and this feature is still not working for guests&nbsp; <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Edit: could it be some conflict with another extension?</p>]]></description>
			<author><![CDATA[null@example.com (wandy)]]></author>
			<pubDate>Sun, 09 Jan 2011 10:39:52 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139058/#p139058</guid>
		</item>
	</channel>
</rss>
