TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-project-templavoila@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 07.04.2008, 00:42
Alix Justus
Gast
 
Beiträge: n/a
Standard [TYPO3-templavoila] Horizontalmenu, typoscript & templavoila

Hi,

I am having dificulty to setup a horozontal menu. First i made 4 standart
pages then i used templavoila to map divs. I have the folwing structure:

<div id="invertedtabs">
<ul>
<li ><a href="#"><span>HOME</span></a></li>
<li><a href="#"><span>ABOUT</span></a></li>
<li><a href="#" title="Revised"><span>CONTACTS</span></a></li>
<li><a href="#"><span>INFO</span></a></li>
<li><a href="#"><span>Portofolio</span></a></li>
</ul>
</div>

with templavoila i mappd div id invertedtabs to typosctopt path object,
then i setup typoscript like this :

# Default PAGE object:
page = PAGE
page.10 = TEXT
page.10 = USER

page.10.userFunc = tx_templavoila_pi1->main_page

page.includeCSS{

file1 = fileadmin/templates/css/layout.css
file1 {
title = MainStyle
media = all
}
}

lib.headerData.30 = COA

#Main Menu

lib.MainMenu = HMENU
lib.MainMenu.special = directory
lib.MainMenu.special.value = 1
lib.MainMenu = HMENU
lib.MainMenu {
expAll = 0
NO.ATagTitle.field = title
wrap = <ul id=invertedtabs ul>|</ul>
NO.wrapItemAndSub = <li>|</li>
ACT = 1
ACT.wrapItemAndSub = <li>|</li>
ACT.ATagTitle.field = title

}


Only is not working, it shows the layout, its empty, it those not shows a
horozontal menu . Can any one tel me what i doing worng here?

thanks in advance,

Alix
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 07.04.2008, 07:39
Dmitry Dulepov [typo3]
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Horizontalmenu, typoscript & templavoila

Hi!

Alix Justus wrote:
> with templavoila i mappd div id invertedtabs to typosctopt path object,
> then i setup typoscript like this :


Check again in TemplaVoila what name of the TS object is. Sometimes people (me too) forget to press "Update" and name stays as "lib.myObject".

> page.includeCSS{


Don't to this. Use header mapping! Using includeCSS is discouraged with TemoplaVoila. Not forbidden but discouraged.

--
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 07.04.2008, 18:00
Alix Justus
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Horizontalmenu, typoscript & templavoila

No its not lib.myObject, to be shore i started from scratch again, and namde
to lib.MainMenu and updateit too, and its n ot working.
is there somethink wrong with typoscript?




2008/4/7 Dmitry Dulepov [typo3] <dmitry (AT) typo3 (DOT) org>:

> Hi!
>
> Alix Justus wrote:
> > with templavoila i mappd div id invertedtabs to typosctopt path object,
> > then i setup typoscript like this :

>
> Check again in TemplaVoila what name of the TS object is. Sometimes people
> (me too) forget to press "Update" and name stays as "lib.myObject".
>
> > page.includeCSS{

>
> Don't to this. Use header mapping! Using includeCSS is discouraged with
> TemoplaVoila. Not forbidden but discouraged.
>
> --
> Dmitry Dulepov
> TYPO3 core team
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
> "Nothing is impossible. There are only limits to our knowledge"
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila (AT) lists...netfielders.de
>
> http://lists.netfielders.de/cgi-bin/...ct-templavoila
>

_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 07.04.2008, 22:35
Daniel Doesburg
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Horizontalmenu, typoscript & templavoila

Alix Justus schreef:
> No its not lib.myObject, to be shore i started from scratch again, and namde
> to lib.MainMenu and updateit too, and its n ot working.
> is there somethink wrong with typoscript?


Yes it is.

#Main Menu
lib.MainMenu = HMENU
lib.MainMenu.special = directory
lib.MainMenu.special.value = 1
lib.MainMenu = HMENU
lib.MainMenu {
expAll = 0
NO.ATagTitle.field = title
wrap = <ul id=invertedtabs ul>|</ul>
NO.wrapItemAndSub = <li>|</li>
ACT = 1
ACT.wrapItemAndSub = <li>|</li>
ACT.ATagTitle.field = title
}


should be

lib.MainMenu = HMENU
lib.MainMenu {
// I think those 2 special statements are not necessary.
special = directory
special.value = 1
1 = TMENU
1 {
expAll = 0
wrap = <ul id=invertedtabs ul>|</ul>
NO = 1
NO.ATagTitle.field = title
NO.wrapItemAndSub = <li>|</li>

ACT < .NO
}
2 < .1
3 < .2
}



Success.

Kind regards,

Daniel Doesburg
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 07.04.2008, 22:40
Markus Kobligk
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Horizontalmenu, typoscript & templavoila

Hi Alix,

> lib.MainMenu = HMENU
> lib.MainMenu.special = directory
> lib.MainMenu.special.value = 1
> lib.MainMenu = HMENU

^^^^^^
What You want is a TMENU here.

Try this:

lib.MainMenu = HMENU
lib.MainMenu.special = directory
lib.MainMenu.special.value = 1
lib.MainMenu {
1 = TMENU
1.expAll = 1
1 {
...
}
}

Greetings,
Markus

_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 07.04.2008, 22:45
Markus Kobligk
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Horizontalmenu, typoscript & templavoila

Hi Daniel,

> // I think those 2 special statements are not necessary.
> special = directory
> special.value = 1


Doesn't that depend on his page tree / site structure?
I think such a generell statement isn't possible, is it?

Best Regards,
Markus

_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #7  
Alt 08.04.2008, 23:00
Alix Justus
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Horizontalmenu, typoscript & templavoila

wel , that did not helpd at all, it shows only te style, empty.


1) i mapp div with templavoila,
2) I save them to storage folder
3) i go to the first page, i asign there a template wich i made with
templavoial
4) then i go to List module, i edit the template , i add there the
typoscript wich you all post
5) and it stil not working, i also clear FE catch and typo3conf, but that
did not helpd.

do i forget somethink to , or is just i am doing everythink wrong.? :s



2008/4/7 Markus Kobligk <markus (AT) kobligk (DOT) de>:

> Hi Daniel,
>
> > // I think those 2 special statements are not necessary.
> > special = directory
> > special.value = 1

>
> Doesn't that depend on his page tree / site structure?
> I think such a generell statement isn't possible, is it?
>
> Best Regards,
> Markus
>
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila (AT) lists...netfielders.de
>
> http://lists.netfielders.de/cgi-bin/...ct-templavoila
>

_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-german] TemplaVoila - Typoscript in der Datastructure Adler, Jesse typo3-german@lists.netfielders.de 1 02.02.2008 21:51
[TYPO3-templavoila] How to determine the currently used templatevia TypoScript Peter Kraume typo3-project-templavoila@lists.netfielders.de 4 17.08.2007 17:42
[TYPO3-templavoila] TypoScript with TV not working Benjamin Mack typo3-project-templavoila@lists.netfielders.de 3 20.03.2007 14:44
[TYPO3-german] Templavoila mit TypoScript Michael Türk typo3-german@lists.netfielders.de 3 27.02.2007 10:01
Re: [TYPO3-templavoila] TemplaVoila v/s Traditional Templating(Template AutoParser, TypoScript etc.) Dennis Riedel typo3-project-templavoila@lists.netfielders.de 5 02.12.2006 22:27


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:49 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77