[TYPO3] how to get a different filelink icons...?

Mischa Heißmann typo3 at heissmann.org
Thu Apr 26 14:31:42 CEST 2007


Hi Alex,

have a look at the long typoscript of tt_news

   # - - - - - - - - -    news Files:    - - - - - - - - - - -  #

   newsFiles_stdWrap.wrap = <dl class="news-single-files">|</dl>
   newsFilesHeader_stdWrap.wrap = <dt>|</dt>
   newsFiles {
     path = uploads/media/
     icon = 1
     stdWrap.wrap = <dd>|</dd>
   }

   # related news by category
   relatedByCategory_stdWrap.wrap =  <dl class="news-single-related">|</dl>
   relatedByCategoryHeader_stdWrap.wrap = <dt>|</dt>
   # globalwrap 2 is used to wrap the list items
   wrap2.wrap = <dd>|</dd>


   # - - - - - - -   Settings for Related News:  - - - - - - - -  #


Alessandro Tuveri schrieb:
> Hi all,
> my problem is apparently simple.
> I need to change the default icons for filelinks (i.e. what you see when 
> you relate a news (tt_new) to a file stored in your server).
> Now the directory is located under typo3/(...)/filelinks/ and contains:
> pdf.gif, gif.gif.
> I want to have a new directory (i.e. under fileadmin/) and store in it 
> my new icons.
> The simpliest way is to enter in that directory and change the icons, 
> but the typo3 directory is shared from several sites...
> 
> Thank you very much for your help...
> 
> -- 
> ALEX TUVERI
> CSIT - UNIV. DI UDINE
> --------------------------------------
> 
> ----------------------------------------------------------------------
> SEMEL (SErvizio di Messaging ELettronico) - CSIT -Universita' di Udine
> 
> 
> 


More information about the TYPO3-english mailing list