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

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 33
76
Discussion & Troubleshooting / Re: Zufallsbild
« on: August 14, 2005, 11:34:33 PM »
Hi,

wenn du das "Standartzufallsbild" auf der linken Seite meinst, dann ändere die templates
random_image.html und random_cat_image.html

die verwendeten Variabeln sollten selbsterklärend sein

Gruß

77
Achso, ich nehme immer die "ausführliche Version" da geht es, bei der anderen, versuche mal das (weiß nicht, ob das die optimale Lösung ist, habe nur schnell geguckt :

Zeile 371-381
Code: [Select]
echo "<td>".$lang['field_allow_comments'].":<br />";
      if (isset($HTTP_POST_VARS['image_allow_comments_'.$i]) && $HTTP_POST_VARS['image_allow_comments_'.$i] == 0) {
        $c1 = "";
        $c2 = " checked=\"checked\"";
      }
      else {
        $c1 = " checked=\"checked\"";
        $c2 = "";
      }
      echo "<input type=\"radio\" name=\"image_allow_comments_".$i."\" value=\"1\"".$c1."> ".$lang['yes']."&nbsp;&nbsp;&nbsp;\n";
      echo "<input type=\"radio\" name=\"image_allow_comments_".$i."\" value=\"0\"".$c2."> ".$lang['no']." ";

ÄNDERN
Code: [Select]
    echo "<td>".$lang['field_allow_comments'].":<br />";
      if (isset($HTTP_POST_VARS['image_allow_comments_'.$i]) && $HTTP_POST_VARS['image_allow_comments_'.$i] == 0) {
        $c2 = "";
        $c1 = " checked=\"checked\"";
      }
      else {
        $c2 = " checked=\"checked\"";
        $c1 = "";
      }
      echo "<input type=\"radio\" name=\"image_allow_comments_".$i."\" value=\"0\"".$c1."> ".$lang['yes']."&nbsp;&nbsp;&nbsp;\n";
      echo "<input type=\"radio\" name=\"image_allow_comments_".$i."\" value=\"1\"".$c2."> ".$lang['no']." ";

78
Hallo

Suche admin/checkimages.php

Zeile 324
Code: [Select]
show_radio_row($lang['field_allow_comments'], "image_allow_comments_".$i, 1);
ändere die 1 hinten in eine 0 um

Code: [Select]
show_radio_row($lang['field_allow_comments'], "image_allow_comments_".$i, 0);
Angaben beziehen sich auf v 1.7
Da wird sich aber, denke ich, bei 1.7.1 nichts geändert haben.

Dateien natürlich vorher sichern und dann ausprobieren, ob´s klappt.

79
Versuche es mal nach dieser Anleitung

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

80
Discussion & Troubleshooting / Re: Upload problem
« on: August 06, 2005, 05:18:04 PM »
Do the subfolders in data/media/... have the chmod 777 rights?

Code: [Select]
3) If the safe mode is turned off, and the problem still exists, or if the mod doesn´t work:
try to delete all the folders in /data/media/ (called /1 and /2 and so on: depends on the number of categories you´ve already created).
then create the folders by hand, name them 1 , 2 , 3 and so on.. don´t forget to set the folder rights (777).

81
Feedback & Suggestions / Re: SessionID und Suchmaschinen
« on: August 06, 2005, 04:03:17 PM »
Mit dem Mod, werden Bots als User behandelt, ich weiß aber nicht, ob dir das so hilft?

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

Dann gibt es Kurz-URLs (für Suchmaschinen)
http://www.4homepages.de/forum/index.php?topic=6729.0

und so kann man uU die SessionIDs abschalten
http://www.4homepages.de/forum/index.php?topic=6951.msg30709#msg30709

83
Chit Chat / Re: Fehler beim Bilderupload
« on: August 06, 2005, 03:49:19 PM »
Der safe_mode muss ausgeschaltet sein. Wenn du entspr. Zugriffsrechte auf den Server hast, dann ändere es, falls nicht kontaktiere deinen Hoster.

Schau mal zB hier oder gib safe mode in die Suche ein
http://www.4homepages.de/forum/index.php?topic=6838.0

84
Discussion & Troubleshooting / Re: Bilder upload probleme
« on: August 01, 2005, 08:47:08 AM »
Sind die chmod Rechte wie in der Installationsanleitung richtig gesetzt?
zusätzlich muss safe_mode ausgeschaltet sein.

In der FAQ stehen solche Sachen zT auch auf deutsch
http://www.4homepages.de/forum/index.php?topic=6838.0

Viel Glück


85
I´ve done no search engine optimizing, but they´re always on my site.

You can read this topic:
http://www.4homepages.de/forum/index.php?topic=6729.0

86
Discussion & Troubleshooting / Re: Picture size
« on: July 30, 2005, 09:20:47 AM »
photos are as big as you upload them?
You can set maximum width and height of uploaded pictures in gallery´s control panel.

Or do you mean thumbnailsize?

87
Hallo,

hast du mal einen Link zu deiner Seite?

Was hast du zuletzt an deiner Galerie geändert?

88
Discussion & Troubleshooting / Re: Nach Zip-Upload Dateien entzippen
« on: July 28, 2005, 07:41:00 PM »
Es gibt Galerien, welche das unterstützen. Du lädst ein Archiv mit Bildern hoch und die Bilder weren entpackt und können sogar weiterbearbeitet werden (Branding, Größe usw).
Afaik gibt es solch einen Mod für 4images leider nicht

89
Feedback & Suggestions / Re: Dankeschön
« on: July 28, 2005, 12:46:53 PM »
Hallo Jörg.

schöne Galerie, die du betreibst.

Die Bilder der Burg Landeck zB finde ich sehr interessant. Ich war gestern in einer sehr nahegelegenen Burg: Trifels.

Schade, dass die Exifinformationen bei deinen Bildern fehlen.

Gruß

90
hi beseech

... a page ? ... pages ! ...  :wink:

for example : Category-List (Category-Sitemap)
for example : Image-List (Image-Sitemap)

... but your conceptions for listing are still again different ...  :?

mawenzi

wow, greate Mods!


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