Search found 5 matches

by fledeboer
Thu Jun 22, 2006 1:45 pm
Forum: General discussions
Topic: Vorschaubilder im Editor
Replies: 5
Views: 9832

Vielen Dank für die schnelle Antwort.

Dann warten wir mal ab. :-)
by fledeboer
Thu Jun 22, 2006 1:41 pm
Forum: General discussions
Topic: Vorschaubilder im Editor
Replies: 5
Views: 9832

Bildeditor

Hallo allerseits,

hat sich hier evtl. schon etwas getan?
Ich friemel an dem Editor ein wenig rum.
Die Thumbnails sind das eine Problem. Was ich nicht ganz zun
laufen bekomme, ist die Möglichkeit der Bildbearbeitung.
Ich habe es mit GD und IM getestet.
Beide laufen auf dem System. Ich habe sie ...
by fledeboer
Wed Jun 21, 2006 2:17 pm
Forum: Bug reports
Topic: different fulltext search results that should be identical?
Replies: 3
Views: 6754

extend the dirty hack...

At line 1515 in functions.php:



/** This line is new **/
$num = 0;
/******************/

if (0 == $num) {
$keys = preg_split("/\s+/", $begriff);
$numKeys = count($keys);
$where = '';
for ($i = 0; $i < $numKeys; $i++) {
if (strlen($where) != 0 ) {
// $where = $where." OR ";

//** And here ...
by fledeboer
Wed Jun 21, 2006 2:05 pm
Forum: Bug reports
Topic: different fulltext search results that should be identical?
Replies: 3
Views: 6754

I found an other article...

Have a look at http://forum.phpmyfaq.de/viewtopic.php?t=1531&highlight=suche

The problem is based on the oddly fulltext search functionality by MySQL. :-)

I "fixed" it for me by a dirty hack...

functions.php -> Line 1517 -> before the "if" syntax.

$num = 0; ;-)


But if i include this dirty ...
by fledeboer
Wed Jun 21, 2006 1:17 pm
Forum: Bug reports
Topic: different fulltext search results that should be identical?
Replies: 3
Views: 6754

different fulltext search results that should be identical?

Hello there. I hope you can help me handeling this problem...

Initial Position:
There a 11 articles including the word "problem" in the db-fields "keywords","thema" or "content". The 11 articles are found by using
phpmyadmin and a "normal" like sql statement.

Problem:
If I use the fulltext ...