Re: [TYPO3] wfqbe - 'update on change' option

2007-09-10 Thread Mauro Lorenzutti
Hi Nabil, > Hello, > > I work with wfqbe . > How ca I use the 'update on change' option in the 'Wizard for search form' ? > > Thanks a lot > > Nabil CHAOUI > you can use it to automatically update a field after changing another field. Let's make an example. Suppose that you have two search

Re: [TYPO3] TemplaVoila Dynamic Access to stored content element

2007-09-10 Thread Dmitry Dulepov [typo3]
Hi! Robert Flach, Developer wrote: > I can't seem to find how I can refer to and thus pull in the content > from the content element in the storage folder via typoscript. I'm sure > it must be possible and indeed it seems like it would be one of the more > basic typoscript functions, but I'm n

Re: [TYPO3] macina_banners with TemplaVoila

2007-09-10 Thread Dmitry Dulepov [typo3]
Stefan Kaufmann wrote: > I have exactly the same Problem as you but I am stuck with it. > My banners simply won't show in the FE. Searched all documentation and > forums but I do not have any further hint. Is there something wrong with > my typoscript? I map the extension with a typoscript objec

[TYPO3] Ajax don't working on backend!

2007-09-10 Thread Unai Aizpurua
Hi all, I have an instalation of typo3 updated from 3.7 to 4.0 correctly. But the ajax in the backend don't work, for example: · When you click over the icon of a file, it have no menu, · Can't move the pages · Everything that depends of contextual menus doesn't work. I have updated to typo3 4.1.

[TYPO3] Different Menu Layout when only one Item

2007-09-10 Thread Florian Schupp | FORMER 03 GmbH
Hi there, I have to give my Menuitem a different background if the menu only holds 1 item. When there are more than one items, the menu is already defined. How can i create such a menu? thanks in advance! Flo ___ TYPO3-english mailing list TYPO3-engli

Re: [TYPO3] horizontal listed menu

2007-09-10 Thread Tyler Kraft
Hi Start first with building good html and css the same way you would for any menu, and then just configure t3 to output that - let you css handle the horizontal menu layout. Perhaps look on www.alistapart.com hth Tyler [EMAIL PROTECTED] wrote: > Hi > > does anyone know of agood tutorial for

[TYPO3] Making a menu with pretected pages.

2007-09-10 Thread Fred
I have a website on typo3 (v4.1 on a windows server with iis) on which i have a pretected area like this : PageRubrique |__ Section01 | |__ Article01 | |__ Article02 |__ Section02 |__ Section03_login |__ Section03 |__ Article01

Re: [TYPO3] Wrap the content in RTE (htmlArea RTE)

2007-09-10 Thread Tyler Kraft
Hi What your looking for is column specific rendering, and there are several previous posts on how to achieve that. You need to break it into different columns. So tt_content is a case to begin with, except its a case for the content types. Start buy making it a case for the column and then fo

[TYPO3] Manipulate BE field labels with TSConfig

2007-09-10 Thread John de Stigter
Hi, Is it possible to manipulate the labels of fields in the backend forms with TSConfig? Cheerios, John ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] no PHPMyAdmin in Tools of 4.1.2

2007-09-10 Thread Cate & Peter
Hi Patrick Thanks for that :) I did search around a bit, but that article didn't come to my attention. > Cate & Peter wrote: > >>> I no longer have access to PHPMyAdmin in the backend of my Typo3 > >>> installation, following upgrade to 4.1.2 - has it been removed??? > >>> Surely not? > > > Was

Re: [TYPO3] Conditional menu

2007-09-10 Thread Brian
Thank you. Your solution worked like a charm. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Re: Conditional menu

2007-09-10 Thread Brian
[treeLevel = 4] ..code... [global] ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Conditional menu

2007-09-10 Thread Dmitry Dulepov [typo3]
Hi! Brian wrote: > [treeLevel = 4] > ..code... > [global] What is this about? -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs ___ TYPO3-english mailing list TYPO3-english@lists.netfielde

Re: [TYPO3] Making a menu with pretected pages.

2007-09-10 Thread Rudy Gnodde
Hello Fred, Fred wrote: > I have a website on typo3 (v4.1 on a windows server with iis) on which i > have a pretected area like this : > PageRubrique > |__ Section01 > | |__ Article01 > | |__ Article02 > |__ Section02 > |__ Section03_login > |__ Section03

Re: [TYPO3] Making a menu with pretected pages.

2007-09-10 Thread Fred
Thanks for this answer; I'll try this ASAP ! For the plan B (/from outer space/), does anyone have an idea of how to insert in my template a login form that can be translated according to the curent language ? I'm trying with Typo3 but I'd like to include it as a content element so the users wo

Re: [TYPO3] Manipulate BE field labels with TSConfig

2007-09-10 Thread Patrick Gaumond
John de Stigter wrote: > Is it possible to manipulate the labels of fields in the backend forms > with TSConfig? http://typo3.org/extensions/repository/view/alt_forms_field_title/1.0.1/ Have fun ! Patrick Gaumond DMR Conseil Québec ___ TYPO3-english ma

[TYPO3] use typenum in a conditional... how

2007-09-10 Thread Andrew Davis
I want to use the typenum passed in a url to be in a conditional, somehting like [globalVar = TSFE:page|typenum = 1] do something [GLOBAL] is this correct? Am I close? Hints ;-) I have read thru the conditionals section of tsref and see no mention of typenum... any help much appreciated! And

[TYPO3] Private TER (+ SVN)

2007-09-10 Thread Dominik Smatana
Hello, there is an "Enter repository URL" option in TYPO3 4.1.2 BE -> EM -> Settings -> "Mirror selection" with following note: If you set a repository URL, this overrides the use of a mirror. Use this to select a specific (private) repository. I've got two questions: - where can I find more inf

Re: [TYPO3] use typenum in a conditional... how

2007-09-10 Thread Tyler Kraft
what do you mean by typenum? the page type number from the BE template? If its a get variable (therefore passes in the url) or a post variable then you use [globalVar = GP:typenum=1] Andrew Davis wrote: > I want to use the typenum passed in a url to be in a conditional, > somehting like > >

Re: [TYPO3] Wrap the content in RTE (htmlArea RTE)

2007-09-10 Thread Дарья Лонcкая
Hi and thank you  for answer. If I understand you right it should be something like this?   it doesn't work yet :)) temp.border_content=CONTENT temp.border_content {    table=tt_content    select {    where= colPos = 3   }    renderObj=COA    renderObj.wrap = |    }

[TYPO3] How remove the width attribute in img tag

2007-09-10 Thread Nicola Raffaele Di Matteo
I'd like to remove the width and height attributes in img tag. I'd like to use css to set the width and other things (for example in imgtext content I'd like to have width:100% for the image). Many thanks for your help. Regards, Nicola. ___ TYPO3-engli

Re: [TYPO3] Wrap the content in RTE (htmlArea RTE)

2007-09-10 Thread Tyler Kraft
No you need to make all the content in the column render differently temp.customRender = CASE temp.customRender.key.field = colPos temp.customRender.0 < tt_content temp.customRender.1 < tt_content temp.customRender.2 < tt_content temp.customRender.3 < tt_content temp.customRender.default < tt_con

Re: [TYPO3] Wrap the content in RTE (htmlArea RTE)

2007-09-10 Thread Дарья Лонcкая
Yeah - thanks. It works! :) temp.customRender = CASE temp.customRender.key.field = colPos temp.customRender.default < tt_content temp.customRender.0 < tt_content temp.customRender.1 < tt_content temp.customRender.2 < tt_content temp.customRender.3 < tt_content tem

[TYPO3] macina banners not rotating

2007-09-10 Thread eric young
has anyone got the macina banners extension to actually rotate? ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Previewing Template changes in Workspace?

2007-09-10 Thread Bill Stoltz
Hi, Once you have a live site, and you want to make some changes, seems like a workspace might be a good place for this. Does the following make sense? You could do some things like map a DS to an new template, or update an Object to point to a new lib.newmenu, link to a new css file to change

[TYPO3] Mailing lists in Typo3

2007-09-10 Thread Kristian Wind
Hello all! Are there any updated (or just good) case study on how to install, configure and handle html mailing lists in Typo3. Best regards, Kristian [EMAIL PROTECTED] ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://list