26 (edited by Nonante 2011-01-14 20:54)

Re: Fancy Similar Topics

Hello,

Sorry for the long answer, but I was pretty busy in recent days.
I am currently installing this extension, after enabling the option for the guests, it works.

Eg: http://nonante.eu/post/80284/

The problem would therefore be one of the extensions installed, at least that's what seems most plausible.


Thank you dimkalinux

I don't speak English, but Google Translate is doing pretty good.

27

Re: Fancy Similar Topics

Nonante wrote:

Hello,

Sorry for the long answer, but I was pretty busy in recent days.
I am currently installing this extension, after enabling the option for the guests, it works.

Eg: http://nonante.eu/post/80284/

The problem would therefore be one of the extensions installed, at least that's what seems most plausible.


Thank you dimkalinux

The problem appears to be that I am an idiot. I couldn't find the guest setting and was only seeing two options:
- Show similar topics
- Search similar topics

It works perfectly now. Many apologies for the hassle and my retardness.

Re: Fancy Similar Topics

\o/ ok  big_smile
No worries, it can happen wink

I don't speak English, but Google Translate is doing pretty good.

29 (edited by xper 2011-03-16 17:49)

Re: Fancy Similar Topics

Works perfectly

Thanks __/|\__

30 (edited by Popov 2011-09-03 08:56)

Re: Fancy Similar Topics

This extension is really useful. Thank you Dimkalinux!

However I notice an issue.

My forum is at _http://forexsb.com/forum/
I also have redirection to it from _http://forum.forexsb.com/

The redirection is:

# 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]

An error appear when I visit the forum from the second url:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in .../forum/extensions/fancy_simtopics/functions.inc.php on line 5


Any ideas for fix?

I'm using PunBB at Forex Forum since 2006.

31

Re: Fancy Similar Topics

Pls update for 1.4.2

32 (edited by AlexThunder 2012-02-16 20:25)

Re: Fancy Similar Topics

Bane95 wrote:

Pls update for 1.4.2

Seems to work. You just need to change the manifest so that min/max versions look like

<minversion>1.3</minversion>
<maxtestedon>1.4.2</maxtestedon>

33

Re: Fancy Similar Topics

I like it
Thanks

34

Re: Fancy Similar Topics

If you change line 95 of functions.inc.php, as it's shown below, you'll get the similar topics in an regular forum box:

Original Line 95:
return !empty($topic_links) ? sprintf('<div id="fancy_simtopics_block" class="brd crumbs"><h3>'.$header.'</h3><ul>%s</ul></div>', implode(' ', $topic_links)) : '';

Changed Line 95:
return !empty($topic_links) ? sprintf('<div class="main-subhead"><h2 class="hn">'.$header.'</h2></div><div class="main-content"><ul>%s</ul></div>', implode(' ', $topic_links)) : '';

http://s5.postimage.org/7281sn1wj/sim_topics_in_box.jpg

I'm using PunBB at Forex Forum since 2006.

35

Re: Fancy Similar Topics

Hey! What about adding MySQL (InnoDB) support?

Re: Fancy Similar Topics

Hey! InnoDB doesnt support Full Text search.