[TYPO3] Templavoila, links, and target attributes

2008-03-13 Thread Antonio Reher
Hi: I've been looking around for a solution to this but I'm not sure how to approach it... I'm using TemplaVoila to map a new website and for links I usually create two fields in the DS: - an element text field for the link text, which maps to inner, - and an attribute link field for the href I

Re: [TYPO3] Templavoila, links, and target attributes

2008-03-13 Thread Antonio Reher
Yes, I'm sorry. I discovered later and posted there. Dmitry Dulepov [typo3] wrote: > Hi! > > Firsts, there is a templavoila list for such questions. > > Antonio Reher wrote: > >> - an element text field for the link text, which maps to inner, >> - and a

[TYPO3] help with TypoScript

2008-03-14 Thread Antonio Reher
Hi, I can't really figure out how to solve this: I have a TSO named lib.title and I want to type into it a following with the page id and the page title, but it also includes a curly brace. For example: "{here we have the page id: page_id and the page title (page_title)}". The only way I've fig

Re: [TYPO3] help with TypoScript

2008-03-14 Thread Antonio Reher
Right, COA :) I've tried your suggestion, but I get: "here we have the page id: 25 and the page title (Authentication){}" Francois Suter wrote: > Hi, > >> lib.title = SOA > > By the way it's COA, not SOA :-) > >> lib.title.10 = TEXT >> lib.title.10.data = TSFE:id >> lib.title.10.wrap = {here we

Re: [TYPO3] help with TypoScript

2008-03-14 Thread Antonio Reher
Now I get "{}here we have the page id: 25 and the page title (Authentication)" Francois Suter wrote: > Hi, > >> I've tried your suggestion, but I get: "here we have the page id: 25 and >> the page title (Authentication){}" > > Ah yes, the dataWrap is called instead of wrap apparently. Then try >

Re: [TYPO3] help with TypoScript

2008-03-14 Thread Antonio Reher
perfect, that seems to work... Thanks! Antonio Francois Suter wrote: > Hi, > >> Now I get "{}here we have the page id: 25 and the page title >> (Authentication)" > > Hmm, I'm unsure what the issue is, but try: > > lib.title.10.outerWrap = {|} > > or > > lib.title.10.wrap3 = {|} > > looking at th

[TYPO3] Accessible HMENU/TMENU

2008-03-18 Thread Antonio Reher
Hi: I'm trying to create a horizontal menu, such as: option 1 | option 2 | option 3 | ... | option n to make it accessible, we have used this model: option 1 ... option n with style being: .estirar li { border-right:1px solid #00; display:inline; float:left; margin:0pt 0.7em 0pt 0pt; paddi

Re: [TYPO3] Accessible HMENU/TMENU

2008-03-18 Thread Antonio Reher
Arrg! it was so simple! lib.migadepan = HMENU lib.migadepan.special = rootline lib.migadepan.1 = TMENU lib.migadepan.1 { wrap = | NO.allWrap = | |*| | |*| | } Dmitry Dulepov [typo3] wrote: > Hi! > > Antonio Reher wrote: > >> I'm trying to create a h

[TYPO3] configuring a plugin via backend

2008-04-25 Thread Antonio Reher
Hi: I'm sure there is an answer somewhere, but I've searched and searched and don't really know where to start. I'm developing a front-end plugin for a website which displays an introductory text and a list of elements. My problem is that the only way I know of specifying the intro text from th

Re: [TYPO3] configuring a plugin via backend

2008-04-25 Thread Antonio Reher
any ideas? Antonio Reher wrote: > Hi: > I'm sure there is an answer somewhere, but I've searched and searched > and don't really know where to start. > > I'm developing a front-end plugin for a website which displays an > introductory text and a list of

Re: [TYPO3] configuring a plugin via backend

2008-04-25 Thread Antonio Reher
- can I define actions when the user inputs data and saves the plugin from the backend? thanks, Antonio Christopher Torgalson wrote: > On Fri, Apr 25, 2008 at 4:03 PM, Antonio Reher <[EMAIL PROTECTED]> wrote: > >> any ideas? >> > > Yes: use the kickstarter exten

Re: [TYPO3] configuring a plugin via backend

2008-04-25 Thread Antonio Reher
;s what my plugin outputs. Is there a function that transforms back to ? Thanks! Antonio Antonio Reher wrote: > Hi again... thanks for your help! > > I always use the kickstarter to develop extensions and plugins, but when > I created this particular plugin there were no opt

Re: [TYPO3] configuring a plugin via backend

2008-04-27 Thread Antonio Reher
Thank you... that works!! bernd wilke wrote: > on Sat, 26 Apr 2008 00:09:37 +0200, Antonio Reher wrote: > > >> I have done some work with FlexForms and they seem to be working. I'm >> having a small problem, however: >> >> when I input the text via

[TYPO3] multilanguage external url redirection from menu

2008-05-14 Thread Antonio Reher
Hi: I have a menu and some of the pages are external URLs, so that when you click on them, you're redirected to whatever url was configured in the page options. There seems to be no field for having an alternative URL per language in the site, though. Does anybody know a work-around for this?

Re: [TYPO3] multilanguage external url redirection from menu

2008-05-14 Thread Antonio Reher
Any ideas on this? I keep scratching my head but can't come up with a solution... Antonio Antonio Reher wrote: > Hi: > I have a menu and some of the pages are external URLs, so that when you > click on them, you're redirected to whatever url was configured in the > p

Re: [TYPO3] multilanguage external url redirection from menu

2008-05-14 Thread Antonio Reher
4.1.6 Francois Suter wrote: > Hi, > > >> Any ideas on this? I keep scratching my head but can't come up with a >> solution... >> >> >>> I have a menu and some of the pages are external URLs, so that when >>> you click on them, you're redirected to whatever url was configured in >>> the

[TYPO3] RTE keeping absolute src's

2008-05-20 Thread Antonio Reher
Hi all: I have a problem with the RTE in TYPO3... when I upload an image and then save, the src in the database is kept as an absolute address. Shouldn't this be relative? Thanks, Antonio ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.d

Re: [TYPO3] RTE keeping absolute src's

2008-05-20 Thread Antonio Reher
iver > > [1] > http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/5/2/ > > > Antonio Reher wrote: > >> Hi all: >> I have a problem with the RTE in TYPO3... when I upload an image and >> then save, the s

Re: [TYPO3] RTE keeping absolute src's

2008-05-20 Thread Antonio Reher
Any ideas as to why this might be, Oliver? Antonio Antonio Reher wrote: > Hi Oliver: > thanks for your answer. I'm using an RTE in an object of a database > table created in a frontend extension. When I add an image, the src > attribute is absolute, but so is the entry in th

Re: [TYPO3] RTE keeping absolute src's

2008-05-20 Thread Antonio Reher
Hi again, I've done the test and if I input an image via an RTE in a templavoila page, no problem. It transforms src to relative, as expected. When I do it, however, via any table created via the Extension Kickstarter, it replaces the src tag with an absolute address. Do you know where I can conf

Re: [TYPO3] RTE keeping absolute src's

2008-05-20 Thread Antonio Reher
), ) ), and "types" => Array ( "0" => Array("showitem" => "hidden;;1;;1-1-1, fecha_ini, fecha_fin, fecha, foto_peq, foto_grande, titulo_es, entradilla_es;;;richtext[*], cuerpo_es;;;richtext[*], titulo_en, entradilla_en;;;richt

Re: [TYPO3] RTE keeping absolute src's

2008-05-20 Thread Antonio Reher
what appears as line1 line2 line3 in the RTE, saves in the database as line1 line2 line3 and ends up showing in the frontend as line1line2line3 Oliver, I just read your post... more ideas? ;) antonio Antonio Reher wrote: > I'm looking at TCA.php in my extension directory and the

Re: [TYPO3] RTE keeping absolute src's

2008-05-20 Thread Antonio Reher
] = $this->pi_RTEcssText($row['content']); > > Where $row['content'] is your RTE field. > > Best regards, > > Oliver > > Antonio Reher wrote: > >> Hi all, >> once again, thanks for helping me... i was getting desperate. I fooled >&g

[TYPO3] showAccessRestrictedPages and realurl

2008-06-08 Thread Antonio Reher
Hi all: I have a problem using realurl and the showAccessRestrictedPages property for TMENU. My site is bilingual and uses realurl, so that URLs are site.com/en/page1/page2 and site.com/es/page1/page2. One of my pages is restricted, so in the TMENU configuration I set showAccessRestrictedPages

Re: [TYPO3] showAccessRestrictedPages and realurl

2008-06-08 Thread Antonio Reher
I'm using realUrl v. 1.4, by the way any ideas? Thanks Antonio Reher wrote: > Hi all: > I have a problem using realurl and the showAccessRestrictedPages > property for TMENU. My site is bilingual and uses realurl, so that URLs > are site.com/en/page1/page2 and site.com/es

Re: [TYPO3] showAccessRestrictedPages and realurl

2008-06-08 Thread Antonio Reher
showAccessRestrictedPages property? Thanks again for your help. Antonio Dmitry Dulepov [typo3] wrote: > Antonio Reher wrote: > >> I have a problem using realurl and the showAccessRestrictedPages >> property for TMENU. My site is bilingual and uses realurl, so that URLs >

Re: [TYPO3] showAccessRestrictedPages and realurl

2008-06-09 Thread Antonio Reher
x.php?id=152&redirect_url=131&L=0 Dmitry Dulepov [typo3] wrote: > Hi! > > Antonio Reher wrote: > >> Let me explain: the page that is restricted is, say, id=12, which for >> realurl is es/page1/page2.html. When I click on the link, it redirects >> to es/logi

Re: [TYPO3] showAccessRestrictedPages and realurl

2008-06-09 Thread Antonio Reher
opher Torgalson wrote: > On Mon, Jun 9, 2008 at 1:25 PM, Antonio Reher <[EMAIL PROTECTED]> wrote: > >> Hello again: >> this doesn't work either, so I've chosen another road that will suit my >> needs better. >> I have set a condition in TS saying: >&

Re: [TYPO3] showAccessRestrictedPages and realurl

2008-06-09 Thread Antonio Reher
group information from the function user_usergroup_not()? Can I pass it along with the parameter 1? Something like: [userFunc = user_usergroup_not(1,{$usergroup})]... Thanks Susanne Moog wrote: > Hi Antonio, > > Antonio Reher wrote: > >> how can I go about defining my own

Re: [TYPO3] showAccessRestrictedPages and realurl

2008-06-09 Thread Antonio Reher
Got it solved, because my userFunc has access to $GLOBALS["TSFE"]->fe_user->user["usergroup"]. thanks everybody!! Antonio Reher wrote: > Ok, thanks everybody, I'm getting close to the solution... > so, to test if the usergroup is not equal

Re: [TYPO3] showAccessRestrictedPages and realurl

2008-06-09 Thread Antonio Reher
get "group is not 1". Anybody have any ideas? Antonio Antonio Reher wrote: > Got it solved, because my userFunc has access to > $GLOBALS["TSFE"]->fe_user->user["usergroup"]. > > thanks everybody!! > > Antonio Reher wrote: > >>

Re: [TYPO3] showAccessRestrictedPages and realurl

2008-06-09 Thread Antonio Reher
Yep, problem solved. Name of userFunc was different from function definition... glabs! sorry. Antonio Antonio Reher wrote: > Nope, sorry. It seems that > > $GLOBALS["TSFE"]->fe_user->user["usergroup"] > > in my comparison function is always 0, rega

[TYPO3] indexed search not indexing database records

2008-06-14 Thread Antonio Reher
Hello everybody: in my site, I hold a bunch of database records in a page, and I view them via a plugin and a get parameter with their ID. In other words, using realurl, I have: Root: - documents.html in documents the records have been inserted via the list module and they have been defined

Re: [TYPO3] indexed search not indexing database records

2008-06-15 Thread Antonio Reher
rather than simply 'n' in order to avoid namespace conflicts with > other extensions. > > Best regards, > > Oliver > > Antonio Reher wrote: > >> Hello everybody: >> in my site, I hold a bunch of database records in a page, and I view >> t

[TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Antonio Reher
Hi: I've read you can place a flash movie into tinyMCE, but I can't seem to do it with HTMLArea: HTML code gets rendered as text. Does anybody have any experience with this? Thanks! Antonio ___ TYPO3-english mailing list TYPO3-english@lists.netfielde

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Antonio Reher
That's right: I don't need to see the preview in HTMLArea. Is there any way to configure it to not parse the element and save it as html? Tapio Markula escribió: > Dmitry Dulepov kirjoitti: > >> Hi! >> >> Antonio Reher wrote: >> >>> I

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Antonio Reher
Hi: and this should go into the Template setup of the root? thanks again, Antonio Tapio Markula escribió: > Antonio Reher kirjoitti: > >> That's right: I don't need to see the preview in HTMLArea. Is there any >> way to configure it to not parse the

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-12 Thread Antonio Reher
Hello again: I tried adding those lines in my Template for root but the RTE still transforms my tag into <object>, etc, and the code isn't rendered as HTML... any idea what I might be doing wrong? Thanks! Antonio Antonio Reher wrote: > Hi: and this should go into the Templat

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-12 Thread Antonio Reher
gain, Antonio bernd wilke wrote: > Am Thu, 12 Feb 2009 21:50:34 +0100 schrieb Antonio Reher: > > >> Hello again: >> I tried adding those lines in my Template for root but the RTE still >> transforms my tag into <object>, etc, and the code isn't >>

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-13 Thread Antonio Reher
Hello list: after some more research I finally managed to include Flash in HTMLArea. This page was very helpful: http://snipplr.com/view/9197/how-to-enable-the-use-of-object-param-embed-tags-into-normal-text-wimage-boxes/ Thank you all for your help. Antonio Antonio Reher escribió: > Ok