Die Suche ergab 9 Treffer

von fahraeus
Do 19.Jan, 2006 00:25
Forum: phpBB 2.x
Thema: How to make search profile fields mod do this...
Antworten: 2
Zugriffe: 888

Yes, I've been staring at the code for a while now, and I understand. If you come up with a solution, please let me now?

Would it be possible for instance to chance the code so it searched for whole words?
von fahraeus
Mi 18.Jan, 2006 20:35
Forum: phpBB 2.x
Thema: How to make search profile fields mod do this...
Antworten: 2
Zugriffe: 888

How to make search profile fields mod do this...

Your phpBB Version: Vanilla phpBB 2.0.19
MODs: No
Your knowledge: Basic Knowledge
Boardlink: [url]http://[/url]

PHP Version:
MySQL Version:


What have you done before the problem was there?
not applicable


What have you already tryed to solve the problem?
not applicable ...
von fahraeus
Mi 28.Dez, 2005 19:37
Forum: phpBB 2.x
Thema: Search Profile Fields mod
Antworten: 5
Zugriffe: 1028

Hi, and thanks... I have not yet tried the above solution because...

Hm, the search will not differ between upper and lower case words...
Try this:

The search does differ between lower and upper cases. With english characters there is no problem at all. Problem is only with characters outside A ...
von fahraeus
Mi 28.Dez, 2005 05:35
Forum: phpBB 2.x
Thema: Search Profile Fields mod
Antworten: 5
Zugriffe: 1028

[quote="oxpus - Wed 28.Dec, 2005 00:54";p="51081"]Does the "normal" search still works?[/quote]

Hi again Oxpus!

I have checked and You are correct, the normal search seems to be the root of the problem NOT your mod.

Example: When I search on your board for the word "ähnlich" (lowercase ä) or ...
von fahraeus
Di 27.Dez, 2005 21:58
Forum: phpBB 2.x
Thema: Search Profile Fields mod
Antworten: 5
Zugriffe: 1028

Search Profile Fields mod

Your phpBB Version: Vanilla phpBB 2.0.18
MODs: No
Your knowledge: Intermediate
Boardlink: [url]http://[/url]

PHP Version:
MySQL Version:


What have you done before the problem was there?
none


What have you already tryed to solve the problem?
I have tried str_replace('å ...
von fahraeus
Fr 02.Dez, 2005 16:10
Forum: phpBB 2.x
Thema: Help to change code in Search in userprofiles mod, please.
Antworten: 7
Zugriffe: 210

OXPUS!

It seems to work.

Can't thank you enough, so I'll just say thank you!

Thank you!
von fahraeus
Fr 02.Dez, 2005 12:27
Forum: phpBB 2.x
Thema: Help to change code in Search in userprofiles mod, please.
Antworten: 7
Zugriffe: 210

It seems closer. I changed to code above.

I created an account named Testaccount, and in profile entered

Location: location1
Occupation: occupation1
Interests: interest1, interest2, interest3

Now if you search for any single word above it works

But if you search for multiple words only ONE ...
von fahraeus
Fr 02.Dez, 2005 01:49
Forum: phpBB 2.x
Thema: Help to change code in Search in userprofiles mod, please.
Antworten: 7
Zugriffe: 210

Thank you for such fast reply.

But when I make above change, no search results are found at all.

Any idea?
von fahraeus
Do 01.Dez, 2005 17:32
Forum: phpBB 2.x
Thema: Help to change code in Search in userprofiles mod, please.
Antworten: 7
Zugriffe: 210

Help to change code in Search in userprofiles mod, please.

Your phpBB Version: Vanilla phpBB 2.0.18
MODs: No
Your knowledge: Basic Knowledge
Boardlink: [url]http://[/url]

PHP Version:
MySQL Version:


What have you done before the problem was there?
nothing


What have you already tryed to solve the problem?
searching all over the net for a ...