Re: [TYPO3] Enhanced "Filelinks" content element?

2007-10-01 Thread Ralica Sotirova
Hi, Look at this extensions: http://typo3.org/extensions/repository/view/danp_documentdirs/1.10.7/ http://typo3.org/extensions/repository/view/danp_libs/0.2.3/ http://typo3.org/extensions/repository/view/danp_extparsers_linux/0.0.1/ Works ok for me. - Original Message - From: "Giannis E

[TYPO3] wfqbe (DB integration) and multiple select options

2007-10-01 Thread bhoft
Hi, I am trying to create a search option with multiple static values, which should be searchable in a mysql table with the column type 'set' the values could be e.g. ('type 1', 'type2' ... ' type10' ..). The searchform should have a checkbox group so multiple set values should be listed in the

Re: [TYPO3] Email encoding

2007-10-01 Thread Lasse Guldsborg
Thanks guys! =) Best regards, Lasse "Peter Klein" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Hi Lasse. > Look at "t3lib_htmlmail" ("t3lib/class.t3lib_htmlmail.php"). > It contains all the functions you need for sending out HTML encoded > emails. > > -- > Peter Klein / Um

[TYPO3] Automatic FE user creation and auto-login

2007-10-01 Thread Lasse Guldsborg
Hi list! I'm making and extension to auto-login FE users by URL. If the URL contains certain parameters a new FE user is created and logged in. Below is the part of the code, where the user i created and logged in. It works, but it's not too smooth. The whole page is loaded before it reloads a

Re: [TYPO3] Automatic FE user creation and auto-login

2007-10-01 Thread Jerome Schneider
Hi Lasse, For the automatic login, you can use this: $rSql = $GLOBALS["TYPO3_DB"]->exec_SELECTquery( "*", "fe_users", "uid='" . $myUid . "'" ); if(($aUser = $GLOBALS["TYPO3_DB"]->sql_fetch_assoc($rSql)) !== FALSE) { $GLOBALS["TSFE"]->fe_user->createUserSession($aU

Re: [TYPO3] Automatic FE user creation and auto-login

2007-10-01 Thread ries van Twisk
Hey Lasse, you need to use authentication services. That will allow you to use SSO and log the user in based on get parameters. I have a module that can do that based on TS type of configuration. Please contact me private and I will explain how it works. Ries On Oct 1, 2007, at 6:58 AM, Lasse

[TYPO3] RealUrl, multidomain, multilanguage, single tree setup

2007-10-01 Thread Tomi Hrovatin
Hi, again I'm trying to setup realUrl in a single tree, multidomain, multilanguage setup. But it just don't want to work :(. Actually there is only one BIG problem: on a first hit on alternative language domain, the url's are not translated. On all subsequent request, the url's render just fine

[TYPO3] eID $TSFE error

2007-10-01 Thread Sebastian Böttger
Hello, I want to use eID for receiving an AJAX answer and the want to use the global $TSFE for it. The following I try for this: // *** // Create $TSFE object (TSFE = TypoScript Front End) // Connecting to database // *** // Initi

Re: [TYPO3] eID $TSFE error

2007-10-01 Thread ries van Twisk
my suggestion is to use a page type rather then trying to initialize TSFE form eID. Bot methods are just as fast, but the type method is more easy to work with. Ries On Oct 1, 2007, at 9:02 AM, Sebastian Böttger wrote: > Hello, > > I want to use eID for receiving an AJAX answer and the want

Re: [TYPO3] eID $TSFE error

2007-10-01 Thread Nikolas Hagelstein
Sebastian Böttger wrote: > This is the following line in class.tslib_fe.php > reset($this->rootLine); > Therefore $this->rootLine is not set. > Anybody got an idea how to solve this problem? Yes eigther set a fake an empty fake rootline array. Or set a proper pid when initializing the TSFE

[TYPO3] white screen follows non-admin edit attempt

2007-10-01 Thread David Banning
I am attempting to setup non-admin editing for user "editor" who has non-admin privileges set in user-admin. I can view all pages both frontend and backend as user "editor", but when I attempt to edit anything I get a white screen. I have even tried changing the ownership of the pages to user "e

Re: [TYPO3] wokrspaces rights issue

2007-10-01 Thread Henjo Hoeksma
Well - for future reference (and others interested): I switched to the live workspace in order to publish. This is not the intended use...Keep in the workspace from where you want to publish. Henjo -- I'm trying a new usenet client for Mac, Nemo OS X. You can download it at http://www.malcom-mac

[TYPO3] utf8 with indexed search

2007-10-01 Thread Nicola Raffaele Di Matteo
I have $TYPO3_CONF_VARS["BE"]["forceCharset"] = 'utf-8' set and all is working fine. I have problem with indexed search extension: if I search some words with non ascii character (i.e. capacità), it is not able to find. Also all the characters with accent in the results are not rendered well. It

[TYPO3] indexed search problem with utf-8, bug?

2007-10-01 Thread Nicola Raffaele Di Matteo
I spent some hours to find because indexed search extension was not able to find words that contain the character à, like, for example, "capacità". Also the problem was in the results: all the à was not rendered. I've found the problem is in the code: $str = preg_replace('/\s+/',' ',$str); in row

[TYPO3] Direct Mail alias?

2007-10-01 Thread Scotty C
Hi everyone, I have a really simple question and I'm sorry if it's already been answered before, but Direct Mail is driving me insane. I have been following the great tutorial made by Marlies on installing and using Direct Mail. Well, everything is working right up to the last step. I can subscr