• [Mod] Add a keyword list to the search form v.2 5 0 5 1
Currently:  

Author Topic: [Mod] Add a keyword list to the search form v.2  (Read 105107 times)

0 Members and 1 Guest are viewing this topic.

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: [Mod] Add a keyword list to the search form v.2
« Reply #60 on: September 02, 2010, 09:28:03 PM »
i need help
i have a problem after i use 4image 1.7.8

after i use migrate keywords to change the space to , its ok but it make problem with this mod have a look

http://www.arabmobile.mobi/c/cell/search.php

please wait until the page open
« Last Edit: September 06, 2010, 12:20:55 AM by nameless »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: problem in the search after useing 1.7.8
« Reply #61 on: September 04, 2010, 04:48:13 PM »
What mod?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: [Mod] Add a keyword list to the search form v.2
« Reply #62 on: September 06, 2010, 12:26:55 AM »
thanks v@no

this mod
[Mod] Add a keyword list to the search form v.2
http://www.4homepages.de/forum/index.php?topic=3850

you can see 1.7.8 need , to Separates between keywords and this mod need space to Separates between keywords

see what happen here

http://www.arabmobile.mobi/c/cell/search.htm

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Add a keyword list to the search form v.2
« Reply #63 on: September 06, 2010, 02:02:30 AM »
in search.php replace
  $search_keyword_list implode(" "$HTTP_POST_VARS['search_keyword_list']);

With this:
  $search_keyword_list implode(","$HTTP_POST_VARS['search_keyword_list']);

I think this should be enough.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: [Mod] Add a keyword list to the search form v.2
« Reply #64 on: September 06, 2010, 09:40:55 PM »
thanks thanks V@no

i make it but i have to replace another one in  includes/functions.php

$explode_array = explode(" ",$Name);

replace with this

$explode_array = explode(",",$Name);

thank you againe V@no for all your help

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: [Mod] Add a keyword list to the search form v.2
« Reply #65 on: May 19, 2011, 06:50:01 PM »
hi every one

i upgrade to 4image 1.7.10

and this mod is very important for me
I have a mobile site
so it help user when they search for a mobile with some Special specifications

it was work before now

when i  Choose 1 keywords ok it work and gave me Results
but when i choose 2 or more keywords using ctrl key it does't work and gave me no Results

for example
when i choose 2011 and camera
it be like this camera,2011 and no results
i thinlk it must me camera and 2011