>> uidInList=90,89,87 will select pages with uid 90 or 89 or 87.
>> pidInList=90,89,87 will select no pages because neither of these
>> pages has subpages. But pidInList=88 will give you pages with uid 90
>> or 89.
>
> In my case, uidInList seems to behave the way you describe pidInList
> here...?
Howdy!
Dmitry Dulepov [typo3] wrote:
> Hi!
>
> Mattias Borell wrote:
>> Maybe I did? When reading the TSref I got the impression that those two
>> where the same (both listing UID for pages) but that pidInList had
>> stdWrap abilities. Or does pidInList mean Parent page UID? (Am I the
>> only
Hi!
Tyler Kraft wrote:
> Really easy, look at tsref in the tmenu and tmenuitems parts.
>
> temp.quickMenu-list = HMENU
> temp.quickMenu-list {
> special = list
> special.value = 90,89,87
> 1=TMENU
> 1.wrap=|
> 1.NO{
> doNotLinkIt = 1
> sub
Hi!
Tyler Kraft wrote:
> Really easy, look at tsref in the tmenu and tmenuitems parts.
>
> temp.quickMenu-list = HMENU
> temp.quickMenu-list {
> special = list
> special.value = 90,89,87
> 1=TMENU
> 1.wrap=|
> 1.NO{
> doNotLinkIt = 1
> sub
Hi!
Mattias Borell wrote:
> Maybe I did? When reading the TSref I got the impression that those two
> where the same (both listing UID for pages) but that pidInList had
> stdWrap abilities. Or does pidInList mean Parent page UID? (Am I the
> only one that finds TSref confusing...? :-)
uidInLis
Tomas Mrozek wrote:
> Didn't you want to use "uidInList" instead of "pidInList"?
Maybe I did? When reading the TSref I got the impression that those two
where the same (both listing UID for pages) but that pidInList had
stdWrap abilities. Or does pidInList mean Parent page UID? (Am I the
only
Really easy, look at tsref in the tmenu and tmenuitems parts.
temp.quickMenu-list = HMENU
temp.quickMenu-list {
special = list
special.value = 90,89,87
1=TMENU
1.wrap=|
1.NO{
doNotLinkIt = 1
subst_elementUid = 1
Didn't you want to use "uidInList" instead of "pidInList"?
Tomas Mrozek
___
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Hi again!
Dmitry Dulepov [typo3] wrote:
> Hi!
>
> Mattias Borell wrote:
>> I can't seem to find a way to make a {DB:X:Y} that just gives the active
>> uid, and using a combination of standard wrap (|) and the {DB:X:Y}
>> doesn't seem to work either. What am I missing here? Do I need to make
>>
Hi!
Mattias Borell wrote:
> I can't seem to find a way to make a {DB:X:Y} that just gives the active
> uid, and using a combination of standard wrap (|) and the {DB:X:Y}
> doesn't seem to work either. What am I missing here? Do I need to make
> this in separate steps, use another approach or...
Hi all.
I've been given a design that calls for an html select-list where each
option has a page UID as value, and the page title between the
option-tags. As the list of UIDs changes a bit depending on where you
are in the site(s), my first thought was that split would be the right tool.
So fa
11 matches
Mail list logo