[TYPO3-english] "special menu" question

Andreas Burg typo3 at andreasburg.de
Tue Apr 14 02:22:21 CEST 2009


Hi Kim

> ##menu browse
> 27 = HMENU
> 27.special = browse
> 27.wrap = <div id="previous-next-menu" align="right">|</div
> 27.special {
>     items = prev | next
>     prev.fields.title = << prev&nbsp;
>     next.fields.title = &nbsp;next >>
> }
> 27.1 = TMENU
> 27.1.NO.linkWrap = |
> 
> 
> Could someone help me with the code to replace prev / next with my 
> buttons placed in a folder in fileadmin/....

I haven't tried, but try to build up your TMENU and put the image into the link:

27.1 = TMENU
# you don't need the next line
# 27.1.NO.linkWrap = |
# I hope this works
27.1.NO.beforeImg = fileadmin/prev.gif | fileadmin/next.gif
# to hide the normal link text
27.1.NO.doNotShowLink = 1
# to put the image into the link
27.1.NO.beforeImgLink = 1

see also TSref

-- 
Andreas

Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/


More information about the TYPO3-english mailing list