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

Pages: 1 2 3 4 [5] 6 7 8 9 ... 11
61
Discussion & Troubleshooting / Re: Problem
« on: January 05, 2003, 06:01:41 PM »
Quote from: Apoptygma
in der README steht, dass es in die templates gepackt werden soll !
Es steht bei mir auch dort !?!?!?!?!?
Daran kann es nicht liegen ! ! ! !


Jein, den Template-Ordner selber schon, aber nicht die Datei 4greybl.php. Siehe auch http://www.4homepages.de/forum/viewtopic.php?t=3400

cheers,
Bernd

62
Installation, Update & Configuration / SQL Fehlermeldung
« on: January 04, 2003, 06:33:09 PM »
Hier nochmal eine schnelle Übersetzung der gesamten Installationsgeschichte
Quote
1. How to install ?
a. upload the 4dark directory to your "templates" subdirectory
b. copy the 4darkm.php from this zip to your 4images root directory
c. go to your admin panel and set the template to "4dark"

2. What next ?
a. The 4darkm.php you can adjust to your liking, it's the little menu
on the left. Use it for your links, or whatever you see fit.
b. Change the logo !, it's named 4imgs.gif and its in the 4dark/images directory
c. play with the style.css in the 4dark directory to adjust colors to your liking
d. Copy the bbcell.gif to your 4images root directory.

1. Installation
a. kopiere das Verzeichnis "4dark" in das Unterverzeichnis "templates" auf Deinem Webserver
b. kopiere die Datei 4darkm.php in das Hauptverzeichnis von 4images (das ist das wo u.a. auch das Verzeichnis "templates" zu finden ist)
c. gehe ins Administrations-Panel (Control Panel) und wähle das Template aus

2. Wat nu?
a. Die Datei 4darkm.php nach eigenem Belieben anpassen - es ist das kleine Menü, das auf der linken Seite erscheint. Nutze es für Links oder was auch immer da hinein soll.
b. Ändere das Logo! Es ist die Datei 4imgs.gif und ist in dem Verzeichnis 4dark/images.
c. Probiere aus was in der style.css (im 4dark Verzeichnis) passiert, wenn bestimmte Parameter geändert werden und passe die Farben Deinen Vorlieben an.
d. Kopiere die Datei bbcell.gif in das 4images-Hauptverzeichnis (also dahin wo jetzt schon die Datei 4dark.php sitzt).

----

OK? Hoffe, das hilft.

cheers,
Bernd

63
Discussion & Troubleshooting / Re: Größen-Problem
« on: January 04, 2003, 02:53:58 PM »
Quote from: Apoptygma
Habe das greyblue Style bei mir installiert. Nun bekomme ich in der Galerie diese Meldung:

Warning: Failed opening '4greybl.php' for inclusion (include_path='./') in /is/htdocs/31155/www.????????????/4images/includes/template.php(133) : eval()'d code on line 127

Was mus ich tun, um dieses wieder weg zu bekommen ?????????


Das greyblue-Template ist das von vienix oder nicht? Dann steht dort im Readme wo Du die Datei hintun mußt. IIRC muß es das root-Verzeichnis von 4images sein.

cheers,
Bernd

PS: template-bezogene Fragen am besten auch ins Templates-Forum

64
Installation, Update & Configuration / SQL Fehlermeldung
« on: January 04, 2003, 02:51:27 PM »
Quote from: Jan
Das hat mit dem Template-Pack zu tun. Ich glaube Du musst die angegebene Datei ins Template-Verzeihnis kopieren. Schau Dir am besten die Installationsanleitung davon nochmal an.


Sieht aus wäre das ein Template von Vienix - die Datei müßte dann IIRC ins root-Verzeichnis von 4images. Aber wie Jan schon screibt: guck mal ins Readme des Template-Packs.

cheers,
Bernd

65
Chit Chat / Re: any php coders? ((;
« on: January 03, 2003, 09:58:17 PM »
not being a php coder myself but maybe we can do it together ;)

I just assume you store the URL part in a variable $url then this could work

Code: [Select]
if (!preg_match("/\&l=/", $url) && !preg_match("/\?l=/", $url)) {
$url .= "\&l="; //or whatever you wanna add
}
else ; // do nothing


Didn't try it myself but please let me know once you figured how to do it.

cheers,
Bernd

66
Quote from: Jan
Das geht leider nur, wenn Du das im <img> Tag festlegst.

<img src="{media_src}" border="1" alt="{image_name}" width="800" height="600" />

Dann werden aber auch kleiner Bilder auf diese Größe vergrößert.


Macht natürlich nur dann Sinn, wenn Du alle Deine Bilder im Querformat und Seitenverhältnis von 4:3 vorliegen (probier mal ein Hochkant-Bild aus  :?  )

just my 0.02€,
Bernd

67
Quote from: cybass
Ist das Script nicht für Mengen von ca 1800 ausgelegt?
Ach, ich verwende noch das 1.6.1!


Die Menge der Bilder kann's nicht sein, ich hab fast 3000 in 4images ohne jegliches Problem - ist zwar Version 1.7 aber 1.6 konnte zumindest 2200 :)
Ich glaube auch mal gelesen zu haben, daß jemand das schon mit 20.000 Bildern erfolgreich getestet hat.

cheers,
Bernd

68
Feedback & Suggestions / Re: Drucken?
« on: January 03, 2003, 11:12:28 AM »
Quote from: crazysash
Hallo gibt es eine Möglichkeit einen weiteren Button einzubinden, mittels dem man ein Bild auch drucken kann?

Im Prinzip schon: http://www.4homepages.de/forum/viewtopic.php?t=1541
Installier phprint auf Deinem Server und dann ersetze in der details.html, die bei Dir in Deinem Template-Ordner liegt den
Code: [Select]
<div align="center">
{image}
{if admin_links}<br />{admin_links}<br />{endif admin_links}
durch
Code: [Select]
<div align="center">
<!-- startprint -->
{image}
<!-- stopprint -->
{if admin_links}<br />{admin_links}<br />{endif admin_links}

Jetzt wird halt nur das Bild in einem neuen Fenster geöffnet, drucken mußt noch manuell ausgelöst werden. Wenn Du allerdings in der phprint.php den folgenden Code einfügst (an der richtigen Stelle :) )
Code: [Select]
echo "<body onLoad=\"self.print()\">";sollte beim Laden der Seite automatisch der Druckdialog aufpoppen. Der Code von PHPrint sollte IMO sowieso noch ein wenig modifizert werden, damit wenigstens einigermaßen konformes HTML produziert wird - unverändert schmeißt das Teil nämlich 'ne Seite ohne <html> und <body> raus, die wohl nur angezeigt wird, weil die heutigen Browser so tolerant sind ...

Ich hab's nicht getestet, aber prinzipiell sollte es so doch funktionieren, oder hat jemand 'ne andere Meinung?

HTH + cheers,
Bernd

69
Quote from: jarmen
Can you give me some advice on how to better format the email that is sent?  Maybe adding some spaces between the requested images, etc...


Hmm, the part to edit (in the quotation_send.php obviously) would be here
Code: [Select]
while (list($textfeld, $wert) = each ($HTTP_POST_VARS))
$inPHormer_msg .= "$textfeld: $wert\n";


I'm have no real clue about PHP but this is something that works
Code: [Select]
while (list($textfeld, $wert) = each ($HTTP_POST_VARS))
{
if (preg_match("/Bildnr/", $textfeld)) {
$inPHormer_msg .= "\n------------\n\n";
}
else ;
$inPHormer_msg .= "$textfeld: $wert\n";
}


Replace the part Bildnr with the name of the variable before which you want to have the dashes and the extra line breaks (is this understandable?). Anyway, output now looks like this for me
Code: [Select]
[..]
Angebot_via: email

------------

Bildnr_1: 011-10-02
Verwendungszweck_1: z.B. Plakate
Abb_Breite_1:
Abb_Hoehe_1:
Plazierung_1: innen
Auflage_1:
Verbreitung_1: Land
Verbreitungsland_Bezeichnung_1: Deutschland
Nutzungsdauer_1: 1 Jahr
Andere_Nutzungsdauer_1:
Branchensperre_1: nein
Bemerkung_1:

------------

Bildnr_2: 040-10-23
Verwendungszweck_2: z.B. Plakate
Abb_Breite_2:
Abb_Hoehe_2:
Plazierung_2: innen
Auflage_2:
Verbreitung_2: Land
Verbreitungsland_Bezeichnung_2: Deutschland
Nutzungsdauer_2: 1 Jahr
Andere_Nutzungsdauer_2:
Branchensperre_2: nein
Bemerkung_2:
[..]


Or you create an HTML mail and put each image data into one neat table (or you could also put image links that link to thumbnails in there) ... thy sky's the limit :lol:
I stick to the solution I have here right now - next step IMHO should be to not send the stuff via mail but store it in the database and have a page where the admin looks up all the lists.

HTH + cheers,
Bernd

70
Templates & Styles (Requests & Discussions) / Take a look...
« on: December 31, 2002, 01:20:31 AM »
Quote from: Reimer
I think you forgot the copyright mark of 4images....  :roll:


maybe someone bought a license?  8O

cheers,
Bernd

71
Discussion & Troubleshooting / Bannerwerbung & Lizenzbestimmungen
« on: December 31, 2002, 01:15:22 AM »
Quote from: Reimer
Gewerblich ist dann, wenn du im Gewerbeamt deine Seite als Gewerbe anmelden würdest.


Moment - als freiberuflicher Fotograf müßte ich also keine Lizenz erwerben? Ein Freiberufler meldet ja kein Gewerbe an ...

Ich hab's so verstanden (und für meinen Einsatz auch so interpretiert): wer 4images so einsetzt, um mit der Site Geld zu verdienen (sei es Produkte oder Dienstleistung), der benötigt eine Lizenz.

cheers,
Bernd

72
Installation, Update & Configuration / HELP ME!!!!!????????
« on: December 31, 2002, 01:12:31 AM »
Quote from: panavision
I know the problem, in which file do I specify my admin username and password?


It's not in a file but in the table 4images_user where the admin is stored (next to all the ordinary users :) )

cheers,
Bernd

73
Chit Chat / English version of this site???
« on: December 30, 2002, 02:29:09 AM »
if there are some you think are interesting for you please do not hesitate to ask what they are about and we'll be happy (I think I can say that on behalf of more people than just me) to translate the interesting parts for you (not perfect but I try to be better than babelfish  :lol: )

cheers,
Bernd

74
Hi,

I'm using an external application to prepare descriptions and keywords for the images. The application exports a text file which I can successfully import with a plugin from Jan. I now want to search for all images they I might have missed or for some other reason don't have a description. Is there some special code (like "is null" or whatever) I can put into the search box so that I get shown all images without a description or is there a different solution to achieve that?

Any ideas are welcome!

thnx and cheers,
Bernd

75
Quote from: jarmen
As soon as I get everything re-packaged I'll post my translated version (if Bernd doesn't mind).


Feel free to do so - every contribution is well appreciated :)

cheers,
Bernd

Pages: 1 2 3 4 [5] 6 7 8 9 ... 11