[TYPO3-english] optionSplit for text value

2012-07-12 Thread Sergio
Hi list, I'm using ttnewsgenericmarkers extension to add my own tag to tt_news template and I have to face with the next problem: I want to split this tag some way. My TS knowledge is very poor. I've been looking for the optionSplit code too, but I don't know how to use it correctly. Could you

Re: [TYPO3-english] optionSplit for text value

2012-07-12 Thread Scotty C
Hi Sergio, You're in luck! I literally just gave a presentation on the whacky world of optionsplit.  The best example usage I can of with optionsplit is to alternate menu item styles (useful for making tabular items more readable). The OptionSplit divides categories with a |*| and items with

[TYPO3-english] Re%3A%20%5BTYPO3-english%5D%20optionSplit%20for%20text%20value

2012-07-12 Thread Sergio
Hi Scotty, thanks for your reply. I just didn't mean I didn't understand optionSplit world, it's just I don't know what properties it can be applied :( For example, I see you can use it for backColor in HMENU but not for text value property, which is my purpose. Sergio

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread François Suter
Hi Oliver, It works perfectly from what I can tell. But the fact that I don't really understand why this one works and why my previous approach just won't, makes me wonder where my misunderstanding of TYPO3 menus is buried. You're not misunderstanding TYPO3 menus in this case. This is about

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread Lorenz Ulrich
Just for the record: François' fully featured sample can be found here: http://bugs.typo3.org/view.php?id=17530 tx_dam_tsfe-fetchFileList is indeed very cool but misses the feature to slide in the rootline of no value was found on the current page. I have a hacky implementation for that

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread Oliver Salzburg
On 2012-07-12 11:05, Lorenz Ulrich wrote: Just for the record: François' fully featured sample can be found here: http://bugs.typo3.org/view.php?id=17530 tx_dam_tsfe-fetchFileList is indeed very cool but misses the feature to slide in the rootline of no value was found on the current page.

Re: [TYPO3-english] Positioning GMENU_LAYERS

2012-07-12 Thread Loek Hilgersom
On 12-07-12 08:20, Scotty C wrote: I've been staring at this code for hours and I'm ready to snap. What am I missing? Maybe you've been staring at the wrong code, try staring at the CSS! ;-) Loek ___ TYPO3-english mailing list

Re: [TYPO3-english] Positioning GMENU_LAYERS

2012-07-12 Thread Gideon So
Hi Scotty, If you are using TYPO3 4.6 or up, there is a problem with gmenu_layer. Please use TYPO3 4.5 or below in order to make gmenu_layer works. Best Regards, Gideon So 於 2012年07月12日 星期四 05:33 下午, Scotty C 提到: Loek, Sorry, I assumed that the links would imply a View Source - CSS.

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread Oliver Salzburg
On 2012-07-11 20:48, Oliver Salzburg wrote: On a clients website, they have a certain navigation elements which I plan to replace with a proper TYPO3 menu. But it's proving to be quite a challenge. - The menu should contain all sub-pages of the page currently being viewed. - Every menu

Re: [TYPO3-english] Positioning GMENU_LAYERS

2012-07-12 Thread Alessandro Tuveri
Hi hope my issue will be useful. GMENU and TMENU are positioned creating some layers at the beginning of the page; to be more precise, after the BODY tag. This is very annoiyng because if the width of your site is fixed (ie. 960px) and centered on the browser window, there is several problems

Re: [TYPO3-english] Positioning GMENU_LAYERS

2012-07-12 Thread Alessandro Tuveri
Hi hope my issue will be useful. GMENU and TMENU are positioned creating some layers at the beginning of the page; to be more precise, after the BODY tag. This is very annoiyng because if the width of your site is fixed (ie. 960px) and centered on the browser window, there is several problems

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread Oliver Salzburg
On 2012-07-12 11:42, Oliver Salzburg wrote: maholtz on StackOverflow (http://stackoverflow.com/a/11447921/259953) also provides another solution to this, which is very close to what I originally had in mind: But contrary to what I thought earlier, this solution did not solve my problem. :(

Re: [TYPO3-english] Positioning GMENU_LAYERS

2012-07-12 Thread Scotty C
Hi Gideon, I've heard of this issue, and am already using 4.5... Thanks anyway! -Scott. From: Gideon So gideo...@livingwater.org.hk To: typo3-english@lists.typo3.org Sent: Thursday, July 12, 2012 3:40:53 AM Subject: Re: [TYPO3-english] Positioning

Re: [TYPO3-english] Positioning GMENU_LAYERS

2012-07-12 Thread Scotty C
Hi Alessandro, Excellent information!  I'm interested in the workaround class you created. Also, I found a T3X package for freedropdowncssmenus at http://typo3.org/extensions/repository/view/freecssdropdownmenu but it contains no manual so I'm not sure how to use. In either case, can you

[TYPO3-english] PageTSconfig doesn't work

2012-07-12 Thread Frenck Lutke
Hi everyone, I'm trying to configure a client's backend with some pageTSconfig, but everything I put in there seems to be ignored. I'm not sure why, as it works in my own TYPO3 environments. Their TYPO3 version is 4.4.9. Even a simple mod.wizards.newContentElement.renderMode = tabs

Re: [TYPO3-english] Fed how to use Fluid Content Elements

2012-07-12 Thread Victor Livakovsky
Hi, Mark. I've had a similar issue and I found the reason. In my case my root page was defined as root (globe icon in page-tree), it was a shortcut to first subpage, which contained a rootlevel TS template - this was blocking TS configuration to be read and that's why nothing appeared in FCE

Re: [TYPO3-english] Why are my Backend Layouts not inherited?

2012-07-12 Thread Victor Livakovsky
Hi, Oliver. I usually create a Storage Folder and set root page to use it is storage page. Later I put my BE layouts into that folder and then they are available everywhere ;) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Why are my Backend Layouts not inherited?

2012-07-12 Thread Oliver Salzburg
On 2012-07-12 14:24, Victor Livakovsky wrote: Hi, Oliver. I usually create a Storage Folder and set root page to use it is storage page. Later I put my BE layouts into that folder and then they are available everywhere ;) Amazing! Thanks a lot. This works like a charm.

Re: [TYPO3-english] PageTSconfig doesn't work

2012-07-12 Thread Frenck Lutke
I had tested these in the List module. It seems that when TemplaVoila is installed and requires templavoila.* TS rules for its own page module, where the original page module uses mod.*, the List module suddenly listens to the templavoila.wizards.* rules and not to the mod.wizards.* rules.

Re: [TYPO3-english] RealURL and simulateStaticDocuments

2012-07-12 Thread Pero Peric
Dmitry thx. for reply. One more question regarding this. The main reason I was using simulateStaticDocuments was that I wanted foo.html types of URLs. I didn't manage to acomplish that using RealURL. The best I got was foo.html/ (trailling slash appended). I know there is RealURL option to

[TYPO3-english] tt_news issue and caching

2012-07-12 Thread Greg Lovesy
Hi all, I'm using tt_news for news releases, but I've had problems with blank pages. It seems to occur when the page is cached as when I flush the cache it works again. I've looked around for a solution and I'm using this temporarily to stop the caching. #--- #

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread François Suter
Hi, uid.field = uid I wouldn't expect this to work, as I don't think this uid property - which is just an arbitrary parameter of the userFunc has stdWrap properties. Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch

Re: [TYPO3-english] Positioning GMENU_LAYERS

2012-07-12 Thread Alessandro Tuveri
HI wait a moment for the class, I should describe how to use it. For the freedropdowncssmenu the work is less difficult as expected, and recently I prefer to do the menus with this +ext. To use freedropdowncssmenu do this: 1. load and install the +ext 2. in SETUP put this code (GMENU +

Re: [TYPO3-english] tt_news issue and caching

2012-07-12 Thread Philipp Gampe
Hi Greg Lovesy, Greg Lovesy wrote: Hi all, I'm using tt_news for news releases, but I've had problems with blank pages. It seems to occur when the page is cached as when I flush the cache it works again. http://www.dmitry-dulepov.com/2009/03/blank-empty-page-in-typo3.html Please post the

Re: [TYPO3-english] Fed how to use Fluid Content Elements

2012-07-12 Thread Mark Roemermann
On 12/07/2012 10:12 PM, Victor Livakovsky wrote: Hi, Mark. I've had a similar issue and I found the reason. In my case my root page was defined as root (globe icon in page-tree), it was a shortcut to first subpage, which contained a rootlevel TS template - this was blocking TS configuration to