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

Pages: 1 ... 3 4 5 6 [7] 8 9 10 11 ... 49
91
Discussion & Troubleshooting / Re: Dateien
« on: April 06, 2006, 01:36:44 AM »
genau nach diesem Prinzip arbeitet der oben genannte Mod,
dass man die Originalbilder eben in entsprechende Ordner namens big legt,
so dass man auch nicht jedes Mal für jede Datei ne Download URL angeben muss.

Versuch mal notfalls dich mit nem Onlinetranslator durchzukämpfen,
denn der Mod entspricht genau deiner Anfrage.

92
for comments:
in the CP under settings/comment, there you can set if html/bbcode is allowed or not.

94
i only know a mod where you can download all images on one page from categories,
made by vano, i think.

maybe you can look at the code, and modify it a little bit for your request.

95
but i think anyway it can be  a risk to allow html code in descriptions.
there are enough malicious javascript code you can use there

96
Discussion & Troubleshooting / Re: Error uploading image file:
« on: April 06, 2006, 12:25:59 AM »
i tried to upload one picture,
and i think it worked fine without any probelms.

97
habt ihr nen mod installiert,
z.b. den, der die anzahl der downloads pro user zählt, oder eine sonstige veränderung an der download.php durchgeführt?

99
oder, wenn du es in der main.php ändern solltest,
brauchst du dir eigentlich nur folgende Dinge zu merken:
für umlaute benutzt du &Xuml; wobei du X ersetzen musst du a,o,u je nach umlaut.
für zeilenumbrüche nimmst du einfach <br />

notfalls wäre es sogar sinnvoll,
für den Registrierungstext nen extra template anzulegen.

100
you have to manually alter the comments table in DB.

Also you must add an new input section,
where user can enter their homepage when posting a comment,
and a field, where the entered value is displayed

101
Plugins / Re: [Plugin] Batch Import
« on: April 05, 2006, 10:32:21 PM »
maybe an timeout?

scripts can run only for a certain time, which depends of the server settings,
how long a script can be executed.

102
Discussion & Troubleshooting / Re: Dateien
« on: April 05, 2006, 07:34:27 PM »
such mal nach big folder.

103
my fault,
there is one ) missing:
this should work:
"image_link1" => (isset($image_row['image_link'])) ? $image_row['image_link'] : "",

104
ok, the problem is, that the url in the additional field is being formated as an url.

you can do something like this:
in details.php
before:
"msg" => $msg,
add this:
"image_URL1" => (isset($image_row['image_URL']) ? $image_row['image_URL'] : "",

105
zu 2.

Du musst die Kategorienrechte erstmal auf privat setzen,
dann kannst du bei den Usergruppen die Rechte dafür einzeln verteilen.
Steht auch in den FAQ

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