Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

Kommentare unterm Bild
https://www.tinywebgallery.com/forum/viewtopic.php?f=7&t=154
Page 1 of 1

Author:  Tarran [ 29. Jan 2006, 18:13 ]
Post subject:  Kommentare unterm Bild

Hallo zusammen,
ich würde gerne die abgegebenen Kommentare direkt unter dem Bild zeigen. Darunter dann auch die Felder die die Eingabe für neue Kommentare möglich machen .

Sieht so aus.
Bild
Abgegebene Kommentare
Eingabefelder für neue Kommentare

Geht das ??

LG Tarran

Author:  TinyWebGallery [ 30. Jan 2006, 11:10 ]
Post subject: 

Ne - die eingabe erfolgt immer über das eigene Fenster.

Aber du kannst die kommentare drunter anzeigen lassen und auch einen link zum eingeben einblenden.

Schau dir mal den Block unter
$show_comments

in der config.php an.

Gruss,
Michael

Author:  Tarran [ 31. Jan 2006, 00:49 ]
Post subject:  äh ;-(

So richtig funzt das nicht .. hab wohl was vergessen.
Code:
$show_comments = true; // enable comments and shows them below the pictures !! - if you set this to false make sure that the $topx_default does not point to comments
  $show_enter_comment_at_bottom=false; // new 1.2 - shows the comment link additionally below the picture! - if you set this to true you should maybe $show_comments_in_layer set to false !
  $show_number_of_comments=true; // new 1.3 - Show the number of entered comments next to the comment text
  $show_comments_in_layer=true;  // new 1.3 - Show the comments in a big layer instead below image - makes a nicer layout!
     $height_of_comment_layer=250;// new 1.3 - The additional height of the layer where the comments are shown.

Was muss ich da denn ändern ??

LG Tarran

Author:  TinyWebGallery [ 31. Jan 2006, 12:55 ]
Post subject: 

$show_comments = true;
$show_enter_comment_at_bottom=true;
$show_number_of_comments=true;
$show_comments_in_layer=false;
$height_of_comment_layer=250;

Author:  Tarran [ 31. Jan 2006, 18:09 ]
Post subject:  schupper

Danke schön passt

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/