Bei mir geht nichts....:( Egal ob ich ein Wasserzeichen setze oder das Vorschaubild über Thumbnails aktuallisiere.........es ändert sich einfach nichts:(
Beiträge von filbe
-
-
Nein! Dieses Beispiel sollte das sein, wonach Du suchst.
Aber da steht doch auch was drunter?? -
Dann muss ich halt mit leben......bekommt man die Vorschau-Bilder auch etwas größer?
Vielen Dank für Deine Hilfe!:oops: -
Wenn Du mit der Maus drüber fährst, wird der Name angezeigt! Ich möchte gerne unter diesem Bild/Album den Namen stehen haben! Geht das so nicht??
-
Ja klar, Hier --> aber nicht lachen:(
habe eben auch noch mal das </div> hingemacht aber es geht nicht!!
PHP
Alles anzeigen<?php /** Template Page for the album overview Follow variables are useable : $album : Contain information about the album $galleries : Contain all galleries inside this album $pagination : Contain the pagination content You can check the content when you insert the tag <?php var_dump($variable) ?> If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?> **/ ?> <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($galleries)) : ?> <div class="ngg-albumoverview"> <!-- List of galleries --> <div class="albumueberschrift"> <?php echo $album->name?> </div> <?php foreach ($galleries as $gallery) : ?> <div class="ngg-album-compact"> <div class="ngg-album-compactbox"> <div class="ngg-album-link"> <a class="Link" href="<?php echo $gallery->pagelink ?>"> <img class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/> </a> </div> </div> <h4><a class="ngg-album-desc" title="<?php echo $gallery->title ?>" href="<?php echo $gallery->pagelink ?>" ><?php echo $gallery->title ?></a></h4> <p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p> </div> <?php endforeach; ?> <!-- Pagination --> <?php echo $pagination ?> </div> <?php endif; ?> -
Heul hier vor mich hin.....bekomme das einfach nicht hin!!
´Kannst Du mal unten schauen.......Bitte!
PHP
Alles anzeigen<?php /** Template Page for the album overview Follow variables are useable : $album : Contain information about the album $galleries : Contain all galleries inside this album $pagination : Contain the pagination content You can check the content when you insert the tag <?php var_dump($variable) ?> If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?> **/ ?> <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($galleries)) : ?> <div class="ngg-albumoverview"> <!-- List of galleries --> <?php echo $album->name?> <?php foreach ($galleries as $gallery) : ?> <div class="ngg-album-compact"> <div class="ngg-album-compactbox"> <div class="ngg-album-link"> <a class="Link" href="<?php echo $gallery->pagelink ?>"> <img class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/> </a> </div> </div> <h4><a class="ngg-album-desc" title="<?php echo $gallery->title ?>" href="<?php echo $gallery->pagelink ?>" ><?php echo $gallery->title ?></a></h4> <p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p> </div> <?php endforeach; ?> <!-- Pagination --> <?php echo $pagination ?> </div> <?php endif; ?> -
Hilfe!!!
bei mir wird der Titel auch nicht angezeigt.......:twisted:
Wo genau gebe ich den Code ein???:(