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.


Messages - lutz

Pages: 1 2 [3] 4
31
hi,
schau dir deine config.php mal in einem texteditor an. wahrscheinlich sind die entsprechenden werte gar nicht eingetragen worden.
entweder schreibst du sie selber rein, oder du setzt auch den hauptverzeichnis-ordner auf 777 (vor der installation!!), dann klappt´s in der regel bei der installation direkt.
danach kannst du die rechte ja wieder ändern...

32
Discussion & Troubleshooting / Resize without losing IPTC data
« on: June 10, 2003, 05:14:40 PM »
hi,
never say die !
look here:
http://www.4homepages.de/forum/viewtopic.php?p=26406#26406

see the command "-profile" !

33
hi,
es ist wirklich ein ganz normales formular, aber ihr müßt auch die anderen pfade mit angeben, dann klappt´s auch mit dem user... ;-)
Quote
<form action="root/login.php" method="post">
<table width="50%">
<tr>
<td align="right">
<table width="200"  border="0" cellspacing="0" cellpadding="0"><TR><TD><span class="txt">name:</TD>
<TD align="right" valign="bottom"><INPUT type="text" size="17" name="user_name" class="logininput"><input type="hidden" name="url" value="root/index.php"></TD>
</TR>
<TR>
<TD><span class="txt">passwort:</TD>
<TD align="right" valign="bottom"><input type="password" size="17" name="user_password" class="logininput" />
</TD>
</TR>
<!--<tr>
<td><input type="checkbox" name="auto_login" value="1" /></td>
<td><span class="smalltext">demnächst automatisch?</span></td>
</tr>-->
<TR>
<TD colspan="2" align="right"><span class="txt"><INPUT type="submit" name="login" value="login" class="button">
</TD>
</TR>
<tr>
<td colspan="2">&nbsp;
</td>
</tr>
<tr>
<td colspan="2" class="head1" align="right"><span class="txt">(<a href="root/member.php?action=lostpassword">password vergessen??</a>)
</td>
</tr>
</TABLE>
</td>
</tr>
</table>
</FORM>

34
Discussion & Troubleshooting / GD macht 8bit thumbnails! Hilfe?
« on: June 10, 2003, 04:49:55 PM »
hi,
zeig bitte mal ein beispiel.
please show an example.

35
hi all,
i inserted a well running javascript menu in the header.html. but here it does an error message. the links are working, but the mouseover and some other effects are gone.
example:
(the link is removed now, because the problem is solved...)
on any other html-site it works perfectly, but unfortunately not here...
???

36
Discussion & Troubleshooting / Thumbnail Pixelization
« on: June 10, 2003, 04:27:52 PM »
hi,
look here:
http://www.4homepages.de/forum/viewtopic.php?p=26406#26406
in english: "-sample" is not the best command. use "-geometry", that´s all...

37
Discussion & Troubleshooting / IPTC Problem beim bilder konvertieren
« on: June 06, 2003, 11:59:19 AM »
hallo yogen,
falls du imagemagick nimmst, ist das kein problem:

ersetze einfach in image_utils.php:
Quote
$command = $convert_options['convert_path']." -quality ".$quality." -antialias -sample $width"."x"."$height \"$src\" \"$dest\"";
durch
Quote
$command = $convert_options['convert_path']." -quality ".$quality." -antialias -geometry $width"."x"."$height -profile '*' -unsharp 0.5x1 \"$src\"  \"$dest\"";

"-profile" bewahrt die iptc-infos.
gleichzeitig wird auch die bildqualität beim konvertieren wesentlich verbessert, -sample ist halt der "falsche" befehl, es sollte "-geometry" benutzt werden. und ein bißchen geschärft werden die aufnahmen schließlich auch noch... ;-)

38
???
as i said it in my initial post:
Quote
surely, i can comment out special lines in the functions.php file, but there is no way to sort the fields...
because i don´t know anything about php, so i don´t know how to change the order of the fields.
it seems they will be ordered by their own "iptc code number"?

39
hmmm, ok.
i wished, i could change at least the order...

thank you for this clear answer. it´s a great pity :-(

40
hello,
i would like to display the iptc-tags in a customized table, but it seems that the iptc-info is handled as a block and not as individual lines for each value.
surely, i can comment out special lines in the functions.php file, but there is no way to sort the fields or to put them separately in html-tags in the iptc_bit.html-template.
am i really right??

i don´t hope so...

41
hi jaleelb,

exchange "-sample" with "-geometry".

this will solve your problem.

the option "-sample" is not the best command to scale the picture.

42
Discussion & Troubleshooting / [IE 6.0] download image
« on: September 10, 2002, 02:22:20 PM »
Quote
Das könnte doch in die nächste Version gleich als Vorgabe aufgenommen werden, oder?


Hallo,

ich möchte nur darauf hinweisen, daß es durchaus auch Nutzer (damit meine ich manche Betreiber von 4images-galerien) gibt, die es geradezu möchten, daß die Aufnahmen (so einfach) kopiert werden können  :lol:

Wäre toll, wenn man es im Adminpanel einstellen könnte!  Habe natürlich keine Ahnung, ob sowas überhaupt geht, da ich nur ein gemeiner User bin...

43
stimmt, aber ich meinte eine Einstellung, die nicht registrierten Usern verweigert die pdf-thumbs überhaupt anschauen zu können. Da ja sowieso "nix zu sehen" ist, wäre das eine Möglichkeit, die vielleicht zu verkraften wäre...

(das geht natürlich auch nur, wenn man eine eigene kategorie schafft)

Alles zeigen und trotzdem was verweigern erfordert sicherlich andere Methoden.

Gruß, Lutz

44
nochmals hallo,
Quote
Es sollten aber nur registrierte User die Möglichkeit haben, diese PDFs herunterzuladen.


dann solltest Du wohl die Befugnisse der User entsprechend anpassen.

45
hi,

Du brauchst Dir nur ein angepaßtes media-template erstellen:

<!-- Template file for PDF Files -->

<a href="{media_src}" target="_blank">{media_icon}</a>

ein thumb-gif für pdf gibt es ja schon, und somit klickst Du in der Detailansicht einfach auf das thumbnail, das war`s...

Gruß, Lutz

Pages: 1 2 [3] 4