Re: [TYPO3] Problem styling tables (contenttable)

2007-05-08 Thread Dmitry Dulepov
Morten Kjems wrote: > Hi. > > I am using Tinyrte to create tables for my pages. > > I use several different styles for my tables and it is nice that I can > attach these styles with a few clicks using Tinyrte. > > But the problem is TYPO3 somehow overwrites the classes that I have > defined in

[TYPO3] real url doesn't substitute a variable ([ for %5B problem?)

2007-05-08 Thread Rens Admiraal
Hi all, I start this new thread because my previous post was not describing enough, and when I take another look I see the problem is also not what I thought (Dmitry, thanks for your reminder!). I thought I had a problem with my plugin, but that wasn't true, it turned out to be a configurat

[TYPO3] Re Storing language prefence in cookie

2007-05-08 Thread Leo Barrientos C.
Okey, but the cookie will work for a few time (if you set it). The thing is, ¿Do you want a "latest used languaje by an IP address" or by a registered user ?. You can add an extra field to fe_user with an extension in order to allow register user to change his default language. By the way, store

Re: [TYPO3] Problem with RealUrl and Menu on 404 Error Pages

2007-05-08 Thread Dmitry Dulepov
J.L. Reid wrote: >> Am I blind or your error page does not have tag? :) > > Oops... I missed that. > > Unfortunately, though, I'm still getting 404 errors for these pages. > > Any other thoughts? Links there look wrong: home1.html and shop0.html. -- Dmitry Dulepov Web: http://typo3blo

[TYPO3] Carriage return/Linefeed in a wrap?

2007-05-08 Thread Leo Barrientos C.
mmm, do you want a inline menu or a clasical top-down ? There is a style attribute for do that : ul { display:inline } May be you css set this value, so is better to use a div for the wrap of a menu (in my opinion), something like : temp.TOP_MENU2 = HMENU temp.TOP_MENU2.entryLevel = 0 temp.T

Re: [TYPO3] Example with flexform

2007-05-08 Thread Livius Agrippa
Dmitry Dulepov wrote: > Livius Agrippa wrote: >> I try to create an extension which use flexform. This extension should >> process select statements on other database than typo3-install database. >> >> Also I try to populate the items in the flexform with information from >> the other database. >>

[TYPO3] BE user profile edit

2007-05-08 Thread Kuldev Singh
Hi all I have create some BE users and groups. but now I want that BE users can edit only his/her profile. means BE users should have permission only to edit his/her profile.(and it will much better if BE users can see only his/her profile). is this possible. regards Kuldev Bisht

Re: [TYPO3] RealURL on Windows using IIS ?

2007-05-08 Thread Karl-Ernst Kiel
Hi! This is how I got it working on Win2003, IIS 6, TYPO3 4.1.1 : 1.) Installed ISAPI_rewrite lite (www.isapirewrite.com) 2.) Added this rule to the httpd.ini (ISAPI_rewrite installation folder) RewriteRule ^/[^/]*\.html$ /index\.php [L] (see http://wiki.typo3.org/index.php/Windows#ISAPI_Rewr

Re: [TYPO3] Problem styling tables (contenttable)

2007-05-08 Thread Morten Kjems
Thanks Dmitry. This is all new to me and it's a little hard to understand the content of the document. But maybe this is the part I am looking for: - Part 5: Rendering the website Content from the database is processed for display on the website. Depend

[TYPO3] Make extension working on older typo3 version - Login with Apache HTTP login

2007-05-08 Thread Rafal Markut
Hi, I installed Login with Apache HTTP login on typo3 4.1.1 and it works perfectly. The extension authorizes users which are logged-in per Apache-HTTP. I need it on typo3 3.7.0. When I install it then typo doesn't show any errors - it's installed without any problems. But it doesn't work. So i

[TYPO3] Bug, functional oversight or intended behaviour? Problem with HMENU.special.browse and prevnextToSection

2007-05-08 Thread Peter
When using HMENU.special.browse, items.first always refers to the first item in the current section and items.last always refers to the last item in the current section, regardless of the setting of prevnextToSection. Consider the following: mynav = HMENU mynav { special = browse special.

[TYPO3] Workspaces Issue

2007-05-08 Thread saurabh pareek
Hi List !! I have created 2 custom workspaces for different usergroups/users so that they can add/edit/delete the content and can change the mode from "Editing" to "Review" in their own workspace without making anything live. Its working fine. But now I want to create a usergroup/user as "Revi

Re: [TYPO3] Change text in language menu

2007-05-08 Thread Francois Suter
Hi, > plugin.tx_srlanguagemenu_pi1.useSysLanguageTitle = Finnish > plugin.tx_srlanguagemenu_pi1.useIsoLanguageCountryCode = FI This is wrong. Those values are supposed to be boolean, not strings! If you want each language displayed in its own language, you should set: plugin.tx_srlanguagemenu_

Re: [TYPO3] Workspaces Issue

2007-05-08 Thread Dmitry Dulepov
saurabh pareek wrote: > I have created 2 custom workspaces for different usergroups/users so > that they can add/edit/delete the content and can change the mode from > "Editing" to "Review" in their own workspace without making anything > live. Its working fine. But now I want to create a usergr

Re: [TYPO3] real url doesn't substitute a variable ([ for %5B problem?)

2007-05-08 Thread Dmitry Dulepov
Hi! Rens Admiraal wrote: > I have made a menu using the user_menuFunc class posted by Peter Klein > on typo3wizard > (http://www.typo3wizard.com/en/snippets/menus/create-menus-using-data-from-other-tables-than-pages.html). > > > > With additionalParams.wrap I add a variable to the URL with

Re: [TYPO3] Re Storing language prefence in cookie

2007-05-08 Thread Dmitry Dulepov
Hi! Leo Barrientos C. wrote: > Okey, but the cookie will work for a few time (if you set it). > > The thing is, ¿Do you want a "latest used languaje by an IP address" or > by a registered user ?. > > You can add an extra field to fe_user with an extension in order to > allow register user to cha

Re: [TYPO3] BE user profile edit

2007-05-08 Thread Dmitry Dulepov
Kuldev Singh wrote: > I have create some BE users and groups. but now I want that BE users > can edit only his/her profile. means BE users should have permission > only to edit his/her profile.(and it will much better if BE users can > see only his/her profile). > > is this possible. B

Re: [TYPO3] Example with flexform

2007-05-08 Thread Dmitry Dulepov
Livius Agrippa wrote: > Thank you for your answer. What I wanted to say was the fact how can I > reuse some information from the main class of the extension. > I want to hove some general fields for the extension where the user can > insert connection information. I can process this information in

Re: [TYPO3] Make extension working on older typo3 version - Login withApache HTTP login

2007-05-08 Thread Rafal Markut
Hi, I see that it cannot work because in 3.7.0 authorization works bit diffrent. It doesn't allow to make it in services/extensions. i.e. file class.t3lib_userauth.php in 4.1.1 has: ... if ($row=$serviceObj->getUser()) { ... so it calls getUser method(s) from services. but in 3.7.0 it calls dire

Re: [TYPO3] Problem styling tables (contenttable)

2007-05-08 Thread JoH asenau
> I am thinking that the class "contenttable" can be configured through > "CSS Styled Content". The file pi1/class.tx_cssstyledcontent_pi1.php > holds the following code: > > - > // Table tag params. > $tableTagParams = $this->getTableAttributes($conf,$type);

[TYPO3] HELP: FE User registration and Extra Checkboxes >>>> for second time asking, any help please

2007-05-08 Thread Aji Johannes
Hello List, sorry for posting the mail again but im realy need your help :( - i add new checkboxes to FE User Registration, but it seem doesnt work fine. i do this steps: in ext_tables.php: 'interessen' => Array (

Re: [TYPO3] BE user profile edit

2007-05-08 Thread Kuldev Singh
Hi Dmitry Dulepov Thank you very much for this help. regards Kuldev Bisht www.fivee.in Dmitry Dulepov wrote: > Kuldev Singh wrote: >> I have create some BE users and groups. but now I want that BE >> users can edit only his/her profile. means BE users should have >> permission only to e

[TYPO3] RealURL and comma separated values in tt_products

2007-05-08 Thread Alexander
Hello list. I have a question about RealURL extension. I'm using it with some extensions including tt_products. I'm already tuned up realUrl for my needs. But i found one thing that annoying me. tt_products has possibilities to show all products in a subcategories. In this case url without Real

Re: [TYPO3] RealURL and comma separated values in tt_products

2007-05-08 Thread Alexander
ah there is part of RealURL configuration for categories: // product categories 'categories' => array( array( 'GETvar' => 'tx_ttproducts_pi1[cat]', 'lookUpTable' => array( 'table' => 'tt_products_cat', 'id

[TYPO3] is there a way to make a specific div tag hidden without a front end login?

2007-05-08 Thread dave typo
I need a specific tag to be hidden unless a user has logged into the site within a specific user group. Is this possible? I was looking at javascript solutions that appeared to work within html pages, but this approach doesn't appear to work within typo3 Is there some typoscript that can allow me

[TYPO3] Access not inherited by sub pages

2007-05-08 Thread Bing Du
Hi, Typo3 4.0.6 The page tree is like the following. parent page subpage1 (pid: 111) subpage2 subpage3 Login should be required for accessing all the pages. I assigned certain groups to 'parent page' in its access box in the page properties. All the subpages are hidden and have no extra

[TYPO3] after bodytag equivalent of page headerData

2007-05-08 Thread Zachary Denison
Hello, Is there a way (with TypoScript) to insert something (i.e. some javascript) after the closing body tag? I am trying to use google maps api on a page, and I just insert a plain html content element on the page. This works on ALL browsers except IE, and apparently the fix to make it work wi

Re: [TYPO3] is there a way to make a specific div tag hidden without a front end login?

2007-05-08 Thread Tyler Kraft
yeah put it in using ts and use a condition on the user group. check into the global var section of conditions in TSref [globalVar = TSFE:XX] blah.10=HTML blah.10.value( ) [else] blah.10 = HTML blah.10.value= [global] hth dave typo wrote: > I need a specific tag to be hidden

Re: [TYPO3] Access not inherited by sub pages

2007-05-08 Thread Tyler Kraft
have you checked the box that says include subpages? Bing Du wrote: > Hi, > > Typo3 4.0.6 > > The page tree is like the following. > > parent page > subpage1 (pid: 111) > subpage2 > subpage3 > > Login should be required for accessing all the pages. I assigned certain > groups to 'pare

[TYPO3] FE USER REGISTRATION and Multiple Checkboxes

2007-05-08 Thread Aji Johannes
Hello List, after i resolved my first problem, i get the second problem :( my TCA multiple Checkboxes get unchecked the form submited (if one of the requiered Field is not filled) is there any conditions of TS setup or Constants for the checkboxes field??? fe_user_registration Version: 2.5.5 an

Re: [TYPO3] mail in base64 encoding

2007-05-08 Thread Roberto Torresani
Hi all! 2007/4/16, Roberto Torresani <[EMAIL PROTECTED]>: > > Hi all! > > how could I force the encoding of the mail sent with typo3 to base64? > Now they are sent in quoted-printable, but I have a problem with the > qmail-scanner on a server. I solve the problem on my server typo3 about html m

[TYPO3] adding filter paramters

2007-05-08 Thread Corrado
I would like to add a filter to the automatically generated link to a certain page For example:&tx_ttproducts_pi1[cat]=2 I cannot find a way to do it. Help! Corrado -- eeos communications (technical support) http://www.eeos.biz ___ TYPO3-english

Re: [TYPO3] Problem styling tables (contenttable)

2007-05-08 Thread Morten Kjems
Thanks a lot for your detailed explanation Joey! After adding my own styles to the list everything works perfect. As challenging an and difficult as Typo3 sometimes are as helpful and encouraging are the members of this list! Thanks /Morten JoH asenau skrev: >> I am thinking that the class "

Re: [TYPO3] Example with flexform

2007-05-08 Thread Livius Agrippa
Dmitry Dulepov wrote: > Livius Agrippa wrote: >> Thank you for your answer. What I wanted to say was the fact how can I >> reuse some information from the main class of the extension. >> I want to hove some general fields for the extension where the user can >> insert connection information. I can

[TYPO3] fe password and loginSecurityLevel

2007-05-08 Thread Roberto Torresani
Hi all! how work the possibility to have the fe user's password in md5 on typo3 4.1? I try to set the $TYPO3_CONF_VARS['FE']['loginSecurityLevel'] to superchallenged in install tool but it don't run: I can't login in my frontend and the password is always in clear. What do I forget? Thanks Rober

Re: [TYPO3] fe password and loginSecurityLevel

2007-05-08 Thread Christopher Torgalson
Hi, On 5/8/07, Roberto Torresani <[EMAIL PROTECTED]> wrote: > Hi all! > > how work the possibility to have the fe user's password in md5 on typo3 4.1? > I try to set the $TYPO3_CONF_VARS['FE']['loginSecurityLevel'] to > superchallenged in install tool but it don't run: I can't login in my > front

[TYPO3] [Typo3] Prev/Next Navigation

2007-05-08 Thread Nathan Lounds
Hello, Did you ever find a way to do this? I'm trying to do the same thing (ie. [TYPO3] Simple prev next menu). I've been searching and found others wanting to do the same thing, but nobody ever solved it as far as I can tell. Thanks! Nate Lounds > I have a quick question t

Re: [TYPO3] Simple prev next menu

2007-05-08 Thread Nathan Lounds
Hi, Did you ever find a way to do this? I'm trying to do the same thing (ie. [Typo3] Prev/Next Navigation). I've been searching and found others wanting to do the same thing, but nobody ever solved it as far as I can tell. Thanks! Nate Lounds > Hello, > > I try to m

[TYPO3] xajax and realurl

2007-05-08 Thread Rens Admiraal
Hi all, Sorry for posting again, but I've still 1 problem left while getting my extension compatible with real_url. It seems that xajax doesn't work with real_url. When I do a xajax request I get the error 'there is whitespace in your response' The exact same code works perfectly in a typo3 i

Re: [TYPO3] FE USER REGISTRATION and Multiple Checkboxes

2007-05-08 Thread Aji Johannes
Aji Johannes schrieb: > Hello List, > after i resolved my first problem, i get the second problem :( > my TCA multiple Checkboxes get unchecked the form submited (if one of > the requiered Field is not filled) > > is there any conditions of TS setup or Constants for the checkboxes > field??? >

Re: [TYPO3] [Typo3] Prev/Next Navigation

2007-05-08 Thread JoH asenau
> Did you ever find a way to do this? I'm trying to do the same thing > (ie. [TYPO3] Simple prev next menu). I've been searching and found > others wanting to do the same thing, but nobody ever solved it as far > as I can tell. Try this one. http://support.typo3.org:8080/jive/entry.jspa?externa

Re: [TYPO3] gifbuilder should not generate empty header

2007-05-08 Thread R.E. Klerk
For the record... The easy way is using stdWrap.fieldRequired = header Ralph "Patrick Rodacker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi R.E. Klerk > > R.E. Klerk wrote on 04.05.2007 10:20: >> Hello, I use gifbuilder to generate content headers using undermetioned >> Typ