Author Topic: 4images did not search in additional fields  (Read 6337 times)

0 Members and 1 Guest are viewing this topic.

Offline vlad

  • Pre-Newbie
  • Posts: 1
    • View Profile
4images did not search in additional fields
« on: June 05, 2003, 03:31:22 PM »
4images did not search in additional fields
How to fix???

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
4images did not search in additional fields
« Reply #1 on: June 05, 2003, 04:03:33 PM »
search the forum  :roll:
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 Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
4images did not search in additional fields
« Reply #2 on: June 05, 2003, 05:39:45 PM »
Jan posted instructions about how to search additional fields.  It's in one of the other forums.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline airliner

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: 4images did not search in additional fields
« Reply #4 on: August 28, 2009, 01:28:57 PM »
Hello,

Just been tweaking with the 4images. Great product, outstands most of the payware out there.

I'm doing a airplane gallery site.
I want to add the additional fields for the upload page and for the search engine.

I took a look at the link given above which only corresponds to one field. What if I want to use a dropdown?


<SELECT NAME="airplanes">
<OPTION SELECTED VALUE="">Select...</OPTION>
<OPTION>boeing</OPTION>
<OPTION>airbus</OPTION>
<OPTION>helicopter</OPTION>
</SELECT>

Shold it be something similiar like,
ALTER TABLE 4images_wordmatch ADD photographer_match TINYINT(1) DEFAULT '0' NOT NULL;


image_airplanes" => "pairplane_match


Thanx in advance