|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
|
|
GMENU und wrapItemAndSubHello,
Why is it not possible to use wrapItemAndSub with GMENU? Wouldn't it be easy to copy the code for that feature from TMENU? Or is there a good reason for not doing this? We have a project where we'd like to generate the menues (3 levels) with GMENU and have a nested DIV- structure so that we can animate the layers with jquery. Best regards, Philipp _______________________________________________________________ DI Philipp Metzler Goli.at GesbR. Dorf Rieden 7/11 A-6900 Bregenz EU - Austria E-Mail: phil@... Skype (Internet Phone): googol Tel: +43 / 676 / 72 94 176 ICQ: 13950954 o www.philippmetzler.com - Softwareentwicklung und Websites mit Typo3. o www.goli.at - Ihr Speicherplatz im Web. Messen Sie uns an unseren Daten. o www.clickshopping.at - Wir bringen Ihre Produkte auf den Punkt. o www.greencar.at - Elektroautos und mehr ... _______________________________________________________________ _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubI also missed that feature one time in the past.
Would be nice to have this one.. +1 for wrapItemAndSub on GMENU Or are there any reasons why this isn't implemented? Cheers Moreno _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubMoreno Feltscher kirjoitti:
> I also missed that feature one time in the past. > Would be nice to have this one.. > > +1 for wrapItemAndSub on GMENU > > Or are there any reasons why this isn't implemented? > > maybe thought that image menus don't need text wrappers _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubHi,
+1 for having it. I made a small patch which should do it, please test and report (havn't time for testing now) vg Steffen Index: typo3/sysext/cms/tslib/class.tslib_menu.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_menu.php (revision 4016) +++ typo3/sysext/cms/tslib/class.tslib_menu.php (working copy) @@ -2429,6 +2429,8 @@ if (!$this->I['spacer']) { $this->WMresult.= $this->subMenu($this->I['uid'], $this->WMsubmenuObjSuffixes[$key]['sOSuffix']); } + $part = $this->WMcObj->stdWrap($this->I['val']['wrapItemAndSub'],$this->I['val']['wrapItemAndSub.']); + $this->WMresult.= $part ? $this->tmpl->wrap($this->I['theItem'],$part) : $this->I['theItem']; } _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubSteffen Kamper schrieb:
> Hi, > > +1 for having it. > > I made a small patch which should do it, please test and report (havn't > time for testing now) > > vg Steffen > seems not interesting? vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubSteffen Kamper schrieb:
> Steffen Kamper schrieb: >> Hi, >> >> +1 for having it. >> >> I made a small patch which should do it, please test and report >> (havn't time for testing now) >> >> vg Steffen >> > seems not interesting? No, I never use GMENU. I've been told to use text menus for accessibility reasons. Yeah, I know I could use alt/title but I cannot recall creating an image menu for a very long time. Masi _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubSteffen Kamper kirjoitti:
> Steffen Kamper schrieb: >> Hi, >> >> +1 for having it. >> >> I made a small patch which should do it, please test and report >> (havn't time for testing now) >> >> vg Steffen >> > seems not interesting? > > vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubMartin Kutschker schrieb:
> Steffen Kamper schrieb: >>> >> seems not interesting? > > No, I never use GMENU. I've been told to use text menus for > accessibility reasons. Yeah, I know I could use alt/title but I cannot > recall creating an image menu for a very long time. > same with me. But GMENU is part of the core and some use it, not all need the accessibility. In some cases it's important if client wishes to use their house font. There are some techniques to use images and having accessibility. vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubSteffen Kamper kirjoitti:
> Martin Kutschker schrieb: >> Steffen Kamper schrieb: > >>>> >>> seems not interesting? >> >> No, I never use GMENU. I've been told to use text menus for >> accessibility reasons. Yeah, I know I could use alt/title but I cannot >> recall creating an image menu for a very long time. >> > > same with me. But GMENU is part of the core and some use it, not all > need the accessibility. > > In some cases it's important if client wishes to use their house font. > There are some techniques to use images and having accessibility. > > vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubSteffen Kamper schrieb:
> Martin Kutschker schrieb: >> Steffen Kamper schrieb: > >>>> >>> seems not interesting? >> >> No, I never use GMENU. I've been told to use text menus for >> accessibility reasons. Yeah, I know I could use alt/title but I cannot >> recall creating an image menu for a very long time. >> > > same with me. But GMENU is part of the core and some use it, not all > need the accessibility. Sure, but there are so many small issues. I cannot care or be interested in every single one of them. Masi _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubTapio Markula schrieb:
> Steffen Kamper kirjoitti: >> Martin Kutschker schrieb: >>> Steffen Kamper schrieb: >> >>>>> >>>> seems not interesting? >>> >>> No, I never use GMENU. I've been told to use text menus for >>> accessibility reasons. Yeah, I know I could use alt/title but I cannot >>> recall creating an image menu for a very long time. >>> >> >> same with me. But GMENU is part of the core and some use it, not all >> need the accessibility. >> >> In some cases it's important if client wishes to use their house font. >> There are some techniques to use images and having accessibility. >> >> vg Steffen > do you have a diff - I could put that into tm_contentaccess. i attached diff to my post before vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubMartin Kutschker schrieb:
> Steffen Kamper schrieb: >> Martin Kutschker schrieb: >>> Steffen Kamper schrieb: >>>> seems not interesting? >>> No, I never use GMENU. I've been told to use text menus for >>> accessibility reasons. Yeah, I know I could use alt/title but I cannot >>> recall creating an image menu for a very long time. >>> >> same with me. But GMENU is part of the core and some use it, not all >> need the accessibility. > > Sure, but there are so many small issues. I cannot care or be interested > in every single one of them. > > Masi :-) my question was addressed to original poster ;-) vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubSteffen Kamper kirjoitti:
> Tapio Markula schrieb: >> Steffen Kamper kirjoitti: >>> Martin Kutschker schrieb: >>>> Steffen Kamper schrieb: >>> >>>>>> >>>>> seems not interesting? >>>> >>>> No, I never use GMENU. I've been told to use text menus for >>>> accessibility reasons. Yeah, I know I could use alt/title but I cannot >>>> recall creating an image menu for a very long time. >>>> >>> >>> same with me. But GMENU is part of the core and some use it, not all >>> need the accessibility. >>> >>> In some cases it's important if client wishes to use their house >>> font. There are some techniques to use images and having accessibility. >>> >>> vg Steffen >> do you have a diff - I could put that into tm_contentaccess. > > i attached diff to my post before I found a problem with XCLASSing. gmenu extends tslib_menu but I have class ux_tslib_menu extends tslib_menu but that is not apparently used with class tslib_gmenu extends tslib_menu { ... Is this ok? class ux_tslib_tmenu extends ux_tslib_menu { } ... class ux_tslib_gmenu extends ux_tslib_menu { ... function extProc_afterLinking($key) { ... $part = $this->WMcObj->stdWrap($this->I['val']['wrapItemAndSub'],$this->I['val']['wrapItemAndSub.']); $this->WMresult.= $part ? $this->tmpl->wrap($this->I['theItem'],$part) : $this->I['theItem']; } _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
|
|
|
|
|
|
Re: GMENU und wrapItemAndSubNothing new here?
A working patch would be nice.. I can't do this by myself, knowledge problem based :-) Cheers Moreno _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubHi,
Steffen Kamper schrieb: > Martin Kutschker schrieb: >> >> No, I never use GMENU. I've been told to use text menus for >> accessibility reasons. Yeah, I know I could use alt/title but I cannot >> recall creating an image menu for a very long time. > > same with me. But GMENU is part of the core and some use it, not all > need the accessibility. > > In some cases it's important if client wishes to use their house font. > There are some techniques to use images and having accessibility. Well, there are solutions how to get the GMENU accessible: http://wiki.typo3.org/index.php/GTMENU It would be very nice to implement this into core or to rewrite GMENU to output accessible HTML/CSS code. Any volunteers? ;) Kind regards Helmut _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSub+1
Philipp Metzler wrote: > Hello, > > Why is it not possible to use wrapItemAndSub with GMENU? Wouldn't it be > easy to copy the code for that feature from TMENU? Or is there a good > reason for not doing this? We have a project where we'd like to generate > the menues (3 levels) with GMENU and have a nested DIV-structure so that > we can animate the layers with jquery. > > Best regards, > > Philipp > > _______________________________________________________________ > > DI Philipp Metzler > Goli.at GesbR. > Dorf Rieden 7/11 > A-6900 Bregenz > EU - Austria > > E-Mail: phil@... > Skype (Internet Phone): googol > Tel: +43 / 676 / 72 94 176 > ICQ: 13950954 > > o www.philippmetzler.com - Softwareentwicklung und Websites mit Typo3. > o www.goli.at - Ihr Speicherplatz im Web. Messen Sie uns an unseren Daten. > o www.clickshopping.at - Wir bringen Ihre Produkte auf den Punkt. > o www.greencar.at - Elektroautos und mehr ... > _______________________________________________________________ > TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubI use GMENU with GTMenu userfunction (accessible menu with hidden text
and css images, with hover functionality) and wrapitemandsub is good thing. I patched Typo3 by myself. Stano. On Tue, Aug 26, 2008 at 11:26 AM, Martin Kutschker <masi-no@...> wrote: > Steffen Kamper schrieb: >> Steffen Kamper schrieb: >>> Hi, >>> >>> +1 for having it. >>> >>> I made a small patch which should do it, please test and report >>> (havn't time for testing now) >>> >>> vg Steffen >>> >> seems not interesting? > > No, I never use GMENU. I've been told to use text menus for > accessibility reasons. Yeah, I know I could use alt/title but I cannot > recall creating an image menu for a very long time. > > Masi > _______________________________________________ > TYPO3-dev mailing list > TYPO3-dev@... > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev > TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: GMENU und wrapItemAndSubHi,
On Wed, Jan 21, 2009 at 9:41 AM, Stano Paška <stano.paska@...> wrote: > I use GMENU with GTMenu userfunction (accessible menu with hidden text > and css images, with hover functionality) and wrapitemandsub is good > thing. > I patched Typo3 by myself. > > Stano. > > On Tue, Aug 26, 2008 at 11:26 AM, Martin Kutschker > <masi-no@...> wrote: >> Steffen Kamper schrieb: >>> Steffen Kamper schrieb: >>>> Hi, >>>> >>>> +1 for having it. >>>> >>>> I made a small patch which should do it, please test and report >>>> (havn't time for testing now) >>>> >>>> vg Steffen >>>> >>> seems not interesting? >> >> No, I never use GMENU. I've been told to use text menus for >> accessibility reasons. Yeah, I know I could use alt/title but I cannot >> recall creating an image menu for a very long time. Since this thread has been resurrected, I recommend my extension 'bh_firtools' [1]. It's all Typoscript and, IMO, much superior to GTMENU since it allows the generated CSS to be placed in the head of the page or, if you prefer, in a dynamic stylesheet [2]. [1] http://typo3.org/extensions/repository/view/bh_firtools/current/ [2] http://typo3.org/documentation/document-library/extension-manuals/bh_firtools/2.1.2/view/1/5/#id4043640 -- Christopher Torgalson http://www.typo3apprentice.com/ _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
| Free embeddable forum powered by Nabble | Forum Help |