[TYPO3] uploading via DAM from FE-ext

2008-09-17 Thread Andreas Lappe
Hey, I'm just trying to write a frontend extension to upload files into DAM categories. I'm stuck. From my extension I'm calling tx_dam->index_autoProcess($filenameWithPath) which fails (|Inserting meta record failed. See log for reason!|). I think I tracked my problem down to the method

[TYPO3] Bug: sr_feuserregister plugin 2.5.16

2008-09-17 Thread Saurabh
Hi List, I would like to mention that I have found one bug while working with this extension. Its details are as follows :- *File :* class.tx_srfeuserregister_data.php *Function :* function fetchDate($value, $dateFormat) { . *Issue:* In above function, "split" php function is used to split d

[TYPO3] TV FCE issue

2008-09-17 Thread Simon Browning
I've got a site that has been working fine for ages, but for some reason today all of the FCE's have dropped the < & > symbols, so the output on the site is like below. h1link 8marketing driven designbr //link/h1 I can see in the tx_templavoila_flex field of tt_content that it has the symbols

Re: [TYPO3] uploads or user-upload

2008-09-17 Thread bernd wilke
on Thu, 18 Sep 2008 00:22:47 +0200, Steffen Müller wrote: > Hi. > > On 18.09.2008 00:04 bernd wilke wrote: >> [2] in this part of your server normaly you have no access by the >> TYPO3- BE as TYPO3 want to have control over this files. >> >> > but you can easily change that by moving uploads/ i

Re: [TYPO3] getting constants in an FE plugin extension

2008-09-17 Thread Simon Child
"Dmitry Dulepov [typo3]" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Simon Child wrote: >> How do I retrieve the values of some constants set on current page >> extension template or on the root page main template, when coding a FE >> plugin? > You can assign constants to T

Re: [TYPO3] uploads or user-upload

2008-09-17 Thread Steffen Müller
Hi. On 18.09.2008 00:04 bernd wilke wrote: > [2] in this part of your server normaly you have no access by the TYPO3- > BE as TYPO3 want to have control over this files. > but you can easily change that by moving uploads/ into fileadmin and creating a symlink: $ mv uploads/ fileadmin/ $ ln -s f

Re: [TYPO3] uploads or user-upload

2008-09-17 Thread bernd wilke
on Wed, 17 Sep 2008 22:13:29 +0300, Tapio Markula wrote: > [EMAIL PROTECTED] kirjoitti: >> Hi List, >> in my projekt whatever images are loaded by redakteure in content >> element (text etc.) , in front-end they r referring to >> root/uploads/RTEmagic address although they r stored in >> filea

Re: [TYPO3] uploads or user-upload

2008-09-17 Thread bernd wilke
on Wed, 17 Sep 2008 22:13:29 +0300, Tapio Markula wrote: > [EMAIL PROTECTED] kirjoitti: >> Hi List, >> in my projekt whatever images are loaded by redakteure in content >> element (text etc.) , in front-end they r referring to >> root/uploads/RTEmagic address although they r stored in >> filea

Re: [TYPO3] "Template on next level:" causes menu to disappear?

2008-09-17 Thread bernd wilke
on Wed, 17 Sep 2008 14:41:06 -0400, Adam Harvie wrote: > Hi all, > > We've got a site with a structure as so: > > root <-(default template) > --page1 > --page2 <-(ext template) > ---subpage1 <-(default template) > ---subpage2 > ---etc > > We're wanting to assign a different template to a partic

Re: [TYPO3] subdomains with realUrl

2008-09-17 Thread Ronald Steiner
Hi Oliver, thanks for your tip. > You can work around for now with setting an empty array for "L" in the > preVars: > array( > 'GETvar' => 'L', > 'valueMap' => array(), > 'noMatch' => 'bypass', > ), I already tried this, but it is not working either. > Could you please create a bug repor

Re: [TYPO3] General FE_USERS question

2008-09-17 Thread bernd wilke
on Wed, 17 Sep 2008 13:11:20 -0600, La Farge Douglas wrote: > I have a client that requires two registration forms and two different > login forms. > > Registration form 1 will use Login form 1 to access specific areas of > the site designated for their use. > > Registration form 2 will use logi

Re: [TYPO3] Mailing list or forum?

2008-09-17 Thread ben van 't ende [netcreators]
Wow Steffen! What an accurate description of history. I must admit I almost forgot about how cool this was ;-) I have been talking with Steffen Kamper a lot about this and we came up with the idea to have a submission form on support.typo3.org that also posts to the mailinglist. SK has already

Re: [TYPO3] make "Home" link

2008-09-17 Thread Fearless Goblin (Victor Livakovsky)
> Thanks, i did it with include link http://mysite into [globalVar = TSFE:id = > 14] condition, but i still have question about variable instead of string > like "http://mysite";. I can insert year into my page with {date:Y} but why i > can't use smth like this for home site url? If you don't use

Re: [TYPO3] make "Home" link

2008-09-17 Thread Ronald Steiner
Hi, in TypoScript one line over wirtes what ever has been defined before. greetings Ron maaboo schrieb: > Thanks, i did it with include link http://mysite into [globalVar = TSFE:id = > 14] condition, but i still have question about variable instead of string > like "http://mysite";. I can inse

[TYPO3] new felogin extension configuration question

2008-09-17 Thread Simon Browning
I'm trying to configure the new felogin box to redirect on login. I can do it fine in a site where it is placed as a content element, but am having difficulty when inserting it through typoscript. I believe the below should work (the groups have redirect pids set), where am I going wrong? pl

Re: [TYPO3] "Template on next level:" causes menu to disappear?

2008-09-17 Thread Adam Harvie
Well, I managed to get around the problem by assigning the alternate template file as a conditional statement: plugin.tx_automaketemplate_pi1 { content.file = fileadmin/templates/internal/internal.html relPathPrefix = fileadmin/templates/internal/ #some other stuff snipped... } [globalV

Re: [TYPO3] uploads or user-upload

2008-09-17 Thread [EMAIL PROTECTED]
how can i preveent my images from imagemagic? regards, Rupali On 9/17/08, Tapio Markula <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] kirjoitti: > > Hi List, > > in my projekt whatever images are loaded by redakteure in content element > > (text etc.) , in front-end they r referring to root/u

Re: [TYPO3] make "Home" link

2008-09-17 Thread maaboo
Thanks, i did it with include link http://mysite into [globalVar = TSFE:id = 14] condition, but i still have question about variable instead of string like "http://mysite";. I can insert year into my page with {date:Y} but why i can't use smth like this for home site url? And one more question...

Re: [TYPO3] General FE_USERS question

2008-09-17 Thread Brian Lynch
La Farge Douglas <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: Hi Doug: Yes, I have a site just like that and the way that I handled it was, well I could have set up two differant folders, but I didn't, everyone is in one, but that has no bearring on the funcionality login process. A

Re: [TYPO3] Auto-move elements in a TemplaVoila setup

2008-09-17 Thread Tapio Markula
Johnny > I'm a trying to make a backend-extension, where it is possible to > "auto-move" some tt_content-elements from one TemplaVoila field to another. > But I cannot figure out, how to do this. that is complicated because positions are stored internal XML documents => simple SQL queries can't

Re: [TYPO3] uploads or user-upload

2008-09-17 Thread Tapio Markula
[EMAIL PROTECTED] kirjoitti: > Hi List, > in my projekt whatever images are loaded by redakteure in content element > (text etc.) , in front-end they r referring to root/uploads/RTEmagic > address although they r stored in fileadmin/templates/user_upload. > > becoz of this reason if we have to

[TYPO3] General FE_USERS question

2008-09-17 Thread La Farge Douglas
I have a client that requires two registration forms and two different login forms. Registration form 1 will use Login form 1 to access specific areas of the site designated for their use. Registration form 2 will use login form 2 to access different (than area 1) areas of the site. My ge

Re: [TYPO3] make "Home" link

2008-09-17 Thread Fearless Goblin (Victor Livakovsky)
> Hi! > I want to make "Home" link on every page. This link must be on site head > (except main page!): > lib.head = COA > lib.head.10 = TEXT > lib.head.10{ > value ( > > Site name. > ) > insertData = 1 > } > but there must be no link on main page (id=14). I think it can be

Re: [TYPO3] subdomains with realUrl

2008-09-17 Thread Oliver Hader
Hi Ron, Dr. Ronald P. Steiner schrieb: > I do run TYPO3 4.2.1 and the current realUrl 1.5.1 > The new feature kind of is working, but only when I use the "L" > parameter in the preVars as well. > > hope it's just a tiny thing in my configuration. - but I tried around > quite a while You can wo

Re: [TYPO3] make "Home" link

2008-09-17 Thread Stefan Reichelt
Hello maaboo, (try to use an real name here) you could try it with this, but dont know if it will work: -- lib.header = COA lib.header.10 = IMAGE lib.header.10.file = dat/img/sys/ban.jpg # header image lib.header.20 = TEXT lib.header.20{ value = site name typolink.parameter = 14 # generates

[TYPO3] "Template on next level:" causes menu to disappear?

2008-09-17 Thread Adam Harvie
Hi all, We've got a site with a structure as so: root <-(default template) --page1 --page2 <-(ext template) ---subpage1 <-(default template) ---subpage2 ---etc We're wanting to assign a different template to a particular page (page2), then revert to the default template for its children. I ass

[TYPO3] make "Home" link

2008-09-17 Thread maaboo
Hi! I want to make "Home" link on every page. This link must be on site head (except main page!): lib.head = COA lib.head.10 = TEXT lib.head.10{ value ( Site name. ) insertData = 1 } but there must be no link on main page (id=14). I think it can be done with conditions like:

[TYPO3] Url configuration difficulties - tt_news or realurl?

2008-09-17 Thread maaboo
Hi As nobody tell me how to do the best the multilevel news, i did it narrowminded: 1. Root page contains tt_news with 4 startingpoints (as subpages of root). Recursion Level - 2. 2. Every subpage also contains tt_news with n startingpoitns as subpages of this subpage. 3. At third level we also h

[TYPO3] Auto-move elements in a TemplaVoila setup

2008-09-17 Thread Johnny S.
Hello list I'm a trying to make a backend-extension, where it is possible to "auto-move" some tt_content-elements from one TemplaVoila field to another. But I cannot figure out, how to do this. I have also done some testing with TCEmain on how to create pages and tt_content-element. This is wo

Re: [TYPO3] Error 403 handling with realurl

2008-09-17 Thread Steffen Müller
Hi. On 17.09.2008 17:22 Thomas Scholze wrote: > > Some pages are only available via login. Without a valid login the URL > brings up an error 404 but should be 403. RFC 2616 (HTTP/1.1) says something else: "10.4.4 403 Forbidden The server understood the request, but is refusing to fulfill it. A

Re: [TYPO3] Changing the allwrap of menu items that are always active

2008-09-17 Thread Andreas Burg
Hello Stephen, > The problem with the option split is that I can't guarantee that the > editors will leave the pages as they are, they always want things moved > around, plus they want other menu items to appear above the always open one > when users have logged in. then try to use stdWrap.if or

Re: [TYPO3] ie7- img border

2008-09-17 Thread [EMAIL PROTECTED]
ok, soon i will clip them, that i think shud work. thx Bas On Wed, Sep 17, 2008 at 5:35 PM, Bas v.d. Wiel <[EMAIL PROTECTED]>wrote: > Hi Rupali, > These are the result of bad photography/Photoshopping. The background > was made transparent, but not completely. These edges are the remains of > th

Re: [TYPO3] ie7- img border

2008-09-17 Thread [EMAIL PROTECTED]
ok, thanks Rupali On Wed, Sep 17, 2008 at 5:33 PM, Xavier Perseguers <[EMAIL PROTECTED]>wrote: > > > open the above link in internet explorer...now make the font bigger, then > u > > will see some border around pictures(cream/white in color). > > from where they r coming, i have no idea. > > >

Re: [TYPO3] ie7- img border

2008-09-17 Thread Bas v.d. Wiel
Hi Rupali, These are the result of bad photography/Photoshopping. The background was made transparent, but not completely. These edges are the remains of the original background. If you got these from a studio: have them photograph against a backdrop colour that is close to your website's backgroun

Re: [TYPO3] ie7- img border

2008-09-17 Thread Xavier Perseguers
> open the above link in internet explorer...now make the font bigger, then u > will see some border around pictures(cream/white in color). > from where they r coming, i have no idea. The only cream/white border I see (I'm using IE8 and did the test with FF3) is around the picture of the book

Re: [TYPO3] [solved] pictures not displayed

2008-09-17 Thread ronald_lists
> Hi! > > [EMAIL PROTECTED] wrote: >> The pictures are not displayed, instead is a little block, which you can >> click and the picture will appear in a different window. > > Go to the Install tool and see if it reports any permission problems. Also > check your ImageMagick settings. If ImageMagick

Re: [TYPO3] ie7- img border

2008-09-17 Thread [EMAIL PROTECTED]
open the above link in internet explorer...now make the font bigger, then u will see some border around pictures(cream/white in color). from where they r coming, i have no idea. Rupali On Wed, Sep 17, 2008 at 5:21 PM, Xavier Perseguers <[EMAIL PROTECTED]>wrote: > Hi, > > Please use your real na

[TYPO3] Error 403 handling with realurl

2008-09-17 Thread Thomas Scholze
Hello list, is it possible to handle 403 errors with TYPO3/realurl? Some pages are only available via login. Without a valid login the URL brings up an error 404 but should be 403. This case sophisticates logfiles and statistics. Is there any solution ? Thanks for any hint. Regards Thomas _

Re: [TYPO3] ie7- img border

2008-09-17 Thread Xavier Perseguers
Hi, Please use your real name. > http://www.art-company.de/arbeitsbeispiele/corporate-identity/1/ > if I zoom the page then i see some ncream color border around the > pictures...althought i have given none. > why is it visible?- i tried jpeg and gif...happing with both. Do not understand the pr

[TYPO3] Some questions about LTG Google Search and indexed search

2008-09-17 Thread Nate Russell
I was trying to configure the LTG Google Search extension and I kept getting the error that my authorization key was invalid. According to google, they are no longer issuing new API keys as of December 5, 2006. http://code.google.com/apis/soapsearch/api_faq.html I have a few questions: 1. Are

[TYPO3] uploads or user_upload

2008-09-17 Thread [EMAIL PROTECTED]
Hi List, in my projekt whatever images are loaded by redakteure in content element (text etc.) , in front-end they r referring to root/uploads/RTEmagic address although they r stored in fileadmin/templates/user_upload. becoz of this reason if we have to change the exchange the images first we

[TYPO3] How to use a different template for each RSS feed?

2008-09-17 Thread Sergio Catalá Gil
Recovering one of my past posts: "I would like to use a different template for each RSS feed and each category. I mean: when I access the feed for a certain category, I would like only some fields are shown in the feed. I've seen you can control this for the whole tt_news extension through "plugin

[TYPO3] uploads or user-upload

2008-09-17 Thread [EMAIL PROTECTED]
Hi List, in my projekt whatever images are loaded by redakteure in content element (text etc.) , in front-end they r referring to root/uploads/RTEmagic address although they r stored in fileadmin/templates/user_upload. becoz of this reason if we have to change the exchange the images first we

Re: [TYPO3] Changing the allwrap of menu items that are always active

2008-09-17 Thread StephenBungert
Thanks for shortening my TS. I never thought to copy the ACT to the CUR. The problem with the option split is that I can't guarantee that the editors will leave the pages as they are, they always want things moved around, plus they want other menu items to appear above the always open one when u

[TYPO3] ie7- img border

2008-09-17 Thread [EMAIL PROTECTED]
Hi List, http://www.art-company.de/arbeitsbeispiele/corporate-identity/1/ if I zoom the page then i see some ncream color border around the pictures...althought i have given none. why is it visible?- i tried jpeg and gif...happing with both. ___ TYPO3-eng

Re: [TYPO3] Changing the allwrap of menu items that are always active

2008-09-17 Thread Andreas Burg
Hallo Stephen, I think if your alwaysActivePIDlist are always the first or the last menu items, it should be easy to use optionSplit, else you can try "if". I've shortened your TS, as I think it's easier to read. temp.mainNav = HMENU temp.mainNav { alwaysActivePIDlist = 202,211 1 = TME

Re: [TYPO3] same locallang for different pi's

2008-09-17 Thread Lars Haendler
Hi Xavier, Xavier Perseguers wrote: > Hi, > >> while working on a new extension with different pi's I realized that >> each pi has its own locallang.xml file. Is there a way to use only on >> locallang.xml - say from pi1 - for all pi's? > > For sure! Specify > > LLL:EXT:your_extension/pi1/loc

[TYPO3] Changing the allwrap of menu items that are always active

2008-09-17 Thread StephenBungert
### temp.mainNav ### ### ### temp.mainNav = HMENU temp.mainNav { alwaysActivePIDlist = 202,211 1 = TMENU 1 { collapse = 1 NO { allWrap = {$lnBoxStart} | {$lnBoxEnd} stdWrap { htmlSpecialChars = 1 field = subtitle // title } }

Re: [TYPO3] pictures not displayed

2008-09-17 Thread ronald_lists
The page in question is: http://elmit.com/index.php?id=38 >>> BTW, your page is not XHTML valid as you claim ;-) >> >> who claimed what? >> I claim that the pictures are not displayed on one of the pages! > > I know, this is why I said BTW. On your page, you have a text that > claims that

Re: [TYPO3] pictures not displayed

2008-09-17 Thread Xavier Perseguers
>>> The page in question is: >>> http://elmit.com/index.php?id=38 >> BTW, your page is not XHTML valid as you claim ;-) > > who claimed what? > I claim that the pictures are not displayed on one of the pages! I know, this is why I said BTW. On your page, you have a text that claims that your web

Re: [TYPO3] pictures not displayed

2008-09-17 Thread Xavier Perseguers
Hi, FYI > I am not sure what I am looking for, but that's what I found: You should be sure that all images can be generated and are similar to the reference. It seems to be the case. > Image writing gives me a "File size is very different from reference > (46011 13634) for png. I never could

Re: [TYPO3] (no subject)

2008-09-17 Thread Dmitry Dulepov [typo3]
Hi! Diana Christian wrote: > Has anyone worked on this extension? If yes then please tell me what I have > missed. Quite a lot... This is not easy to set up. Best thing is to start with the manual for indexed search... -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/ty

Re: [TYPO3] pictures not displayed

2008-09-17 Thread ronald_lists
> Hi, > >> The page in question is: >> http://elmit.com/index.php?id=38 > > BTW, your page is not XHTML valid as you claim ;-) who claimed what? I claim that the pictures are not displayed on one of the pages! bye Ronald > > -- > Xavier Perseguers > http://xavier.perseguers.ch/en/tutorials/t

Re: [TYPO3] pictures not displayed

2008-09-17 Thread ronald_lists
> Hi! > > [EMAIL PROTECTED] wrote: >> The pictures are not displayed, instead is a little block, which you can >> click and the picture will appear in a different window. > > Go to the Install tool and see if it reports any permission problems. Also > check your ImageMagick settings. If ImageMagick

Re: [TYPO3] pictures not displayed

2008-09-17 Thread Xavier Perseguers
Hi, > The page in question is: > http://elmit.com/index.php?id=38 BTW, your page is not XHTML valid as you claim ;-) -- Xavier Perseguers http://xavier.perseguers.ch/en/tutorials/typo3.html ___ TYPO3-english mailing list TYPO3-english@lists.netfielder

Re: [TYPO3] pictures not displayed

2008-09-17 Thread Dmitry Dulepov [typo3]
Hi! [EMAIL PROTECTED] wrote: > if i see in firebug img has no height and no width Why they should be? They are optional in HTML. -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book In the blog: http://typo3bloke.net/post-details/tag_your_ty

Re: [TYPO3] searching for a fast and user-friendly slideshow

2008-09-17 Thread Georg Ringer
Markus Thaler schrieb: > do you know a fast and userfriendly slideshow extension? thank you. tried rgslideshow? georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] serach box with multiple language

2008-09-17 Thread [EMAIL PROTECTED]
done !! thx Ron :) On Wed, Sep 17, 2008 at 12:37 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > thx buddy it helped. > i manipulated it as follows: its really shame to say that the submit botton > is always 5px above the input field and i am not able to to make both of > them in line. padding

[TYPO3] searching for a fast and user-friendly slideshow

2008-09-17 Thread Markus Thaler
i am searching for a fast (continuous image loading) and userfriendly (for backend-editors) slideshow which i would like to put in the header of a website. Flash SlideShow (slideshow) is in my opinion much to complicated for the average backend-editor to work with. rgsmoothgallery on the other

Re: [TYPO3] pictures not displayed

2008-09-17 Thread [EMAIL PROTECTED]
if i see in firebug img has no height and no width On Wed, Sep 17, 2008 at 11:46 AM, <[EMAIL PROTECTED]> wrote: > I created a new page with two elements, both text and picture type. > > Both elements include a picture with the specification width=200 and > width=160, and "Click-enlarge". > > Firs

Re: [TYPO3] pictures not displayed

2008-09-17 Thread Dmitry Dulepov [typo3]
Hi! [EMAIL PROTECTED] wrote: > The pictures are not displayed, instead is a little block, which you can > click and the picture will appear in a different window. Go to the Install tool and see if it reports any permission problems. Also check your ImageMagick settings. If ImageMagick is not set

Re: [TYPO3] serach box with multiple language

2008-09-17 Thread [EMAIL PROTECTED]
thx buddy it helped. i manipulated it as follows: its really shame to say that the submit botton is always 5px above the input field and i am not able to to make both of them in line. padding for submitsearch works for both button and input :( http://serviceforce.duke2007.taunus.de/index.php?id=29&

[TYPO3] pictures not displayed

2008-09-17 Thread ronald_lists
I created a new page with two elements, both text and picture type. Both elements include a picture with the specification width=200 and width=160, and "Click-enlarge". First paragraph has the picture at the left side and the second paragraph has the picture at the right side. The pictures are n

Re: [TYPO3] (no subject)

2008-09-17 Thread [EMAIL PROTECTED]
try this: page.config.index_enable = 1 lib.suche < plugin.tx_macinasearchbox_pi1 lib.suche{ pidSearchpage = (name of the serach page where it jumps to show results and where this indexed search box will be added) templateFile = fileadmin/templates/searchbox.tmpl } plugin.tx_indexedsearch { t

[TYPO3] Loginbox_macmade: forgot password mail - problem

2008-09-17 Thread Trine Buhl
Hi, In loginbox_macmade 0.3.5 I have a problem with the forgotpassword.mailmsg-label: Password recover
%s,

You are receiving this email from %s because you asked to recover your password.

Your username is: %s
Your password is: %s

Please connect to

Re: [TYPO3] powermail custom field

2008-09-17 Thread Tapio Markula
luca kirjoitti: > Hi Tapio, > > probably I have missed lead you. > > What I need is to generate a random key which will be sent into the > answer message and recorded into the database...without actually show it > in the published form. that needs some extra coding - I have looked the plugin a

Re: [TYPO3] typolink not rendering ATagParams

2008-09-17 Thread Luis Flávio Seelig
Sorry, I forgot to change the subject... There a open bug (or request for feature) in tx_ttnews: http://bugs.typo3.org/view.php?id=6397 "0006397: Switch from pi_linkTP_keepPIvars to typolink" Dmitry, as always, is right: every single link is overrided by tt_news and changed to something like thi

Re: [TYPO3] powermail custom field

2008-09-17 Thread luca
Hi Tapio, probably I have missed lead you. What I need is to generate a random key which will be sent into the answer message and recorded into the database...without actually show it in the published form. The task is to create a registration form for a demo software which will generate an a

[TYPO3] RealURL upgrade question

2008-09-17 Thread Derek Harkness
When I initially installed RealURL I only setup the basic pagePath so my url only map page id and alias. Unfortunately for me this is how the entire site got deployed and now I'd like to switch the advanced pagePath to provide some hierarchy to the site. Again unfortunately for me I have