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
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
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
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
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
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
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
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
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.
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
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
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
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'
),
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'
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
>
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
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?
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 (
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
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
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' => '
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
22 matches
Mail list logo