Re: [TYPO3] Tmenu seperated div per entrylevel

2007-10-16 Thread Gijs Epping
hello peter, The menu is working great, i only needed to rebuild a part of the javascript so it is working in ie7, firefox, and safari now only ie6 and then it's ready. If you need the partly rebuilded javascript (with mootools) let me know. Thanks again Gijs Peter Klein schreef: > Hi Gijs.

Re: [TYPO3] Menu not rendered

2007-10-16 Thread Eric Thelander
Hello Joey You're right, that bad guy was the reason why the menu block wasn't generated inside a table. However the menu is still being renderd at the wrong place. The output is placed directly after the body tag, it's almost as if the TS markup is being ignored during the rendering process. A

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Marco Antonioli
Hi Robert, thanks , but seems that doesn't works. I tried also with 127.0.0.1:/path/to/sock but it's the same. I checked again db permission but are correct and I can connect with it with various tools. @mauro : maybe dbal is a solution. I can consider it if no direct solutions comes from typo

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Peter Russ
--- Original Nachricht --- Absender: Marco Antonioli Datum: 16.10.2007 09:16: > Hi Robert, > > thanks , but seems that doesn't works. > I tried also with 127.0.0.1:/path/to/sock but it's the same. > > I checked again db permission but are correct and I can connect with it > with various

Re: [TYPO3] Menu not rendered

2007-10-16 Thread JoH asenau
> You're right, that bad guy was the reason why the menu block wasn't > generated inside a table. However the menu is still being renderd at > the wrong place. The output is placed directly after the body tag, > it's almost as if the TS markup is being ignored during the rendering > process. Any id

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Marco Antonioli
Hi Peter this is from install tool: safe_mode: off sql.safe_mode: off open_basedir: off thanks Marco Peter Russ ha scritto: > --- Original Nachricht --- > Absender: Marco Antonioli > Datum: 16.10.2007 09:16: >> Hi Robert, >> >> thanks , but seems that doesn't works. >> I tried also with

[TYPO3] getLL problem default language

2007-10-16 Thread Manuel Rego Casasnovas
Hello, I have detected a problem with the function getLL when I was using the extension newloginbox. The problem is that in my website the default language is spanish, and also exits english into the table syslanguage. When I navigate for my site in english, this plugin is showed in spanish (my d

[TYPO3] insert css to print

2007-10-16 Thread Ilaria De Marinis
Hi list, in the template I declared the stylesheet file with this expression: page.stylesheet=fileadmin/site.css Does exist an instruction to specify the "media=print" attribute to insert css for printing aim? Thanks a lot Best regards Ilaria --

Re: [TYPO3] insert css to print

2007-10-16 Thread Marco Antonioli
Hi Ilaria, you can use a this in your template setup page.includeCSS { file1 = fileadmin/site.css file1.media = print } bye Marco Ilaria De Marinis ha scritto: > Hi list, > in the template I declared the stylesheet file with this expression: > page.stylesheet=fileadmin/site.css > > Does

Re: [TYPO3] insert css to print

2007-10-16 Thread Ilaria De Marinis
Many thanks. It works!!! Have a nice day Bye Ilaria Marco Antonioli wrote: > Hi Ilaria, > > you can use a this in your template setup > > page.includeCSS { >file1 = fileadmin/site.css >file1.media = print > } > > bye Marco > > Ilaria De Marinis ha scritto: > >> Hi list, >> in the templ

[TYPO3] Setting permissions using pageTSconfig

2007-10-16 Thread Rens Admiraal
Hi list, I want to set page permissions using pageTSconfig. First I created a BE usergroup / BE user, and set the permissions using the 'Access' module. The page that has to bee the root of the tree is set as DB Mount, and everything works fine. But, when I clear the group permissions in

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Peter Russ
--- Original Nachricht --- Absender: Marco Antonioli Datum: 16.10.2007 11:22: > Hi Peter > > this is from install tool: > > safe_mode: off > sql.safe_mode: off > open_basedir: off > > thanks Marco > Which error message do you get with $typo_db_host ='127.0.0.1:3307' -- Fiat lux! Doc

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Marco Antonioli
Hi Peter from install tool: "Could not connect to SQL database!" Attempting to connect to backend: "The current username, password or host was not accepted when the connection to the database was attempted to be established! Database Error" This also with sock.. Is there a debug to activate or

Re: [TYPO3] CoolURI and Tip-A-Friend

2007-10-16 Thread Morten Kjems
> bug found, I will upload it ASAP (when typo3.org is back online). Hi Jan. Thanks a lot for your effort. I have installed the new version (1.0.6) and I am quite confused with the result. At first it seemed to work since the tiplink was generating the correct URL. And everything was fine. Bu

[TYPO3] Rename files in FE-edit-mode

2007-10-16 Thread Tomas Havner
Hello In FE-edit-mode its easy to upload a file. But once the file is uploaded you cant rename or delete the file, unless you go to the backend. Is there a solution to this? Regards Tomas ___ TYPO3-english mailing list TYPO3-english@lists.netfiel

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Peter Russ
--- Original Nachricht --- Absender: Marco Antonioli Datum: 16.10.2007 13:57: > Hi Peter > > from install tool: > "Could not connect to SQL database!" > > Attempting to connect to backend: > "The current username, password or host was not accepted when the > connection to the database wa

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Marco Antonioli
Hi Peter you are right!! 1) if I try with: mysql_connect('localhost:3307', 'myuser', 'mypass') "Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /xxx/test_db5.php on line 3 1 Could not connect: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) " I think that

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Sascha Egerer
Marco Antonioli schrieb: > Hi Peter > you are right!! > > 1) if I try with: > mysql_connect('localhost:3307', 'myuser', 'mypass') > > "Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in > /xxx/test_db5.php on line 3 > 1 Could not connect: Access denied for user: '[EMAIL PROTECT

[TYPO3] UpdateForm - a part is missing

2007-10-16 Thread PEF
At one of my sites there's missing a part of the updateForm javascript part, and I can't figure out why? This is the part missing: updateForm('tt_address_form','FE[tt_address][module_sys_dmail_category]','1') updateForm('tt_address_form','FE[tt_address][module_sys_dmail_html]','1') updateForm('t

[TYPO3] CoolURI and Frontend User Registration stops to work.

2007-10-16 Thread Morten Kjems
I might as well begin the post with a... Hi Jan. I know that I have been giving you a lot of work lately and I hope that you don't see me a pain in the but just as someone who helping out to test the CoolURI extension. As you know I had some problems with the confirmation link generated b

[TYPO3] How to style certain elements generated by TYPO3

2007-10-16 Thread Stephen Bungert
Some of the class names seem to have spaces in. Are they supposed to have spaces in? How can I style them when they have spaces in? The style markup would like a descendant selector. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http:

[TYPO3] Edited html content not being saved

2007-10-16 Thread Stephen Bungert
Wehn I edit the html source in TemplaVoila Pages, any ids I give html elements (p for example) get lost the moment I click save or even just going back to normal view. How come? Wouldn't it be possible for the TYPO3 developers to give each field (like header etc) it's own CSS class input field wh

Re: [TYPO3] How to style certain elements generated by TYPO3

2007-10-16 Thread ries van Twisk
On Oct 16, 2007, at 9:53 AM, Stephen Bungert wrote: > Some of the class names seem to have spaces in. Are they supposed to > have spaces in? How can I style them when they have spaces in? The > style > markup would like a descendant selector. > > ___

Re: [TYPO3] How to style certain elements generated by TYPO3

2007-10-16 Thread Stephen Bungert
This one for example, a *dl* tag: http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Typo3 and connection to mysql on non standard port SOLVED

2007-10-16 Thread Marco Antonioli
Thanks guys!! I change password using OLD_PASSWORD as suggested by Sascha. using 127.0.0.1:3307 now works using localhost:3307 doesn't works "Access denied...", but I guess that php still uses STANDARD port, ignoring :3307. thanks all! Marco Sascha Egerer ha scritto: > Marco Antonioli schri

[TYPO3] help with cache_pagesection / Call to a member function sL() on a non-object issues

2007-10-16 Thread Andrew Davis
Getting this error on the page that contains my plugin. Fatal error: Call to a member function sL() on a non-object in [...] /typo3conf/ext/tx_corecommerce/lib/class.tx_corecommerce_checkout.php on line 397 It seems to be related to this bug to do

Re: [TYPO3] Edited html content not being saved

2007-10-16 Thread Stephen Bungert
I've since discovered that there are certain styles that can be applied to text which I can then create css styles for, namely: default, important name-of-person and detail. Can I add to this list? If so how? Stephen Bungert wrote: > Wehn I edit the html source in TemplaVoila Pages, any ids I g

Re: [TYPO3] How to style certain elements generated by TYPO3

2007-10-16 Thread ries van Twisk
On Oct 16, 2007, at 10:17 AM, Stephen Bungert wrote: > This one for example, a *dl* tag: > > ___ That means that there are tree classes applied to this tag. Each class is applied in order here is a better example: .redborder {border:2px solid red;

Re: [TYPO3] GPL Liscense and login / BE

2007-10-16 Thread Andrew Davis
Thanks all, that helps clarify. My boss (of course) wants it totally branded our own, which is not possible. We will have to find another product or build our own (my preference). thakhs, Andrew Davis In article <[EMAIL PROTECTED]> AndrewDavis <[EMAIL PROTECTED]> wrote: | Hi, | I understand t

Re: [TYPO3] How to style certain elements generated by TYPO3

2007-10-16 Thread Mauro Lorenzutti
Hi Stephen, > This one for example, a *dl* tag: > > you can modify the standard TYPO3 output via TS. Try to open your template in "Template Analizer" mode, select "EXT:css_styled_content/static/

Re: [TYPO3] How to style certain elements generated by TYPO3

2007-10-16 Thread Stephen Bungert
Thanks for your help! ries van Twisk wrote: > On Oct 16, 2007, at 10:17 AM, Stephen Bungert wrote: > > >> This one for example, a *dl* tag: >> >> > ___ >> > > > > That means that there are tree classes applied to this tag. > Each class is applied

[TYPO3] kb_md5fepw + IE + save passwortd

2007-10-16 Thread Christian Buelter
Hi, if you use kb_md5fepw and someone logs into the frontend using the Internet Explorer (6 / 7), the browser stores the encrypted password (if he clicks "save password"), not the cleartext password. The next time the user tries to log in, the javascript of the Extension kb_md5fepw encrypts th

Re: [TYPO3] CoolURI and Frontend User Registration stops to work.

2007-10-16 Thread Jan Bednarik
Hey Morten, > I might as well begin the post with a... > Hi Jan. :D > Any ideas? Before I get into it - have you tried the newest version 1.0.6 which I uploaded yesterday? It could solve the problem. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech

Re: [TYPO3] CoolURI and Tip-A-Friend

2007-10-16 Thread Jan Bednarik
Hey again, > I have installed the new version (1.0.6) and I am quite confused with > the result. I guess that's the answer for my question in the registration thread. > But (this is the weird part) after I resaved the page with the tiplink > it stopped generating the correct URL and started to

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Peter Russ
--- Original Nachricht --- Absender: Sascha Egerer Datum: 16.10.2007 15:43: > Marco Antonioli schrieb: >> Hi Peter >> you are right!! >> >> 1) if I try with: >> mysql_connect('localhost:3307', 'myuser', 'mypass') >> >> "Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in >

[TYPO3] hide or disable "Disable Rich Text Editor" checkbox

2007-10-16 Thread Jill E
Hello, I have a question about how to hide or disable the "Disable Rich Text Editor" checkboxes in the TYPO3 interface. Using user TSconfig "setup.override.edit_RTE = 1" and not selecting "Pagecontent:Disable Rich Text Editor" in the user group Allowed excludefields I am able to prevent users fro

Re: [TYPO3] hide or disable "Disable Rich Text Editor" checkbox

2007-10-16 Thread Tapio Markula
Jill E > However, there is still a Disable Rich Text Editor (RTE) checkbox at > the bottom of each content element (beneath "Show secondary options > (palettes) and Show field descriptions) that I would like to > disable/hide. > > I want to hide this checkbox to prevent users from inserting their

Re: [TYPO3] GPL Liscense and login / BE

2007-10-16 Thread Olivier Dobberkau
Andrew Davis schrieb: > Thanks all, that helps clarify. My boss (of course) wants it totally > branded our own, which is not possible. > > We will have to find another product or build our own (my preference). Give me your boss e-mail... :-) BTW: I am the boss of 15 people company. TYPO3 gives y

Re: [TYPO3] CoolURI and Tip-A-Friend

2007-10-16 Thread Morten Kjems
Hi Jan. Thanks a lot for helping out. > what does it mean "resaved"? You mean reloaded? I mean things changed after I editted the page proberties and saved. > Oh man, shame on me, I've did the fix in other version than the one I've > uploaded. Oh my... That explains a lot... :-) > This could

Re: [TYPO3] GPL Liscense and login / BE

2007-10-16 Thread Ignatius Reilly
In such cases Dilbert will often provide you with good advice http://ns38149.ovh.net/2007-06-10.gif Olivier Dobberkau thus spake on 2007-10-16 22:03: > Andrew Davis schrieb: >> Thanks all, that helps clarify. My boss (of course) wants it totally >> branded our own, which is not possible. >> >> We

[TYPO3] database trouble + error 500 in FE

2007-10-16 Thread Frédéric Hébert
Hi list ! I have some trouble in FE with a new installation. I've installed a 4.1.1 version on a linux (shared) server a few weeks ago. My hosting is 1and1. PHP version : 4.4.7 Mysql : 5.0 Everything was ok, extensions dmmjobcontrol, thmailformplus, indexed_search, realurl, dam, etc. works fine.

Re: [TYPO3] CoolURI and Tip-A-Friend

2007-10-16 Thread Jan Bednarik
> Thanks a lot. I am glad that you have been so willing to help and solve > these problems. It's my baby and I have to raise it well ;) -- Jan Bednarik www.bednarik.org - web about Typo3 in czech ___ TYPO3-english mailing list TYPO3-english@lists.netf

Re: [TYPO3] hide or disable "Disable Rich Text Editor" checkbox

2007-10-16 Thread Patrick Gaumond
Tapio Markula wrote: > I added disabling that into tm_contentaccess because there is not > default setting for that. In fact it is currently in tm_shared_lib but > that plugin doesn't do that as stand-alone. Dear Tapio, As you probably know, Core-List is now open to anyone willing to submit

[TYPO3] CoolURI suggestion

2007-10-16 Thread Jacob Rasmussen - Concare IT
Hi, I just noticed a strange request in my cached links... Cached URI Parameters id=http:// Is it possible to make a regex filter to remove requests containing a URL in the id parameter so these requests doesn't show up in CoolURI cached links? Rgds Jacob Rasmussen Concare it ___