Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output [SOLVED]

2012-05-02 Thread Bert Hiddink [BENDOO e-work solutions]

Hello,

Finally found out: due to an import of  1000 recored, same datetime 
was set for every record, since the SORT takes datetime for sorting.


plugin.tt_news.displaySingle.nextPrevRecSortingField = datetime

Thanks to you all!

Regards,
Bert

On 5/1/12 4:33 PM, Bert Hiddink [BENDOO e-work solutions] wrote:

Hello,

I guess usePiBasePagebrowser should be set to 1

However, I still can not get this working. Everything is in place I
think, even tested in a blank Introduction-package and seems not to
work, same result.

The only thing I get with:
###NEWS_SINGLE_PAGEBROWSER### this is a link
...where this is a link is wrapped in a link to the list-page

Have not dived into the code yet but is this a bug? Any ideas?

Thanks and regards,
Bert



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output

2012-05-01 Thread Bert Hiddink [BENDOO e-work solutions]

Hello,

I guess usePiBasePagebrowser should be set to 1

However, I still can not get this working. Everything is in place I 
think, even tested in a blank Introduction-package and seems not to 
work, same result.


The only thing I get with:
###NEWS_SINGLE_PAGEBROWSER### this is a link
...where this is a link is wrapped in a link to the list-page

Have not dived into the code yet but is this a bug? Any ideas?

Thanks and regards,
Bert





On 4/25/12 4:28 PM, Sinisa Mitrovic wrote:

Hi,

Try this (in tt_news setup template):

plugin.tt_news {
singlePid = {$tt_news_singlePid}
usePiBasePagebrowser = 0
}

Where {$tt_news_singlePid} is ID of page with single news...






Best regards...
Siniša Mitrović

-Original Message-
From: typo3-english-boun...@lists.typo3.org
[mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Bert Hiddink
[BENDOO e-work solutions]
Sent: Wednesday, April 25, 2012 4:17 PM
To: typo3-english@lists.typo3.org
Subject: Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in
SINGLE-  no output

Hello Maarten,

On 4/25/12 3:43 PM, Maarten Mandemaker wrote:

Try my additional post:

You also need the set the starting point in the tt_news single
flexform (last tab). You MUST do this otherwise you'll end up the an
emptyp  tag. 

Almost certain this is your problem.


Had done this already but same result... Any other suggestion?

Thanks and regards,
Bert
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output

2012-04-25 Thread Maarten Mandemaker

Bert,

Did you try:

plugin.tt_news {
   usePiBasePagebrowser = 1
}

- Maarten Mandemaker



Op 25-04-12 14:38, Bert Hiddink [BENDOO e-work solutions] schreef:

Hello,

I try to use the ###PREV_LINK### ###NEXT_LINK### in SINGLE-mode.

#Customizing next/prev links in SINGLE
plugin.tt_news {
displaySingle {
prevLinkTitle_stdWrap.wrap = | rel=prev
prevLinkLabel_stdWrap.wrap = |
prevLink_stdWrap.wrap = div class=alignleftlaquo; |/div

nextLinkTitle_stdWrap.wrap = | rel=next
nextLinkLabel_stdWrap.wrap = |
nextLink_stdWrap.wrap = div class=alignright| raquo;/div
}
}

However, the markers do no output anything?

What do I miss? Any ideas?

Thanks in advance!

Bert


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output

2012-04-25 Thread Maarten Mandemaker

In addition:

You also need the set the starting point in the tt_news single flexform 
(last tab). You MUST do this otherwise you'll end up the an empty p tag.



Op 25-04-12 14:46, Maarten Mandemaker schreef:

Bert,

Did you try:

plugin.tt_news {
usePiBasePagebrowser = 1
}

- Maarten Mandemaker



Op 25-04-12 14:38, Bert Hiddink [BENDOO e-work solutions] schreef:

Hello,

I try to use the ###PREV_LINK### ###NEXT_LINK### in SINGLE-mode.

#Customizing next/prev links in SINGLE
plugin.tt_news {
displaySingle {
prevLinkTitle_stdWrap.wrap = | rel=prev
prevLinkLabel_stdWrap.wrap = |
prevLink_stdWrap.wrap = div class=alignleftlaquo; |/div

nextLinkTitle_stdWrap.wrap = | rel=next
nextLinkLabel_stdWrap.wrap = |
nextLink_stdWrap.wrap = div class=alignright| raquo;/div
}
}

However, the markers do no output anything?

What do I miss? Any ideas?

Thanks in advance!

Bert




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output

2012-04-25 Thread Bert Hiddink [BENDOO e-work solutions]

Hello Maarten,

On 4/25/12 2:46 PM, Maarten Mandemaker wrote:

Bert,

Did you try:

plugin.tt_news {
usePiBasePagebrowser = 1
}


Yes, I did but does not help...

Thanks!
Bert


- Maarten Mandemaker



Op 25-04-12 14:38, Bert Hiddink [BENDOO e-work solutions] schreef:

Hello,

I try to use the ###PREV_LINK### ###NEXT_LINK### in SINGLE-mode.

#Customizing next/prev links in SINGLE
plugin.tt_news {
displaySingle {
prevLinkTitle_stdWrap.wrap = | rel=prev
prevLinkLabel_stdWrap.wrap = |
prevLink_stdWrap.wrap = div class=alignleftlaquo; |/div

nextLinkTitle_stdWrap.wrap = | rel=next
nextLinkLabel_stdWrap.wrap = |
nextLink_stdWrap.wrap = div class=alignright| raquo;/div
}
}

However, the markers do no output anything?

What do I miss? Any ideas?

Thanks in advance!

Bert




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output

2012-04-25 Thread Maarten Mandemaker

Try my additional post:

You also need the set the starting point in the tt_news single flexform 
(last tab). You MUST do this otherwise you'll end up the an empty p tag. 


Almost certain this is your problem.

- Maarten Mandemaker




Op 25-04-12 15:22, Bert Hiddink [BENDOO e-work solutions] schreef:

Hello Maarten,

On 4/25/12 2:46 PM, Maarten Mandemaker wrote:

Bert,

Did you try:

plugin.tt_news {
usePiBasePagebrowser = 1
}


Yes, I did but does not help...

Thanks!
Bert


- Maarten Mandemaker



Op 25-04-12 14:38, Bert Hiddink [BENDOO e-work solutions] schreef:

Hello,

I try to use the ###PREV_LINK### ###NEXT_LINK### in SINGLE-mode.

#Customizing next/prev links in SINGLE
plugin.tt_news {
displaySingle {
prevLinkTitle_stdWrap.wrap = | rel=prev
prevLinkLabel_stdWrap.wrap = |
prevLink_stdWrap.wrap = div class=alignleftlaquo; |/div

nextLinkTitle_stdWrap.wrap = | rel=next
nextLinkLabel_stdWrap.wrap = |
nextLink_stdWrap.wrap = div class=alignright| raquo;/div
}
}

However, the markers do no output anything?

What do I miss? Any ideas?

Thanks in advance!

Bert






___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output

2012-04-25 Thread Sergey Alexandrov

should it be something like (don't know if there is another wrap)

prevLinkTitle_stdWrap.wrap = | rel=prev



Op 25-04-12 14:38, Bert Hiddink [BENDOO e-work solutions] schreef:

Hello,

I try to use the ###PREV_LINK### ###NEXT_LINK### in SINGLE-mode.

#Customizing next/prev links in SINGLE
plugin.tt_news {
displaySingle {
prevLinkTitle_stdWrap.wrap = | rel=prev
prevLinkLabel_stdWrap.wrap = |
prevLink_stdWrap.wrap = div class=alignleftlaquo; |/div

nextLinkTitle_stdWrap.wrap = | rel=next
nextLinkLabel_stdWrap.wrap = |
nextLink_stdWrap.wrap = div class=alignright| raquo;/div
}
}

However, the markers do no output anything?

What do I miss? Any ideas?

Thanks in advance!

Bert


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output

2012-04-25 Thread Bert Hiddink [BENDOO e-work solutions]

Hello Maarten,

On 4/25/12 3:43 PM, Maarten Mandemaker wrote:

Try my additional post:

You also need the set the starting point in the tt_news single flexform
(last tab). You MUST do this otherwise you'll end up the an empty p
tag. 

Almost certain this is your problem.


Had done this already but same result... Any other suggestion?

Thanks and regards,
Bert
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in SINGLE- no output

2012-04-25 Thread Sinisa Mitrovic
Hi,

Try this (in tt_news setup template):

plugin.tt_news {
singlePid = {$tt_news_singlePid}
usePiBasePagebrowser = 0
}

Where {$tt_news_singlePid} is ID of page with single news...

Best regards...
Siniša Mitrović

-Original Message-
From: typo3-english-boun...@lists.typo3.org
[mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Bert Hiddink
[BENDOO e-work solutions]
Sent: Wednesday, April 25, 2012 4:17 PM
To: typo3-english@lists.typo3.org
Subject: Re: [TYPO3-english] tt_news 3.2: ###PREV_LINK### ###NEXT_LINK### in
SINGLE- no output

Hello Maarten,

On 4/25/12 3:43 PM, Maarten Mandemaker wrote:
 Try my additional post:

 You also need the set the starting point in the tt_news single 
 flexform (last tab). You MUST do this otherwise you'll end up the an 
 empty p tag. 

 Almost certain this is your problem.

Had done this already but same result... Any other suggestion?

Thanks and regards,
Bert
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english