Die Suche ergab 6 Treffer

von koalaii
07.08.2005 03:01
Forum: phpBB 2.0: Mod Support
Thema: similar topics mod - Stopwörter ?
Antworten: 8
Zugriffe: 1053

Another thing (the last) :
ORDER BY topic_time DESC LIMIT 0,5";
That would be great if we can only look at topics posted before the current one. That way, each time we click on the similar topics link, we go further in the past (instead of having always the same 5 similar topics).

Also show to ...
von koalaii
06.08.2005 14:34
Forum: phpBB 2.0: Mod Support
Thema: similar topics mod - Stopwörter ?
Antworten: 8
Zugriffe: 1053

Danke for your answer.


In fact there is a problem with the upper/lower case.

If i remove in function_search the line
$entry = ' ' . strip_tags(strtolower($entry)) . ' ';

then topics with same keywords in different upper/lower case won't match.

If i keep this line then it creates some other ...
von koalaii
06.08.2005 00:41
Forum: phpBB 2.0: Mod Support
Thema: similar topics mod - Stopwörter ?
Antworten: 8
Zugriffe: 1053

Hello, i have a problem with Larsneo mod : when you use it, the first word of each topic title is not use anymore as a keyword for similar topics.

E.g.1
Title : "Italians like Schumacher"
Similar titles : "Super Schumacher", "New win for Schumacher"
not similar : "Schumacher wins" (because ...
von koalaii
04.08.2005 22:28
Forum: phpBB 2.0: Mod Support
Thema: [solved] Mod "Similar topic" : how to search only
Antworten: 2
Zugriffe: 313

Das ist gut (???)

Danke a lot, this is the solution. I could not find the right variable.

Danke.
von koalaii
04.08.2005 19:25
Forum: phpBB 2.0: Mod Support
Thema: [solved] Mod "Similar topic" : how to search only
Antworten: 2
Zugriffe: 313

[solved] Mod "Similar topic" : how to search only

Hello,

Sorry "ich spreche nicht Deutsch" ???

I'm using this great mod and what i would like is this mod only looks after similar topics in the same forum as the active topic.

I think the mod should be basically as follow (line 5) :


// Similar Topics
$sql = "SELECT topic_id
FROM ". TOPICS ...
von koalaii
04.08.2005 13:23
Forum: phpBB 2.0: Mod Support
Thema: Similar Topic - Auffälligkeit
Antworten: 23
Zugriffe: 8467

Posted on a new topic

Zur erweiterten Suche