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 - TIMT

Pages: 1 [2] 3 4
16
Hi,

On the page where the thumbnails of a categorie are shown it is possible with a click on the thumbnail to get to the detail page. I'd like to add a icon under the thumbnail. With a click on the icon also the detail page will be shown.

How can I do that?

Thanks for helping me.
TIMT

17
Templates & Styles (Requests & Discussions) / New Icons for my homepage
« on: November 23, 2006, 10:14:45 AM »
Hi,

I'm looking for somebody who can design some new icons for my homepage.
Let me know, what I have to pay for.

I already have some ideas:

All icons are square, grey border, black background

- Details: one dot in the mittle of the square
- Lightbox: for little squares
- Frames: one square (with the border of the icon it looks like a frame)
- eCard: 4 lines for address and one square for stamp
- Order: $
- Download: Arrow pointing down
- Fullscreen: for arrows pointing in the corners

Thanks
TIMT

18
Hi,

I have a new filed implemented in 4images_images.
The information is entered during the upload process and stored in the database.

In the filed is stored the price of an image.
The value can be 0 when the user doesnt want to sell the image.

The stored information is shown in detail.html.

How can I display the value "not for sale" as soon as the value in the database is 0?

Thanks for helping me.

TIMT


19
Hi,

I have implemented a new field in 4images_images.
The user has to enter the information about "model release":

  • no declaration
  • not available
  • yes, available

A dropdownlist is provided for entering the infromatioin.
The information is correctly stored in the database.

Now the problem:
When a user edit the entered image-information (e.g. keywords), the value "model release" is not read out of the database. So when the user click on the Save-Button, this information get lost (only the default value wil be stored).

What do I have to do that the stored value is displayed in member_editimage?

Here is the code of member_editimage:
Code: [Select]

<tr>
  <td class="row2">
     <select class="input" name="image_propertyrelease" size="1">
         <option value="keine Angabe">keine Angabe</option>
          <option value="nicht vorhanden">nicht vorhanden</option>
          <option value="vorhanden">vorhanden</option>
      </select> 
     </td>
    </tr>

Thanks for helping me!


20
Chit Chat / Looking for developper
« on: June 08, 2006, 07:47:06 AM »
Hi,

I'm looking for a developper who can manage some tasks regarding 4images from time to time. And I'm interested in a long-term cooperation. The developper should be flexible. I can't wait for months for specifics modifikcations. And of corse to fair conditions.



Hallo

Ich suche einen Entwickler in PHP / HTML, der mir von Zeit zu Zeit Arbeiten rund um 4images abnehmen kann. Es soll ein längerfristige Zusammenarbeit sein. Der Entwickler sollte so flexibel sein, dass ich nicht monatelang auf Modifikationen warten muss. Alles natürlich zu fairen Bedingungen.

21
Hi,

I really tried hard.... I was searching in the forum and tried out different MODs.
But I didn't find a working solution.

The only thing I want is a download button in detail.html for downloading the file in the subdirectory "big".


And I'd like to show the following code instead of an activ download-button. If the download button is not activ (disabled), than nothing should be shown.

Code: [Select]
<table width="100%" border="0" cellpadding="2" cellspacing="0">
      <tr>
       <td class="tablebottom">
        &nbsp;&nbsp;Download
       </td>
      </tr>
      <tr>
       <td class="row2">
       {download_button_big}{download_zip_button_big}
       </td>
      </tr>
     </table>

Thanks for helping me.

Serge

22
Hi,

How can I display the editing image (thumbnail) in member_editimage?
And how can I display the filename of the image in member_editimage?

Thanks for helping me.

TIMT

23
Hi everybody

I have implemented the following MOD from V@no:
http://www.4homepages.de/forum/index.php?topic=10625.0

Let's say I have put an image to a public lightbox.
Now I'd like to show a link to this lightbox on detail.html.
With click on this link, all images of this specific lightbox are shown.

Any ideas how to implement this link?

Thanks!

24
Mods & Plugins (Requests & Discussions) / Search with image number
« on: May 21, 2006, 10:19:07 PM »
Hi everybody

I'd like to search with the image number. That means a new field in the search_form for entering the number of a image.
How can I implement this new features in search_form?

Tanks


25
Hi

I want to implement a link on the detail site, which shows all pictures of the photografer whom picture is actually shown in the detail site.
(uppss... bad English  :oops:)

{url_show_user_images} doesn't work.

TIMT

26
Installation, Update & Configuration / DropDownList in upload_form
« on: May 08, 2006, 10:38:08 PM »
Hi everybody

I have implemented the following code in memper_uploadform.html:

Code: [Select]
<td class="row1">
             <select class="input name="image_medium" size="1">
               <option value="Digitalaufnahme">unbekannt</option>
               <option value="Digitalaufnahme">Digitalaufnahme</option>
               <option value="Dia Kleinbild">Dia Kleinbild</option>
               <option value="Dia Mittelformat">Dia Mittelformat</option>
               <option value="Dia Grossformat">Dia Grossformat</option>
               <option value="Negativ Kleinbild">Negativ Kleinbild</option>
               <option value="Negativ Mittelformat">Negativ Mittelformat</option>
               <option value="Negativ Grossformat">Negativ Grossformat</option>
             </select> 

I have implemented the following Code in db_field_definition.php

Code: [Select]
$additional_image_fields['image_medium'] = array($lang['image_medium'], "text", 0);
I created the filed image_medium in the table 4images_images and 4images_images_temp

Unfortunately the value entered by Dropdownlist is not be stored in the database.

So what did I wrong???

Thanks for helping me.

TIMT

27
Hi everybody

I have a gallery for a lot of photographers. The photographers have the possibility to rate the pictures. There is a scale from 1 to 5.
So I have implemented the MOD from V@no, Version A

http://www.4homepages.de/forum/index.php?topic=6123.0

Now I'd like to give the possibility to rate an image more sophisticated.
It should be possible to rate an image in more then one category.

For example:
  • technique
  • art (idea, innovation, originality....)
  • expression

With this three ratings could be calculated an average for the overall rating.

Anybody here who can help me to realise that?

Thanks!
TIMT

PS: I have no knowledge in PHP


28
Hi

Because I loose the EXIF information with GD I want to create the thumbnails with imagemagick.
In ACP I have choosen "c" and I have entered the path "/usr/bin".

When I start the resizer, I get the following message:


Konvertiere Bild-Datei: 32q_PICT0291.jpg (3264x2176) .... 
Fehler beim Konvertieren der Bild-Datei!

This message says not exactly what is wrong.

Can anybody help me.

Thanks!

TIMT

29
Hi,

I want to change the color of the keywords (links) in detail.html.
When I change that in ccs, the color of the link username in categories.html is also changed.

I want only change the color of the keywords.

Where can I do that?

Thanks!

TIMT

30
Hi,

I have implemented the following MOD:

Auto-Image Resizer v2.1
http://www.4homepages.de/forum/index.php?topic=6978.0

The original picture is copied into a subdirectory "big". From time to time, I move the original pictures to my server.

Know I want to show the file size (kb) and the size of the pictures in pixel (e.g. 3264 x 2176) in detail.html.
Therefore I have to store this two information in the database, because the original picture is not on the server anymore.

How can I store the information and how can I display this two information.

Thank you for helping me!

TIMT

Pages: 1 [2] 3 4