[TYPO3-UG Spain] TYPO3-UG-spain Digest, Vol 42, Issue 3

Leo Barrientos C lbarrientos at opensistemas.com
Mon Jun 11 10:38:22 CEST 2007


Hola, es interesante y amplia tu pregunta. Pues, como buen Ingeniero de
Software: Divide y vencerás:

a) Depués de tanto tiempo ya con Typo3 no he tenido malas experiencias,
pero tampoco se debe usar para todo, los proyectos enterprise se deben
hacer con Java y otros en que se debe usar algo màs "liviano" como
Joomla. Todo depende de la perspectiva.

b) Aprender ràpido y Typo3 no van mucho de la mano, hay que leer mucho
partiendo por los dos libros (Mastering TypoScript y Typo3) y darse el
tiempo de buscar la documentación; además de que si no encuentras
soluciones preguntar acá. 

Contáctame a ver si te subo a tu ftp un comprimido de nuestro sitio
dummy.

c) Si no tienes diseñadores, pues ve a www.openwebdesign.org y te bajas
uno que te guste, luego lo marcas y con typoscript ya lo puedes montar -
te dejo un typoscript demo que lo puedes modificar a tu gusto.


temp.TOP_MENU = HMENU
temp.TOP_MENU.entryLevel = 0
temp.TOP_MENU.special = directory
temp.TOP_MENU.special.value = 6
temp.TOP_MENU.1 = TMENU
temp.TOP_MENU.1.wrap =<ul>|</ul>
temp.TOP_MENU.1{
  NO {
    linkWrap= <li>|</li>
  }

ACT < .NO
ACT = 1
ACT.linkWrap = <li class="activemenu">|</li>
}

temp.MENU = HMENU
temp.MENU.entryLevel = 0
temp.MENU.special = directory
temp.MENU.special.value = 5
temp.MENU.1 = TMENU
temp.MENU.1.wrap =<ul>|</ul>
temp.MENU.1{
  expAll = 1
  NO {
    doNotLinkIt = 1                                    
    linkWrap= <li>|</li>
  }

ACT < .NO
ACT = 1
}

temp.MENU.2 = TMENU
temp.MENU.2.wrap = |
temp.MENU.2{
expAll = 1
  NO {    
    linkWrap= <li> &nbsp; :: |</li>
  }

ACT < .NO
ACT = 1

}

breadcrumb=COA
breadcrumb {
10 = HMENU
10 {
  special = rootline
  special.range = 0 |-1
  wrap = -::- &nbsp; | &nbsp; -::-
  1 = TMENU
      # no unneccessary scripting.
      1.noBlur = 1
      # Current item should be unlinked
      1.CUR = 1
      1.target = _self
      1.wrap = <b>| </b>
      1.NO {
          stdWrap.field = title
          ATagTitle.field = nav_title // title
          linkWrap = ||*| &nbsp;::&nbsp; |*| 
          }
      # Current menu item is unlinked
      1.CUR {
          stdWrap.field = title
          linkWrap = ||*| &nbsp;::&nbsp;  |*|
          doNotLinkIt = 1
          }
     }
}


config.doctype = xhtml_trans
config.metaCharset = utf-8
config.xhtml_cleaning = all
config.xmlprologue = none
config.htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en"
config.htmlTag_langKey = en-US

page = PAGE
page.typeNum =0
page.stylesheet = fileadmin/templates/img/main_01.css
page.config.index_enable = 1
page.10 = TEMPLATE
page.10 {
               template = FILE
               template.file = fileadmin/templates/index_01.html
               workOnSubpart = DOCUMENT_BODY              
               subparts.NORMAL = TEXT            
               subparts.NORMAL < styles.content.get   
               subparts.NAVIGATION_TOP = TEXT 
               subparts.NAVIGATION_TOP < temp.TOP_MENU
               subparts.NAVIGATION = TEXT 
               subparts.NAVIGATION < temp.MENU
               subparts.TITLE = TEXT
               subparts.TITLE.field = title//subtitle
               subparts.LEFT = TEXT 
               subparts.LEFT < styles.content.getLeft
               subparts.BREADCRUMB = TEXT
               subparts.BREADCRUMB < breadcrumb            
          }     

Eso, saludos.





El mié, 06-06-2007 a las 12:00 +0200,
typo3-ug-spain-request at lists.netfielders.de escribió:
> 
> Nicol?s o los dem?s miembros me pueden comentar que tal les ha
> resultado
> tipo3 para desarrollar portales corporativos?
> Se puede aprender r?pido? Me pueden pasar alg?n template o componente
> que
> pueda reutilizar para el dise?o de un sitio para no arrancar de cero.
> 
> Desde ya muchas gracias
> Saludos para todos
> Fernando 



More information about the TYPO3-UG-spain mailing list