Re: [TYPO3-english] "if" clause in HMENU special.directory

2011-09-19 Thread Steffen Gebert
Thanks to both of you! In this latter list there is for example: allStdWrap.if.isTrue.field = media Thanks for the solution, Jigal! Works perfect! Kind regards Steffen -- Steffen Gebert TYPO3 v4 Core Team Member TYPO3 Server Administration Team Member TYPO3 inspiring people to share! Ge

Re: [TYPO3-english] "if" clause in HMENU special.directory

2011-09-19 Thread Jigal van Hemert
Hey Steffen, On 19-9-2011 23:39, Steffen Gebert wrote: I have an HMENU with special=directory, displaying subpages of the current page as shiny buttons: temp.buttons { special = directory special.value = {$rootpage} 1 = GMENU 1.NO = 1 1.NO { ... } } Now I want to filter out all pages, which

[TYPO3-english] Templavoila: Page-Content Elements [Pos.:0]" under "Elements Preset

2011-09-19 Thread Rupali
Hello List, I am trying to make a new content element and mapping it with templavoila. under the section "element preset" i find "Page-Content Elements [Pos.:0]". earlier it was only "content element ". i read that the column numbers can be deactivated from "extra" option of this EL. but cant fi

[TYPO3-english] realurl language at the end?

2011-09-19 Thread Eduardo Kaftanski
Hi, I am building a typo3 site and I got the requirement to place to language at the end of the url. RealURL is installed and running in the usual documented way. I just need some help understanding how to move the url variable to the end. For example: http://www.kdi.cl/es/123/ I need it to be

Re: [TYPO3-english] "if" clause in HMENU special.directory

2011-09-19 Thread Andreas Kiessling
Hi Steffen, i don't think you can modify the query to fetch the subpages (if that's what you meant). Workspaces and multilanguage setups would just screw that up. Haven't used a GMENU for a while, but with a TMENU i'd go for doNotLinkIt on the item and then build up the link with stdWrap.cO

Re: [TYPO3-english] "if" clause in HMENU special.directory

2011-09-19 Thread Steffen Gebert
This should somehow be possible with HMENU.if.isTrue - but is there a way except constructing a database query for each page? So can I somehow access the current page record in the "if" clause? temp.buttons.if.isTrue.whatever? I noticed that holy TSref for "if" says > If "if" returns false, the

[TYPO3-english] "if" clause in HMENU special.directory

2011-09-19 Thread Steffen Gebert
Hi TypoScript gurus, I have an HMENU with special=directory, displaying subpages of the current page as shiny buttons: temp.buttons { special = directory special.value = {$rootpage} 1 = GMENU 1.NO = 1 1.NO { ... } } Now I want to filter out all pages, which have an empty "me

Re: [TYPO3-english] ttnews or T3BLOG

2011-09-19 Thread Jan Bednarik
Hi Jaco, you may want to include into your Excel sheet how design templates are created. I was surprised by t3blog, because its template is mostly put into pure TypoScript and that's not very user friendly. If I recall right, there's no HTML template. With t3blog you'll get full website while

Re: [TYPO3-english] Problem with tt_news items and Realurl

2011-09-19 Thread Jigal van Hemert
Hi, On 19-9-2011 20:42, Jochem Nabuurs wrote: When copying a tt_news item, and editing it afterwards, the url to the new (copied) item is not created from the new title, but instead it contains the old title, appended with "copy" or "copy-n" [...] I can't seem to find the cause of the problem.

Re: [TYPO3-english] Problem with tt_news items and Realurl

2011-09-19 Thread Sergey Alexandrov
There is module settings option: Prepend at Copy [prependAtCopy] Here you can disable adding of the text "(copy [#])" to titles of copied records On 9/19/2011 2:42 PM, Jochem Nabuurs wrote: Hi List, in one of our sites I've discovered the following: When copying a tt_news item, and editing

[TYPO3-english] Problem with tt_news items and Realurl

2011-09-19 Thread Jochem Nabuurs
Hi List, in one of our sites I've discovered the following: When copying a tt_news item, and editing it afterwards, the url to the new (copied) item is not created from the new title, but instead it contains the old title, appended with "copy" or "copy-n" So an existing news item with the title

[TYPO3-english] fluid blob image

2011-09-19 Thread Matthias Secker
Hi, I want to output tt_address data in my extension, so i wrote a class that maps on the tt_address properties (mapping via TS). It works fine so far, but I cant output the image (saved in col "image"-BLOB field). It looks like the fluid-viewhelper cant handle the data. Can anyone tell me wh

Re: [TYPO3-english] RealURL - new page type

2011-09-19 Thread Constantin Iliescu
The problem was from Powermail extension, which sets this: [code]    $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['preVars'][] = array ( // add complete type array         'GETvar' => 'type',         'valueMap' => array (         'validation' => '3131'         ),    

Re: [TYPO3-english] page type parameter in typolink - problem with realurl

2011-09-19 Thread cili
The problem was from Powermail extension, which sets this: [code] $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['preVars'][] = array ( // add complete type array 'GETvar' => 'type', 'valueMap' => array ( 'validation' => '3131'

Re: [TYPO3-english] page type parameter in typolink - problem with realurl

2011-09-19 Thread cili
Hi, Tymoteusz! I'm facing the same problem. Did you manage to solve this? Thank you. TyM wrote: > > Hello > I have a typolink which points to rss feed. Without realurl it is > working just fine, the address is domain.com/index.php?id=1&type=100 > but when I enable realurl the address become >

[TYPO3-english] SB portfolio - Change template on condition

2011-09-19 Thread Jogvan Olsen
Hi List I am using SB_portfolio, and need to use 2 different templates for SingelDislay, depending on the field 'youtube'. I need to test if the if the field 'youtube' contain data - this test is my problem. I need something like this: If the portfolio item contains a video (the field 'you

Re: [TYPO3-english] ttnews or T3BLOG

2011-09-19 Thread Rik Willems
Hi Jaco, Why not try to not use an extension for the basic functionality. With pages + menus you have the basic functionality already. You could add tagpack for categories. With typoscript you can glue it all together. Cheers! Rik On 16-9-2011 9:33, jaco graaff wrote: What do you think?

[TYPO3-english] RealURL - new page type

2011-09-19 Thread Constantin Iliescu
Hello! I'm trying to generate real urls with a new page type, but it just won't work. ext_typoscript.txt: sxajax = PAGE sxajax.typeNum = 789 sxajax.10 < plugin.tx_sxmedialibrary_pi1 realurl_conf.php:         ... 'fileName' => array ( 'defaultToHTMLsuffixOnPrev' => 1, 'index' => array (        

Re: [TYPO3-english] ttnews or T3BLOG

2011-09-19 Thread jaco graaff
jaco: - Hi Georg - thanks for the feedback.. - "Georg Ringer" wrote in message news:mailman.1.1316169961.28017.typo3-engl...@lists.typo3.org... Hi Jaco, thanks for your work. what should be mentioned is also the framework underneath. With fluid, you don't need

[TYPO3-english] Text W Image: Image as background

2011-09-19 Thread Basti Baumann
Hi, it´s possible to configurate the "text w image" object that the first image is used as background image of the enclosure div? Best regards basti ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/l

Re: [TYPO3-english] RealUrl multilanguage with and without country PathSegments

2011-09-19 Thread Basti Baumann
Hi Dimitry, > Final thing: do you use latest RealURL? I remember a problem with > translated segments a couple of versions ago. yes its the lates version. >> $http_host_realurl = $rootpage_id[preg_replace('!^(www\.)!', '', >> $_SERVER['HTTP_HOST'])]; >> $rootpage_id = array( >> 'domain.de' => '

Re: [TYPO3-english] typoscript multi-column mega-menu

2011-09-19 Thread jaco graaff
oops - mistak instead of ## I would then just test against +4 (1st column), +3 (2nd column), .. +0(4th column) it is ## I would then just test against +3 (1st column), +3 (2nd column), .. +0(4th column) because 1+ 3 = 4 and (4)%4 will give you the TRUE return necessary to render the