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

Pages: 1 ... 181 182 183 184 [185] 186 187 188
2761
Installation, Update & Configuration / {lang_image_photographer}
« on: May 12, 2002, 04:35:30 PM »
hi,

due the testing purposes, jan forgot to delete this
Code: [Select]

 <tr>
            <td class="row2" valign="top"><b>{lang_image_photographer}</b></td>
            <td class="row2">
              <textarea cols="30" class="textarea" rows="5" wrap="VIRTUAL" name="image_photographer">{image_photographer}</textarea>
            </td>
          </tr>

from member_uploadform.html template...

just delete it...

2762
Installation, Update & Configuration / Keine Datenbank vorhanden !
« on: May 08, 2002, 03:10:32 PM »
ich würde sagen das du was falsch eingegeben hast..

2763
Installation, Update & Configuration / Keine Datenbank vorhanden !
« on: May 08, 2002, 02:54:52 PM »
ich verstehe dich nicht....

ich habe gerade eingegeben:
Datenbank Host: localhost
Datenbank Name: mnikella_de_db
Datenbank Username: mnikella

Admin: test
Passwort: test

und es funktioniert !!!!!!!!

2764
Installation, Update & Configuration / Keine Datenbank vorhanden !
« on: May 08, 2002, 02:44:46 PM »
Datenbank Host: localhost
Datenbank Name: mnikella_de_db
Datenbank Username: mnikella

2765
Installation, Update & Configuration / Keine Datenbank vorhanden !
« on: May 08, 2002, 02:38:22 PM »
schau hier:

ist meine test installation
http://mitglied.lycos.de/vadaski/

und jetzt sag es funktioniert nicht...

2766
Installation, Update & Configuration / Keine Datenbank vorhanden !
« on: May 08, 2002, 02:26:09 PM »
nur bitte nicht
"no Connetion to Database"
posten ;)

2767
Installation, Update & Configuration / Keine Datenbank vorhanden !
« on: May 08, 2002, 02:17:15 PM »

2768
Installation, Update & Configuration / Keine Datenbank vorhanden !
« on: May 08, 2002, 01:59:32 PM »
na dann uppe die dateien am server.
und ruffe die install.php auf ;)

mySQL daten hast ja bereits (tripod/lycos)

2769
Installation, Update & Configuration / Keine Datenbank vorhanden !
« on: May 08, 2002, 01:53:34 PM »
achtung.

beim tripod(lycos) wird nur mysql und php unterstützt (musst es auch aktivieren)..

alles andere wie z.b.: GD, ImageMagick, Browserupload (safe_mode)..
kannst vergessen

2770
Discussion & Troubleshooting / The "Leuchtkasten" button
« on: May 08, 2002, 09:50:59 AM »
hi,

look here:
http://aktion.nicky.net/details.php?image_id=10&l=english

put english folder into lang folder..
images from "images_en" to "templates/default/images"

2771
Discussion & Troubleshooting / Error uploading image file.
« on: May 08, 2002, 03:57:07 AM »
hi,

are you sure that the folders "data/tmp_media" and "data/tmp_thumbnails" are world writeable (chmod 777) ?

2772
Discussion & Troubleshooting / The "Leuchtkasten" button
« on: May 08, 2002, 01:26:45 AM »
go to the admin area..

click on the side menue "Einstellungen"
and at "Ordner der Sprachdateien wählen" choice "english" ...

reload your admin area to get all texts in english
look now...

surprise ;)

2773
Discussion & Troubleshooting / The "text" code for the "Home" Link
« on: May 08, 2002, 12:49:53 AM »
just look in your templates folder for style.css

2774
Discussion & Troubleshooting / The "Leuchtkasten" button
« on: May 08, 2002, 12:47:26 AM »
hi,

just look here http://www.4homepages.de/4images/download.php
"Leuchtkasten" -> "Lightbox" button is already included in "English Language Files 1.5 Beta"

2775
Discussion & Troubleshooting / Uploading problems
« on: May 08, 2002, 12:38:50 AM »
hi,

is the same problem like yours..
there is a little bug in member.php

row 58:
change:
Code: [Select]

  $image_active = (isset($HTTP_POST_VARS['image_active']) && $HTTP_POST_VARS['image_active'] == 1) ? 1 : 0;

to:
Code: [Select]

  $image_active = (isset($HTTP_POST_VARS['image_active']) && $HTTP_POST_VARS['image_active'] == 0) ? 0 : 1;


and row 60:

change:
Code: [Select]

  $image_allow_comments = (isset($HTTP_POST_VARS['image_allow_comments']) && $HTTP_POST_VARS['image_allow_comments'] == 1) ? 1 : 0;

to:
Code: [Select]

  $image_allow_comments = (isset($HTTP_POST_VARS['image_allow_comments']) && $HTTP_POST_VARS['image_allow_comments'] == 0) ? 0 : 1;

Pages: 1 ... 181 182 183 184 [185] 186 187 188