[Typo3-german] Re: [Typo3-german] LZ_Gallery Dateinamen und Bildgröße ausblenden

Tobi tobias.pierschel at vision-pool.de
Sat Dec 3 14:01:21 CET 2005


Hallo Carla,
das steht in meinem Setup:

# Bildergalerieordner:
plugin.tx_lzgallery_pi1.basepath = fileadmin/bildergalerie

# Templatefile
plugin.tx_lzgallery_pi1.layout = FILE
plugin.tx_lzgallery_pi1.layout.file = fileadmin/templates/gallery.html

# Text
plugin.tx_lzgallery_pi1.listing.hassubs.value = Anzahl der Bildergalerien:


# maximal breitenangabe fuer detailbild
plugin.tx_lzgallery_pi1.piVarPresets.maxwidth = 500

# maximal breitenangabe fuer Previewbild
plugin.tx_lzgallery_pi1.listing.preview.file.width = 100


# Keine Ahnung
plugin.tx_lzgallery_pi1._CSS_DEFAULT_STYLE =
plugin.tx_lzgallery_pi1_simple._CSS_DEFAULT_STYLE =
plugin.tx_lzgallery_pi1.layout.value =


# Detailbeschreibung im Detailbild und Listing ausblenden
plugin.tx_lzgallery_pi1.hidedescription = 1
plugin.tx_lzgallery_pi1_simple.hidedescription = 1

# Funktioniert nicht :-(
plugin.tx_lzgallery_pi1.gallery.default.filename = 0
plugin.tx_lzgallery_pi1.gallery.1x1.filename = 0
plugin.tx_lzgallery_pi1.gallery.1x1.filesize = 0

Mein Template sieht so aus:


<!--###LAYOUT### begin-->

<form name="tx-lzgallery-pi1-nav">
  <table id="tx-lzgallery-pi1-fotonav">
    <!-- <tr>
      <td>###COLROWS_LABEL###</td>
      <td>###MAXWIDTH_LABEL###</td>
      <td>###PAGE_LABEL###</td>
      <td>###CLICKMODE_LABEL###</td>
    </tr>
    <tr>
      <td>###COLROWS###</td>
      <td>###MAXWIDTH###</td>
      <td>###PAGE###</td>
      <td>###CLICKMODE###</td>
    </tr>
    -->
    <tr>
      <td><span class="redlink">###UP###</span></td>
      <td><span class="redlink">###PREVIOUS###</span></td>
      <td><span class="redlink">###NEXT###</span></td>
      <td><span class="redlink">###TOP###</span></td>
    </tr>
  </table>
</form>
###EFFECTS###
<div id="tx-lzgallery-pi1-title">###TITLE###</div>
<div id="tx-lzgallery-pi1-descr-long">###DESCR_LONG###</div>
###GALLERY###
<!--###LAYOUT### end-->

<!--###GALLERY_DEFAULT### begin-->
###IMAGE### ###FILENAME###
<!--###GALLERY_DEFAULT### end-->
<!--###GALLERY_1x1### begin-->
###SPLIT_1###
<center>
  ###FILENAME### ###FILESIZE###
</center>
###IMAGE### ###SPLIT_2###
<!--###GALLERY_1x1### end-->


<!--###LISTING### start-->

  <!--###LISTITEM### start-->

<div class="teasercontainer">
  <div 
class="teaserimage-small"><!--###LINK_GENERAL###-->###PREVIEW###<!--###LINK_GENERAL###--></div>
  <div class="teasertext-wide">
   <h2>###TITLE###</h2>
   Anzahl Bilder: ###COUNT### <br />
    <span>###DESCR_LONG###</span><br />
   <span 
class="quadratlink"><!--###LINK_GENERAL###-->anschauen<!--###LINK_GENERAL###--></span>
  </div>
  <br clear="all" />
</div>

  <!--###LISTITEM### end-->


  <!--###NOTFOUND### start-->
   ###MESSAGE###
   <!--###BACK_LINK###-->###BUTTON###<!--###BACK_LINK###-->
  <!--###NOTFOUND### end-->

 <!--###PAGINATION### start-->
 ###PREVIOUS###
      <!--###PAGE_ITEM### start -->
      <!--###PAGE_LINK###-->
      ###PAGE_LABEL###&nbsp;###PAGE_NUMBER###
      <!--###PAGE_LINK###-->
      &nbsp;&nbsp;
      <!--###PAGE_ITEM### end -->
      ###NEXT###
  <!--###PAGINATION### end-->

<!--###LISTING### end-->


Aber es funzt einfach nicht. :-(

Wäre für jeden Tipp dankbar.


Danke und viele Grüße aus Hamburg
 T o b i











"Carla Froitzheim" <cf at cf-webservice.de> schrieb im Newsbeitrag 
news:mailman.2835.1133532134.24100.typo3-german at lists.netfielders.de...
> Tobi wrote:
>
>>Wer weiß Rat?
>>
> Das html wird bei dieser extension als HTML Objekt im TS Setup angelegt. 
> Du müsstest diesen Teil des TS in Deinem Template entsprechend 
> überschreiben und das ändern, was Du abweichend haben möchtest.
>
> Carla
>
> 





More information about the TYPO3-german mailing list