Re: [TYPO3-english] DIR include of TypoScript

2013-10-15 Thread Christian Essl
> FAZIT: > Only Rene's suggestion actually shows the developers and users immediately > what for they are! A Folder solution only, would not achieve this! Organizing typscript files with a folder structure is very clear to read. If the Integrator mixes up typoscript snippets of different kinds,

[TYPO3-english] Apply Glaze to Wood Furniture

2013-10-15 Thread anna loy
Glazing furniture involves applying any blush amid coats of finish. It can be acclimated to adapt the blush of furniture, to accord the actualization of age, to actor the actualization of added heavily-grained dupe and to add actualization and abyss to a wood surface. Read these accomplish to appre

[TYPO3-english] Re: DIR include of TypoScript

2013-10-15 Thread Andi
+1 Nico and Rene Usability should be at first place and this will be especially true when ts2 will come. *> ... it's already known under the same name: TypoScript* ... exactly that all four types of TS have the same name (namely TypoScript) leads to a lot of confusion for beginning (and semi-e

[TYPO3-english] Re: Fluid not detecting alternative template

2013-10-15 Thread Jorgen van der Kroon
Quote: tom.warwick wrote on Tue, 15 October 2013 11:55 # Set the default Template, our 3 column Template default = TEXT default.value = fileadmin/templates/onecol.html # Set also the first [2] Template, our 3 column Template 1 = TEX

Re: [TYPO3-english] [Templating] Separating 1st level menu and 2nd level menu?

2013-10-15 Thread Jan Bednarik
I don't understand why you would need special directory HMENU. From what I understand, Salander want's just a regular page menu for 1st level: lib.main = HMENU lib.main { wrap = | 1 = TMENU 1.NO.allWrap = } and another menu for 2nd level: lib.sub = HMENU lib.sub { wrap = | entryLevel = 1 1 =

[TYPO3-english] Constant editor for editors

2013-10-15 Thread Jan Bednarik
Hi all, is there an easy way to allow editors (BE users) to overwrite template properties? Something like regular constant editor, but accessible for BE users? The extension Constant editor is not working with 4.5, so I assume it won't with 6.x either. So far the only way I figured is to put

[TYPO3-english] powermail 2 and strange upload file button

2013-10-15 Thread Katja Lampela
hi, could someone please help me with this. I want to have a normal file upload button in the powermail form. For some reason the upload file button has this weird orange enourmous FILE UPLOAD background image. The partials of this template is (sorry for the thunderbird line breaks): name="f

[TYPO3-english] Re: Fluid not detecting alternative template

2013-10-15 Thread Fedir RYKHTIK
What TYPO3 version You are using ? Are You using some fedext extensions ? In this case which extensions exactly ? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] [Templating] Separating 1st level menu and 2nd level menu?

2013-10-15 Thread PIT Solutions
Hi, Yes, you need to give your root page id (PID) to the "special.value" parameter. For example;     Suppose your root page id is "1". Then the script becomes; temp.sub_naviguation = HMENU temp.sub_naviguation {     special = directory     special.value = 1     wrap = |     1 = TMENU     1 {    

[TYPO3-english] Re: [Templating] Separating 1st level menu and 2nd level menu?

2013-10-15 Thread Salander
Hello, Thanks for your quick response. The link you gave me is the tutorial I followed to create my TS config. I thought my Script was good because it's exactly the same from the documentation, except I changed menu_1 by the sub_naviguation. When you say "give your root page id to "special val

[TYPO3-english] Re: Fluid not detecting alternative template

2013-10-15 Thread Tom Warwick
Hi Fedir, My TS is actually based on this tutorial - its a great introduction, yet I still cant successfully switch templates :( ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Re: Fluid not detecting alternative template

2013-10-15 Thread Fedir RYKHTIK
Try this tutorial : http://thomas.deuling.org/de/2011/06/configure-the-fluid-typoscript-and-create-backend-templates/ ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] [Templating] Separating 1st level menu and 2nd level menu?

2013-10-15 Thread PIT Solutions
Hi, First you need to give your root page id to "special.value" parameter. And all other scripts in my code is correct for a 2 level menu. You can check the HTML integration here; Can you please go through the url  http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/0

[TYPO3-english] Re: [Templating] Separating 1st level menu and 2nd level menu?

2013-10-15 Thread Salander
Hi, Thanks for your code, that's sweet. Otherwise, I copy pasta like this: # Menu 1 cObject temp.sub_naviguation = HMENU temp.sub_naviguation { special = directory special.value = {Root_id} wrap = | 1 = TMENU 1 { expAll = 0 NO = 1 NO.wrapItemAndSub =

Re: [TYPO3-english] [Templating] Separating 1st level menu and 2nd level menu?

2013-10-15 Thread PIT Solutions
Hi Salander, Please try this typoscript; This is for 2 level menu with your requirement. temp.sub_naviguation = HMENU temp.sub_naviguation {     special = directory     special.value = {Root_id}     wrap = |     1 = TMENU     1 {         expAll = 0         NO = 1         NO.wrapItemAndSub = |    

[TYPO3-english] [Templating] Separating 1st level menu and 2nd level menu?

2013-10-15 Thread Salander
Hello, I have a little problem with templating. I need to have the main_naviguation ( first level ) not in the same place as the sub_naviguation (second level). With my configuration, I have the first level and the second level on one unique , it's really annoying. They're packed in the id="s

Re: [TYPO3-english] can't index default language pages with indexed_search

2013-10-15 Thread PIT Solutions
Hi, Can you please try this with the language configuration; plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = {sys_language_uid}  In your case sys_language_uids are 1 and 2. With Regards, Arun Chandran Software Engineer PIT Solutions Pvt Ltd. From: radu ro T

[TYPO3-english] can't index default language pages with indexed_search

2013-10-15 Thread radu ro
I have two languages on my site and strangely indexed_search indexes only alternative page language with the translation content. I have Typo3 6.14 and in typoscript is the next configuration: languages# ### config.linkVars = L config.uniqueLinkV

Re: [TYPO3-english] Solr extension Failed indexing Index Queue item xxx

2013-10-15 Thread Dmitry Dulepov
Hi! Juan Asencio wrote: We use typo3 4.7 and the extension Apache Solr for Typo3 v2.8.3. For some reason we can't get the scheduler to index 100% of our site. It gets to around 35% and stops. You will have more luck asking in the TYPO3 Solr group :) On the Developer Log I can see the follo