Re: [TYPO3] Typoscript to wrap FCE -Element?

2007-08-29 Thread Dmitry Dulepov [typo3]
Hi! Better discuss TemplaVoila-related things in its own list. Tolleiv Nietsch wrote: > HeadlineText... > > mapped as FCE in TemplaVoila. > I also have a checkbox-field (field_checkme) within the FCE fields if > this field is checked i need to prepend a Javascript Block to the end of > the FC

[TYPO3] no_cache and DOS attack

2007-08-29 Thread Bartosz Aninowski
Hi I wonder if it is possible to disable no_cache parameter at all? What happen if someone make DOS attack against typo3 website and try to access url like www.webiste-exmaple.com/?no_cahe=1 ? On high traffic website this could overload whole server.

[TYPO3] problem with domain records

2007-08-29 Thread Brian Bendtsen
Hi I have made a site for a firm with 5 departments. Each department has a sub domain. When a user visits www.firm.com she will see the common page and links to each department. When a user visits department1.firm.com she is directed to this departmens main page. This works fine by using dom

Re: [TYPO3] no_cache and DOS attack

2007-08-29 Thread Daniel Selinger
Isn't the no_cache Parameter ignored if it isn't set? 2007/8/29, Bartosz Aninowski <[EMAIL PROTECTED]>: > > Hi > I wonder if it is possible to disable no_cache parameter at all? > What happen if someone make DOS attack against typo3 website and try to > access url like www.webiste-exmaple.com/?no

Re: [TYPO3] no_cache and DOS attack

2007-08-29 Thread Dmitry Dulepov [typo3]
Bartosz Aninowski wrote: > I wonder if it is possible to disable no_cache parameter at all? > What happen if someone make DOS attack against typo3 website and try to > access url like www.webiste-exmaple.com/?no_cahe=1 ? > On high traffic website this could overload whole server. Modify your .ht

Re: [TYPO3] problem with domain records

2007-08-29 Thread Dmitry Dulepov [typo3]
Brian Bendtsen wrote: > I cant make this work, its like the user gets stuck in the sub domain > and clicking a link to another department has no effect. > > How do I solve this? Make an "external URL" link. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/

Re: [TYPO3] problem with domain records

2007-08-29 Thread Brian Bendtsen
Dmitry Dulepov [typo3] skrev: > Brian Bendtsen wrote: >> I cant make this work, its like the user gets stuck in the sub domain >> and clicking a link to another department has no effect. >> >> How do I solve this? > > Make an "external URL" link. > Well the menu is controlled by typoscript, so I

Re: [TYPO3] problem with domain records

2007-08-29 Thread Dmitry Dulepov [typo3]
Brian Bendtsen wrote: > Well the menu is controlled by typoscript, so I cant just make a link? Depends on how you generate your menu. If it is generated from pages, doesn't it create external links automatically if page is a redirect to external address? Truly speaking I never did this myself bu

Re: [TYPO3] problem with domain records

2007-08-29 Thread Brian Bendtsen
Brian Bendtsen skrev: > Dmitry Dulepov [typo3] skrev: >> Brian Bendtsen wrote: >>> I cant make this work, its like the user gets stuck in the sub domain >>> and clicking a link to another department has no effect. >>> >>> How do I solve this? >> >> Make an "external URL" link. >> > Well the menu i

Re: [TYPO3] extra php-file in extension

2007-08-29 Thread Bernd Wilke
PEF schrieb: > Hi, > > I'm working on an extension that I want to extend with an extra > php-file. This extra php-file is called from a javascript: > window.open("my_extra_php.php, ...) > > For convenience I want have access to the Typo3 globals TSFE, TYPO3_DB > and the tslib.pi_base.php > >

Re: [TYPO3] Typoscript to wrap FCE -Element?

2007-08-29 Thread Tolleiv Nietsch
Hi - I'm not sure what you mean with "passthrough field" normally i would say that this is a field with Editing Type [NONE] which is mapped to some HTML part - but i have a Script-Area and without any other container around it and therefore i think i can not use such a solution... Regards Tol

Re: [TYPO3] extra php-file in extension

2007-08-29 Thread Dmitry Dulepov [typo3]
Hi! PEF wrote: > I'm working on an extension that I want to extend with an extra > php-file. This extra php-file is called from a javascript: > window.open("my_extra_php.php, ...) > > For convenience I want have access to the Typo3 globals TSFE, TYPO3_DB > and the tslib.pi_base.php Well, you

[TYPO3] SOLVED - Re: TYPO3 winstaller - a local installation

2007-08-29 Thread Katja Lampela
Okay, I wrestled with this for many days and here are the results: Situation: Neither TYPO3 winstaller nor TYPO3 WAMP worked. The problem was: localhost page doesn't load - stayed blank loading forever. Windows XP Home Edition Version 2002 Service Pack 2 Firewalls (windows and f-secure) turned of

Re: [TYPO3] Typoscript to wrap FCE -Element?

2007-08-29 Thread Dmitry Dulepov [typo3]
Hi! Tolleiv Nietsch wrote: > I'm not sure what you mean with "passthrough field" > > normally i would say that this is a field with Editing Type [NONE] which > is mapped to some HTML part - but i have a Script-Area and without any > other container around it and therefore i think i can not use

Re: [TYPO3] problem with domain records

2007-08-29 Thread Brian Bendtsen
Brian Bendtsen skrev: > Brian Bendtsen skrev: >> Dmitry Dulepov [typo3] skrev: >>> Brian Bendtsen wrote: I cant make this work, its like the user gets stuck in the sub domain and clicking a link to another department has no effect. How do I solve this? >>> >>> Make an "external

[TYPO3] frontend: remove access restriction for a subbranch?

2007-08-29 Thread Martin Bless
Part of my page tree is access restricted and belongs to a specific frontend user group. The top page has the "including subpages" checked. Is it possible to remove the access restriction for a special branch inside the tree of access restricted pages? In other words: Can I pick a page and declar

Re: [TYPO3] problem with domain records

2007-08-29 Thread Brian Bendtsen
Brian Bendtsen skrev: > Brian Bendtsen skrev: >> Brian Bendtsen skrev: >>> Dmitry Dulepov [typo3] skrev: Brian Bendtsen wrote: > I cant make this work, its like the user gets stuck in the sub > domain and clicking a link to another department has no effect. > > How do I solve

Re: [TYPO3] Typoscript to wrap FCE -Element?

2007-08-29 Thread Tolleiv Nietsch
Hi thanks for your help ... but I don't get it .. now i have something like this in my DS: no_map Pass none But there is no output anyway - it's Typo3 4.1.2 and

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
was there any resolution to this? I am having a similar problem: using tinymce, was set to using force for line breaks, but the client was having trouble applying indent to areas of text without it indenting unintended areas, so we set the tinymce to force for line breaks, but now front end i

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread John 'Tux' Nielsen
Not sure if this will fix tinymce, but this works for me: RTE.default.proc{ entryHTMLparser_db = 1 entryHTMLparser_db{ tags.p.fixAttrib> } On 8/29/07, Andrew Davis <[EMAIL PROTECTED]> wrote: > > was there any resolution to this? > > I am having a similar problem: > > using tinymce, was se

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Tapio Markula
John 'Tux' Nielsen kirjoitti: > Not sure if this will fix tinymce, but this works for me: > > RTE.default.proc{ > entryHTMLparser_db = 1 > entryHTMLparser_db{ > tags.p.fixAttrib> > } not necessarily - look at the topic [TYPO3] TinyRTE, P and BR problems

Re: [TYPO3] frontend: remove access restriction for a subbranch?

2007-08-29 Thread Tapio Markula
Martin Bless kirjoitti: > Part of my page tree is access restricted and belongs to a specific > frontend user group. The top page has the "including subpages" > checked. > > Is it possible to remove the access restriction for a special branch > inside the tree of access restricted pages? > > In o

Re: [TYPO3] no_cache and DOS attack

2007-08-29 Thread Bartosz Aninowski
> Modify your .htaccess. See if URL has "no_cache=[^&]*" and rewrite URl > without it. You can invent your own secret "no_cache" and rewrite it to > normal "no_cache" too. > Such attack will succeed only of page has lots of plugins with complex > processing (such as tt_news or forums). Yes. Tha

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
hmm, oops, it is tyinyrte (which uses tinymce)... also your typoscript does nto seem to have done anything to help. any other suggestions? thanks! Andrew John 'Tux' Nielsen wrote: > Not sure if this will fix tinymce, but this works for me: > > RTE.default.proc{ > entryHTMLparser_db = 1 > e

Re: [TYPO3] Typoscript to wrap FCE -Element?

2007-08-29 Thread lee perry
Hey Tolleiv, try this DS: ... attr Div Id none # Unique ID for using this FCE more than one time in a page 10 = TEXT 10.dataWrap = fce{register:tx_templavoila_pi1.parentRec.uid} Headline none # FCE-h

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
[TYPO3] TinyRTE, P and BR problems is this the topic subject? searching this does nt come up with anything useful. do you know what the subject is for this particular article? sorry, thunderbird's searching isnt so great... andrew Tapio Markula wrote: > John 'Tux' Nielsen kirjoitti: >> Not su

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
oh, it was just a few up, sorry! this actually doesnt fix my problem: I have tinyrte working as it should. it puts tags where they should be. I can save the record, and reload it and the tags are in there. Buut when i view on the frontend, typo3 does nto display the tags... however, one new

[TYPO3] RealURL or CoolURI

2007-08-29 Thread Morten Kjems
Hi. I am having a hard time configuring the URL parsing for my site. I have a site with two domains in two languages. One domain for each language. It is a "one page tree solution" so both domains points to the same ID in the tree. Mosts examples on how to work with several domains shows how t

[TYPO3] entries in tt_address description field converts to linebreaks

2007-08-29 Thread Andrew Davis
Having an odd issue with tt_address. I thought at first it had to do with the rte i was using, but the rte seems to be working properly. 1. I am using tinyrte 1.6.6, tt_address 2.1.0 and typo3 4.1.2 2. When i make an entry into tt_address description field, I can make breaks and save them. if

Re: [TYPO3] problem with domain records

2007-08-29 Thread Dmitry Dulepov [typo3]
Brian Bendtsen wrote: > I changed the type of my 5 top pages to external url and entered > sub1.firm.com, sub2.firm.com etc. but it doesnt work, actually nothing > happens when I click on the links. You should look where links go. Open HTML source and look there. -- Dmitry Dulepov TYPO3 freela

[TYPO3] One Time Passwords for FE/BE

2007-08-29 Thread T.M.Snyder
Hi all, is there any extension which supports one time passwords for FE/BE users? This would be very helpful if users (FE and BE) come from non trusted networks, Internetcafe for example. Any suggestions or extensions on that? Thanlks ___ TYPO3-eng

Re: [TYPO3] entries in tt_address description field converts to linebreaks

2007-08-29 Thread Tyler Kraft
Just a quick guess but it probably has to do with the parseFunc for rendering that field on the FE. Andrew Davis wrote: > Having an odd issue with tt_address. I thought at first it had to do > with the rte i was using, but the rte seems to be working properly. > > 1. I am using tinyrte 1.6.6,

Re: [TYPO3] problem with domain records

2007-08-29 Thread Dmitry Dulepov [typo3]
Brian Bendtsen wrote: > If I click a page icon in back and choose show I get this error: Check your database tables by mysql. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs ___ TYPO3-eng

Re: [TYPO3] RealURL or CoolURI

2007-08-29 Thread Dmitry Dulepov [typo3]
Morten Kjems wrote: > So far I have not been able to get it work with RealURL This is not a description of the problem. I doubt it is possible to help when you provide such an incomplete information. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype:

Re: [TYPO3] entries in tt_address description field converts to linebreaks

2007-08-29 Thread Tyler Kraft
Thats possibly because its for the tt_content.text element - look at something for the tt_address. See if tt_content makes use of parseFunc for the rendering of content on the front end. For instance the ccs_styled_content defines a lib.parseFunc_RTE that it uses in the BE for the rendering and

Re: [TYPO3] no_cache and DOS attack

2007-08-29 Thread Dmitry Dulepov [typo3]
Bartosz Aninowski wrote: > Hm but I forgot about print=1&no_cache=1 in TV > so if I need print template I am open for DOS attack I wonder why do you need no_cache=1 for TV?.. It was never required by TV. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skyp

Re: [TYPO3] entries in tt_address description field converts to linebreaks

2007-08-29 Thread Andrew Davis
something like this looked promising, but has no effect? can anyone be more specific for me? tt_content.text.20.parseFunc.allowTags = p thanks in advance, Andrew Tyler Kraft wrote: > Just a quick guess but it probably has to do with the parseFunc for > rendering that field on the FE. >

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
ah, upon closer inspection, it looks like tiny rte is not saving tags into the database, so that when the content renders out it is actually displaying correctly Turning rte off showed the raw text from the database. i was able to enter tags manually this way and it renders correctly in t

Re: [TYPO3] problem with domain records

2007-08-29 Thread Brian Bendtsen
Dmitry Dulepov [typo3] skrev: > Brian Bendtsen wrote: >> I changed the type of my 5 top pages to external url and entered >> sub1.firm.com, sub2.firm.com etc. but it doesnt work, actually nothing >> happens when I click on the links. > > You should look where links go. Open HTML source and look

Re: [TYPO3] problem with domain records

2007-08-29 Thread Dmitry Dulepov [typo3]
Brian Bendtsen wrote: > Links look like this: > menu item And page with uid=14 is of type "External URL"? -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs ___ TYPO3-english mailing list TY

Re: [TYPO3] problem with domain records

2007-08-29 Thread Brian Bendtsen
Dmitry Dulepov [typo3] skrev: > Brian Bendtsen wrote: >> Links look like this: >> menu item > > And page with uid=14 is of type "External URL"? > Yes it is. /BB ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Tyler Kraft
> ah, upon closer inspection, it looks like tiny rte is not saving > tags into the database, so that when the content renders out it is > actually displaying correctly Turning rte off showed the raw text > from the database. i was able to enter tags manually this way and it > renders c

Re: [TYPO3] no_cache and DOS attack

2007-08-29 Thread Bartosz Aninowski
>> Hm but I forgot about print=1&no_cache=1 in TV >> so if I need print template I am open for DOS attack > > I wonder why do you need no_cache=1 for TV?.. It was never required by TV. because without no_cache=1, TV render same template for normal and print version

Re: [TYPO3] entries in tt_address description field converts to linebreaks

2007-08-29 Thread Andrew Davis
ah so maybe the tt_address isnt corectly plugging into the RTE api... I think I just set the description field to use the wysiwyg... I assumed that the sourcecode was saved in the db field as is, didnt realize about the transformations hmm, complicated stuff. where would i look to see if tt

Re: [TYPO3] entries in tt_address description field converts to linebreaks

2007-08-29 Thread Tyler Kraft
Well I'd start with typoscript object browser and by exploring tt_content.text.20 to find out what it uses to render the text (your RTE might have influenced it?) Then I would look possibly at how to apply this to the rendering of tt_address Andrew Davis wrote: > ah so maybe the tt_address

Re: [TYPO3] One Time Passwords for FE/BE

2007-08-29 Thread Oliver Klee
Hi, T.M.Snyder schrieb: > is there any extension which supports one time passwords for FE/BE users? > This would be very helpful if users (FE and BE) come from non trusted > networks, Internetcafe for example. You can use the "onetimeaccount" extension which creates throw-away FE user accounts.

Re: [TYPO3] RealURL or CoolURI

2007-08-29 Thread Andreas Becker
Hi Morton According to your 301 settings try to use the integrated domainrecods and jb_status_code. Here you can enter a domain record and the redirect to the url you wish. According Cooluri you simply should try it. It usually works right out of the box. I guess about 500 downloads in the last m

Re: [TYPO3] One Time Passwords for FE/BE

2007-08-29 Thread Tomas Mrozek
> is there any extension which supports one time passwords for FE/BE users? > This would be very helpful if users (FE and BE) come from non trusted > networks, Internetcafe for example. I have been planning to write such an extension for like an year but, unfortunately, I haven't found time to d

[TYPO3] Strange behavior on BE.

2007-08-29 Thread misc
Hi All, I am having behavior on the backend that I have never seen before, and I have not been able to solve the issues it brings. I'm hoping someone here has seen this before and can help me. The basic problem is that on the backend, when I enter Web->Page(TV) I see the normal page tree, and

[TYPO3] Changing default img parameters through TypoScript

2007-08-29 Thread Edwin Blokker
Hi, I'm using an extension (different linklayout) which places images before my links. The images contain only a "title" parameter. Because it has no alt tag, the pages won't validate. I'm trying to figure out if there is a way to make Typo3 add an alt="" parameter in images by default, if the

Re: [TYPO3] Changing default img parameters through TypoScript

2007-08-29 Thread Christopher Torgalson
Hi, On 8/29/07, Edwin Blokker <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using an extension (different linklayout) which places images before > my links. The images contain only a "title" parameter. Because it has no > alt tag, the pages won't validate. I'm trying to figure out if there is > a way t

[TYPO3] adding to "rootline"

2007-08-29 Thread Cate & Peter
Hi all I have code working for breadcrumbs on my site. Now, I want to see if I can add wikipage keywords (unlinked) as the last parameter of my breadcrumbs. The breadcrumb code is #breadcrumbs nav lib.breadcrumbs= HMENU lib.breadcrumbs.special = rootline lib.breadcrumbs.special.r

[TYPO3] CSS from extension managed by core

2007-08-29 Thread Christian Lerrahn
Hi, I'd like to generate some CSS in an extension from templates and then hand it over to the core to take care of it. Is that possible? I realise that I could just write my own temporary file which I then refer to in the header but I would like the core to take care of everything once the CSS is f