Re: [TYPO3] username for current user

2007-04-05 Thread Dominik Deka
Do you mean FE extension and FE user? Then you may use: $GLOBALS['TSFE']->fe_user->user['username'] good luck Dominik > I am writing a custom extension. It has a front-end plugin. This extension > retrieves information from an external database table based on the current > user that is logged

[TYPO3] username for current user

2007-04-05 Thread Nate Hopkins
I am writing a custom extension. It has a front-end plugin. This extension retrieves information from an external database table based on the current user that is logged in. What class and function do I need in order to retrieve the username of the currently logged in user? I will pass this u

Re: [TYPO3] weird url injection

2007-04-05 Thread Henning Pingel
Hi again, sorry, I sent the posting accidently before finshed writing it... ;-). Check Google for links to your website: Use searchstring "link:www.mysite.abc". In the list of results do you see a webpage that links to your website including the ref=... parameter? Best regards, Henning ___

Re: [TYPO3] weird url injection

2007-04-05 Thread Henning Pingel
Hi Debora, I don't understand your probelm completely but I don't think anything is in danger. What happens if you call your normal url and add ?ref=friendly_test to the end of it (or in case there are already params add &ref=friendly_test ). Then hit enter. Does it stay there

[TYPO3] Recently modified (HOWTO?)

2007-04-05 Thread Andreas Balzer
Hi! I'm using the following code to show a list with recently changed pages. The problem: The code ignores the setting "Do not show in menu". What do I have to modifiy, in order to not show pages with this setting activated? temp.new = COA temp.new { 10 = LOAD_REGISTER 10{ lvl1uids.c

Re: [TYPO3] Using the pipe character in TSConfig

2007-04-05 Thread Christopher Torgalson
Hi, On 4/5/07, James Corell <[EMAIL PROTECTED]> wrote: > Yes, I meant TS template. All that Canadian cold air is freezing my brain. > > I have to use the numeric entity? Bummer. At least it works. Thanks! Have to? No. I just gave the simple answer. Check the .wrap property's .splitChar option [1

Re: [TYPO3] Using the pipe character in TSConfig

2007-04-05 Thread James Corell
Yes, I meant TS template. All that Canadian cold air is freezing my brain. I have to use the numeric entity? Bummer. At least it works. Thanks! - James Corell EPCS, 111 W. Mitchell St. Suite E, Gaylord, MI 49735 DSL for Businesses - Websites That Work! [EMAIL PROTECTED] ww

Re: [TYPO3] Using the pipe character in TSConfig

2007-04-05 Thread Christopher Torgalson
Hi, On 4/5/07, James Corell <[EMAIL PROTECTED]> wrote: > > I'd like to be able to use the "|" character within the text of a stdWrap > function in TSConfig. (Not really, but I have to.) What is the syntax to > include the character? Escape code? In TSconfig? .stdWrap is not available in TSconfig

[TYPO3] Using the pipe character in TSConfig

2007-04-05 Thread James Corell
I'd like to be able to use the "|" character within the text of a stdWrap function in TSConfig. (Not really, but I have to.) What is the syntax to include the character? Escape code? - James Corell EPCS, 111 W. Mitchell St. Suite E, Gaylord, MI 49735 DSL for Businesses - W

Re: [TYPO3] DAM and Image and Text/image problem

2007-04-05 Thread Piotr Burda
Piotr Burda napisał(a): > Hi > > After upgrading Typo3 to 4.1 i can`t add any images from DAM to Image or > Text/Image content. I can select files from DAM but after saving content > element files disapears from the list. > > I`m using: > > Typo3 4.1 > > DAM: 1.0.10 > > dam_ttcontent: 1.0.2

[TYPO3] DAM and Image and Text/image problem

2007-04-05 Thread Piotr Burda
Hi After upgrading Typo3 to 4.1 i can`t add any images from DAM to Image or Text/Image content. I can select files from DAM but after saving content element files disapears from the list. I`m using: Typo3 4.1 DAM: 1.0.10 dam_ttcontent: 1.0.2 Piotr ___

Re: [TYPO3] Indexed search navigation problems

2007-04-05 Thread Lasse Guldsborg
Argh typo =) > plugin.ti_indexedsearch.browseLinks_setUrl = 1 plugin.tx_indexedsearch.browseLinks_setUrl = 1 Best regards, Lasse ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/t

Re: [TYPO3] Missing wrap definition

2007-04-05 Thread Tyler Kraft
OFGS - try looking it the TSOB and make sure you check the 3.9 condition at the bottom, that way you see the right setup... hth Ty Tapio Markula wrote: > Georg Ringer kirjoitti: > >> So what does the TSOB say? >> >> georg > > > It doesn't say anything more for this menu type in my TS Templ

Re: [TYPO3] weird url injection

2007-04-05 Thread Ries van Twisk
What is the value for config.baseUrl? Ries On Apr 5, 2007, at 9:59 AM, Bernd Wilke wrote: > -- Ries van Twisk Freelance Typo3 Developer email: [EMAIL PROTECTED] web: http://www.rvantwisk.nl/ skype: callto://r.vantwisk ___ TYPO3-english mailing

Re: [TYPO3] weird url injection

2007-04-05 Thread Christopher Torgalson
Hi, On 4/5/07, Bernd Wilke <[EMAIL PROTECTED]> wrote: > > > -- > www.bernd-wilke.net > "Debora" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > > Hi all, > > > > To my horror I noticed that someone has been trying to hack my website > (TYPO3 4.0.5,PHP 5.1.6 -> both being upgr

Re: [TYPO3] Missing wrap definition

2007-04-05 Thread Tapio Markula
Georg Ringer kirjoitti: > So what does the TSOB say? > > georg It doesn't say anything more for this menu type in my TS Templates. But In some other menu definition in TS templates I had used wrapItemAndSub - that must define too ___ TYPO3-english mail

Re: [TYPO3] Missing wrap definition

2007-04-05 Thread Christopher Torgalson
On 4/5/07, Tapio Markula <[EMAIL PROTECTED]> wrote: > Georg Ringer kirjoitti: > > So what does the TSOB say? > > > > georg > > I don't remember all possible wraps - that's why I asked help Do you know what the Typoscript Object Browser (TSOB) is? It /shows/ you the TS of a given TS object so you

Re: [TYPO3] weird url injection

2007-04-05 Thread Bernd Wilke
-- www.bernd-wilke.net "Debora" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi all, > > To my horror I noticed that someone has been trying to hack my website (TYPO3 4.0.5,PHP 5.1.6 -> both being upgraded today). My site is multilingual and I always upgrade extensions by d

Re: [TYPO3] Missing wrap definition

2007-04-05 Thread Tapio Markula
Georg Ringer kirjoitti: > So what does the TSOB say? > > georg I don't remember all possible wraps - that's why I asked help ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-eng

Re: [TYPO3] [Extension] File management in pi

2007-04-05 Thread Sylvain Gourvil
Tanks Matthias. I have not seen uploads directory ! Thanks a lot. Matthias Stuebner a écrit : On Thu, 05 Apr 2007 15:02:23 +0200, Sylvain Gourvil wrote: But if the user choose file 'xxx.jpg' for example, the pi extension will get xxx_01.jpg back from database ? How could I know which fi

Re: [TYPO3] Missing wrap definition

2007-04-05 Thread Georg Ringer
So what does the TSOB say? georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] [Extension] File management in pi

2007-04-05 Thread Matthias Stuebner
On Thu, 05 Apr 2007 15:02:23 +0200, Sylvain Gourvil wrote: > But if the user choose file 'xxx.jpg' for example, the pi extension will > get xxx_01.jpg back from database ? > > How could I know which file it is ? > I red core api documentation and did not find it ! What you miss is what happens

[TYPO3] Missing wrap definition

2007-04-05 Thread Tapio Markula
Hi I tried to redefine a menu type tt_content.menu.20.1.wrap = | tt_content.menu.20.1.1.NO.allWrap=| tt_content.menu.20.1.1.NO.linkWrap = |*| | || | |*| | Well some wrap cause still ... before http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Indexed search navigation problems

2007-04-05 Thread Lasse Guldsborg
And the solution :o) plugin.ti_indexedsearch.browseLinks_setUrl = 1 Best regards, Lasse "Lasse Guldsborg" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Hi > > I have a problem with my indexed search navigation: > http://www.danskhistorie.dk/index.php?id=17 (try searching

[TYPO3] [Extension] File management in pi

2007-04-05 Thread Sylvain Gourvil
Hi everybody I have created an exension with a file selection in backend. it is working in backend with filemount I defined ... But if the user choose file 'xxx.jpg' for example, the pi extension will get xxx_01.jpg back from database ? How could I know which file it is ? I red core api docu

Re: [TYPO3] Frontend User Registration

2007-04-05 Thread Moritz Rogalli
Kirill Klimov schrieb: > Moritz Rogalli wrote: > > >> for starters: Use 2.5.5 and not 2.5.6, 2.5.6 is really buggy. I had >> the same problem some time ago but unfortunately i don't remember what >> the cause was. > > Have you reported the problem to http://bugs.typo3.org/ [project > tx_srfe

[TYPO3] weird url injection

2007-04-05 Thread Debora
Hi all, To my horror I noticed that someone has been trying to hack my website (TYPO3 4.0.5,PHP 5.1.6 -> both being upgraded today). My site is multilingual and I always upgrade extensions by default. I also clear all cache at the start of each day manually... What's the problem: - The urls (b

Re: [TYPO3] mask

2007-04-05 Thread Miroslav Monkevic
Hi, Bas van der Togt wrote: > Your are right! > But now the text is white. How can i make the text black? > I tried fontColor = #00 and black, but that's no working. > > You never give up (like Tapio) . This is good! :) > Do you know why? I already answered that: because your text is a

[TYPO3] Wrong (?) size of images in Text w/image

2007-04-05 Thread Claudio
Hi all, I am using Typo3 4.1 and just tried to create a block of content of type Text w/Image. The block should include several images and should appear like this: text text img1 img2 text text img3 img4 text text img5 img6 text text I set up the block of images by definin

Re: [TYPO3] Paragraph style+Text style

2007-04-05 Thread Tyler Kraft
sure, as soon as you program it that way... till then I'll cope with it not being like that and write some extra classes... Tomasz Trznadel wrote: > Hi list > > I found a problem using RTE. I have a simple text lorem ipsum and i > use style for paragraph "align-left",in the box "Text" my styl

[TYPO3] Paragraph style+Text style

2007-04-05 Thread Tomasz Trznadel
Hi list I found a problem using RTE. I have a simple text lorem ipsum and i use style for paragraph "align-left",in the box "Text" my style changes automaticly from "default" to "undefined" and in the output i get this: lorem ipsum. Is it possible to have 2 styles at once? lorem ipsum. I think i

Re: [TYPO3] jp_pageteaser

2007-04-05 Thread Denyer Ec
I'm not sure, I've only ever produced sites that use TemplaVoila and CSS-Styled-Content. I'm not entirely sure if you'd ever want to NOT use it, as then you'd have a lot of things requiring a lot of work to get displaying correctly, which is kinda what css-s-c does for you. Someone with more know

Re: [TYPO3] Frontend User Registration

2007-04-05 Thread Kirill Klimov
Moritz Rogalli wrote: > for starters: Use 2.5.5 and not 2.5.6, 2.5.6 is really buggy. I had the > same problem some time ago but unfortunately i don't remember what the > cause was. Have you reported the problem to http://bugs.typo3.org/ [project tx_srfeuserregister] ? -- Best regards, K

[TYPO3] Include more than once template in TS

2007-04-05 Thread Christian Leicht
Hello, i split the Templatre file from tt_news in templ_latest, templ_list and templ_single, for more overview. Is it possible to iclude this 3 files in TS and not in BE ? plugin.tt_news.file.templateFile = fileadmin/template/news/templ_latest.html plugin.tt_news.file.templateFile = fileadmin/t

[TYPO3] News random order question

2007-04-05 Thread stan
Hi I want to put 3 news on one page in LATEST format using random order. Is there a way to have that and not have two or three of the same news appearing at the same time. I read somewhere it could be done but I can't find it. Thanks in advance Stan

Re: [TYPO3] jp_pageteaser

2007-04-05 Thread Bas van der Togt
Thank you for your answer Denyer! I found the problem. I had to install css_styled_content as you told me. Is it possible do it without this extension? cheers, Bas Denyer Ec schreef: > Have you added the static template to your main template (As you have > to do with css_styled_content etc) and