[TYPO3-english] Double LATEST view in tt_news

2009-06-23 Thread Dawid Pacholczyk
Hello group, I have a small problem. I want to have on my site something like this: TITLE DATE IMAGE SUBHEADER -- TITLE DATE IMAGE SUBHEADER -- TITLE DATE IMAGE SUBHEADER -- -> TITLE -> TITLE -> TITLE -> TITLE n

Re: [TYPO3-english] Double LATEST view in tt_news

2009-06-23 Thread StephenBungert
Use two different news HTML templates. Put tt_news on the page twice, limit the first to 3 articles, and the second to whatever you want (4 or more like you wanted) and make sure that ayou set tt_news up to exclude already displayed news. Or you could use just one instance of tt_news and specify

Re: [TYPO3-english] TMENU

2009-06-23 Thread Stefano Kowalke
Hi > There's more than one possible direction for a solution to this > problem, but it's not a TYPO3 problem until after you've decided how > to solve it :) There a often many ways to solve a problem ;-) but this is IMHO a TYPO3 problem because i using the TMENU which produces the CSS and HTML. i

Re: [TYPO3-english] TMENU

2009-06-23 Thread JoH asenau
> Let me explain my setup: > > The editor marks a page as yellow, blue, whatever in the BE. > He/She do this in the page settings by the layout dropdown. I modify > the entry. Now the menu show the items > "yellow page" > "blue page" > "green page" > "red page" > > In my TS i have a condition: > [g

Re: [TYPO3-english] TMENU

2009-06-23 Thread Michael Cannon
Stefano, Is your menu giving the current page the CSS class you need? If not, after the CUR < .NO, added `CUR = 1`. Same for ACT. Next, there's 2nd or 3rd deeper level of code for your subpages. You could easily enable levels 2 and 3 via TypoScript of `2 < .1`, `3 < .1`. Now, for your blue pages

[TYPO3-english] realty__search problem

2009-06-23 Thread Roberto Torresani
Hi! I have install on a TYPO3 4.2.6 the extension realty 0.3.3, realty___search 0.1.3 and all the depends extensions. When I do a search on plugin realty___search if there are no results I see correctly the message "No results. Please try again". If I do a search with results I have the message "

Re: [TYPO3-english] Double LATEST view in tt_news

2009-06-23 Thread Jigal van Hemert
Dawid Pacholczyk wrote: > First I want have 3 news where i can see title date image and > subheader...after that I want to see 4 more (ofc older then first > three) with only titles...so it`s like double LATEST view. Is it The tt_news manual already explains such an example. [1] and scroll a bit

Re: [TYPO3-english] Double LATEST view in tt_news

2009-06-23 Thread Jigal van Hemert
(sorry, forgot the url): Dawid Pacholczyk wrote: > First I want have 3 news where i can see title date image and > subheader...after that I want to see 4 more (ofc older then first > three) with only titles...so it`s like double LATEST view. Is it The tt_news manual already explains such an exampl

Re: [TYPO3-english] TMENU

2009-06-23 Thread Stefano Kowalke
Hi Michael, the pages which becames the menu items (in the menu branch in my example) have no subpages and the red, blue, ... pages does also no subpages. So IFSUB have IMHO no effect. The solution from Joey is good and works. Thanks for that. Out of curiosity i ask me if it not possible do it

Re: [TYPO3-english] realty__search problem

2009-06-23 Thread Oliver Klee
Hi, Roberto Torresani schrieb: > I have install on a TYPO3 4.2.6 the extension realty 0.3.3, realty___search > 0.1.3 and all the depends extensions. > > When I do a search on plugin realty___search if there are no results I see > correctly the message "No results. Please try again". > If I do a s

Re: [TYPO3-english] Double LATEST view in tt_news

2009-06-23 Thread Dawid Pacholczyk
Thx that worked great but I have a nother problem. as an example TITLE 1 DATE IMAGE SUBHEADER -- TITLE 2 DATE IMAGE SUBHEADER -- TITLE 3 DATE IMAGE SUBHEADER -- -> TITLE 4 -> TITLE 5 -> TITLE 6 PAGEBROWSER I nee

Re: [TYPO3-english] Double LATEST view in tt_news

2009-06-23 Thread Dawid Pacholczyk
Thx that worked great but I have a nother problem. as an example TITLE 1 DATE IMAGE SUBHEADER -- TITLE 2 DATE IMAGE SUBHEADER -- TITLE 3 DATE IMAGE SUBHEADER -- -> TITLE 4 -> TITLE 5 -> TITLE 6 PAGEBROWSER I nee

[TYPO3-english] Remove MARKER on a Page

2009-06-23 Thread Clay Sissing
Hi All I need to remove a marker on my template on a page and keep it on the other pages. The template system I using is rlmp_tmplselector. Any idea if I can do this? Thanks Clay ___ TYPO3-english mailing list TYPO3-english@lists.netfielder

Re: [TYPO3-english] TMENU

2009-06-23 Thread JoH asenau
> Out of curiosity i ask me if it not possible do it with the > "if.equals" property of stdWrap and set the css class "current" for > the menu item on dependency the layout field of the current page. > > Pseudo code: > > if.equals = the layout field of page > if.value = 1 (for yellow pages) > > set

Re: [TYPO3-english] Remove MARKER on a Page

2009-06-23 Thread Marcus 'biesior' Biesioroff
Clay Sissing pisze: > Hi All > I need to remove a marker on my template on a page and keep it on the > other pages. create additional TS template only on this page (w/out clearing setup/constants etc...) and use this line (of course fix page.10 if required, use TypoScript Object Browser to de

Re: [TYPO3-english] TMENU

2009-06-23 Thread Stefano Kowalke
Am 23.06.2009 12:46 Uhr, schrieb JoH asenau: > You should use a CASE for that: > > allWrap.cObject = CASE > allWrap.cObject { > key.data = TSFE:pages|layout > default = TEXT > default.value = | > 1 = TEXT > 1.value = | > 2 = TEXT > 2.value = | > 3 = TEXT > 3.val

Re: [TYPO3-english] TMENU

2009-06-23 Thread JoH asenau
> This is nearly the right solution ;-) but this TS inserts in every > -tag the layout class. As result i have a menu where all entries > have the same class f.e. if the value of layout in the page = 1 (for > yellow pages) all entries have the class="layout_1" class. Try this one instead to get ri

Re: [TYPO3-english] Remove MARKER on a Page

2009-06-23 Thread Andreas Burg
Marcus > page.10.marks.YOUR_MARKER > or do it with a condition that fits your situation on main-TS-template: [yourCondition] page.10.marks.YOUR_MARKER > [global] -- Andreas Mailing list rules & guidelines (Mailing list Regeln & Leitfaden): http://typo3.org/community/mailing-lists/ http://t

[TYPO3-english] Menu navigation and domains

2009-06-23 Thread Sergio
I rescue one of my past posts because I didn't find a proper solution for this: I've got the next pagetree: --- Root | Main (www.main.com) | Subdomain1 (www.subdomain1.com) | Subdomain2 (www.subdomain2.com) Every subpage in this tree has its own domain defined

[TYPO3-english] tt_news alternative records

2009-06-23 Thread Perica Matic
Hi, I'm trying to show news like this: First news title First news subheader Second news title Third news title Forth news title Is it possible to do this with only one news template by using alternative html code to display news without subheader? So, instead of switching primary and alternati

Re: [TYPO3-english] TMENU

2009-06-23 Thread Stefano Kowalke
This was much shorter and works well Joey, thanks for that. Stefano ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] tt_news alternative records

2009-06-23 Thread Philipp Gampe
maybe use two tt_news plugins on the same page? Am 23.06.2009, 17:19 Uhr, schrieb Perica Matic : > Hi, > > I'm trying to show news like this: > > First news title > First news subheader > > Second news title > Third news title > Forth news title > > Is it possible to do this with only one news te

Re: [TYPO3-english] Spacers and other beginner questions

2009-06-23 Thread Marian Schedenig
Jigal van Hemert wrote: > I first tried this piece of code before posting it, so I know for > certain that it works. > These spacer pages don't happen to have the "Hide" option activated? They're not hidden, and I can't find any other restrictions on the spacer pages, either. Here's the part of

Re: [TYPO3-english] tt_news alternative records

2009-06-23 Thread Perica Matic
Yes, i'll do it that way. Thx. "Philipp Gampe" wrote in message news:mailman.1.1245792543.21933.typo3-engl...@lists.netfielders.de... > maybe use two tt_news plugins on the same page? > > Am 23.06.2009, 17:19 Uhr, schrieb Perica Matic : > >> Hi, >> >> I'm trying to show news like this: >> >> Fir

Re: [TYPO3-english] Spacers and other beginner questions

2009-06-23 Thread Jigal van Hemert
Marian Schedenig wrote: > lib.subMenu = HMENU > > lib.subMenu.1 = TMENU > lib.subMenu.1.NO { > > lib.submenu.1.SPC = 1 > > lib.subMenu.2 = TMENU > lib.subMenu.2.NO { > > lib.subMenu.2.ACT = 1 > > lib.submenu.2.SPC = 1 Take a good look at what you wrote! Everywhere you used sub

Re: [TYPO3-english] TMENU

2009-06-23 Thread Michael Cannon
Stefano, Can you provide a sample listing of URLs and what the menu HTML is to look like? I want to understand the concept and then see if I can better fit TypoScript. -- Michael Cannon CEO, Acqal Corporation -- Official TYPO3 Agency for Website Content Management US +1 (404) 963-8850 x103 Taiwa