Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Ofuuzo

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Exact search
« on: August 13, 2002, 03:22:37 PM »
Hi,
I added a function whichI call a quick search dropdown list:

<form>
<select name="quick_search">
<option value="">Quick search list</option>
<option value="../search.php?search_keywords=Jan Great ">Jan</option>
<option value="../search.php?search_keywords=Nicky Best"> Nicky</option>
.......

How can I make it to search exactly  for "Jan Great" and the result of the search will be only where "Jan Great" are found and not
occurrence of "Jan Peter", "John the Great", "Jan Great",...

Can you point me in which files I have to look or how I can do that in version 1.6. 1

Thanks.
Ofuuzo

2
Mods & Plugins (Requests & Discussions) / Fixed width for thumnail
« on: August 07, 2002, 01:58:21 PM »
My media image varies in width and length, but is it it possible to make all the thumnails to have a fixed width of 150?  

- Ofuuzo

3
Tutorials / [Tutorial] Making additional field searchable
« on: August 06, 2002, 05:21:37 PM »
- first only a englisch version ...
- eine deutsche Version kommt bald ... oder später ... ;) ... zwischenzeitlich nutze diese Deutsche-Google-Übersetzung ...



I have added a field to the database to show not only the keywords, description, date ... . How can I make it searchable just like keywords, and description fields?

Thanks.

- Ofuuzo

4
hi,
In admin,  when I enter the following at the keywords field:
4image is good, testing man, mods and anspasungen

images.php will first remove all the ","  and it will appear in the db as follows:
4image is good  testing man  mods and anspasungen

At details.php,  I will like it to appear as I entered them:
4image is good, testing man, mods and anspasungen

Can you point me in which files I have to look or how I can do that?

Thanks in advance.

Ofuuzo

5
I have added a field to the database to show not only the keywords, description, date ... I called the field "image_date_range". I then imported from an old textfile database to 4image database the following values in "image_date_range" field:

image_Id ... image_date_range
00               ca. 1900 =>meaning approx. 1900
01               1900
02               1900-tallet => meaning 1900 to 1999
03               1950-tallet => meaning 1950 to 1959
04               1725-2001
...

I want to extend search.php (advanced search => Search the following fields) so that when a search parameter is
1800-2000, the result of the search result will be images whose date range are:
ca. 1900
1900
1900-tallet
1950-tallet
1725-2001

When the search parameter is 1900-1949, the result will be
ca. 1900
1900
1900-tallet
1725-2001

When the search parameter is 1950 - 2000, the result will be
1900-tallet
1950-tallet
1725-2001

Can you point me in which files (or functions, arguments) to do that or how I can do that?

Thanks in advance.

- Ofuuzo

6
Hi,

I have a description file for each image:
image00.jpg
image00.txt
....
image009.jpg
image009.txt

Each text file contains the following:

01;Name;'Stein'
02;Decription;testing testing
03;Keywords;stone,bigstone
....

Anyone in the house that have written a related program to import from text files into 4image database?

Thanks in advance
- Ofuuzo

7
Templates & Styles (Requests & Discussions) / Quick seach
« on: June 28, 2002, 12:24:05 PM »
I will like to add a function here I call a quick search dropdown list. For example:
<form>
    <select name="quick_search">
    <option value="">Quick search list</option>
    <option value="../search.php?search_keywords=Jan ">Jan</option>
    <option value="../search.php?search_keywords=Nicky ">Nicky</option>
     .......

Nicky and Jan exist either as image name, description or keywords.

Can you point me in which files I have to look or how I can do that in version 1.6.

Thanks.
Ofuuzo

8
Templates & Styles (Requests & Discussions) / Meta data
« on: June 16, 2002, 07:00:03 PM »
Hi,
In version 1.0, meta data can be added as follows:

file /templates/default/head.html:
  <head>
   ....
   <meta name="dc.description" content="{meta_description}">
   <meta name="dc.keywords" content="{meta_keywords}">

 ..
 </head>

and in file /details.php below  line code:

   ShowImage($img_result, URL_IMAGE_ID."=".$image_id."&amp;", 0);
 
the following is inserted;

 $site_template->register_vars(array("meta_description" =>
                   $img_result['image_description'],
                  "meta_keywords" => $img_result['image_keywords']
                  ));

Can you point me in which files I have to look or how I can do that in version 1.5.

Thanks in advance.

- Ofuuzo

9
Feedback & Suggestions / Want to make certain fields disappear
« on: May 16, 2002, 10:56:15 AM »
Hi,
In files details.php and details.html, I would  like to make for example the field "description" disappear from the browser when an image's description field in the database contains no data. How can I do that?

- Ofuuzo

10
Feedback & Suggestions / Add two fields to the database
« on: April 16, 2002, 06:19:09 PM »
Hi,

I want to  add two  fields to the database  to show not only the keywords, description, date ...

Can you point me in which files (or  functions, arguments) to do that?

Thanks in advance.

- Ofuuzo

11
Discussion & Troubleshooting / Auto thumnail gif
« on: April 16, 2002, 05:40:13 PM »
Hi,

At the control panel, "Auto-thumnailer"/"Add thumnail" fails to create thumnail when the image is a gif .  It is OK for jpeg files.  Is something wrong with my  server or Image gallery mangement system?

Regards
-Ofuuzo

12
Feedback & Suggestions / Meta data
« on: April 11, 2002, 10:46:19 AM »
Hi,

My compliments for this great script. I have a question. I want to add meta data . That is,  I want  the large image html source  to contain meta data  for the very  image after <title> </title>. Example:

.....
<head>
<title> </title>
<meta name="dc.creator" content="Jan De Great ">
<meta name="dc.keywords" content="Testing testing">
<meta name="dc.description" content="....  ">
.....
</head>
.....

Can you point me  in which files I have to look or how I can do that.

Thanks in advance.

Ofuuzo

Pages: [1]