[TYPO3] Forcing to change password extension

2007-10-09 Thread Oktawiusz Poranski
Hi I'm looping for an extension which will force user to change password every X days Does anyone know if TYPO has such functionality? ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo

Re: [TYPO3] form-based navigation

2007-10-09 Thread Leon White
Hi Rens, thanks for the suggestion, the firstlabel does make things look better. Unfortunately I am still having problems with the reloading, linking to a site without subpages works, but any subpages just get mysteriously reloaded on the first page, resetting the navigation. Check the site again

[TYPO3] CoolURI and Tip-A-Friend

2007-10-09 Thread Morten Kjems
Hi. I have asked about this before but have not found a solution. I have tried to implement a "tip a friend" function in my current project. I have looked into two extensions: 1. The original Tip-A-Friend (tipafriend) 2. The Tip-A-Friend-Plus (tipafriend_plus) None of them work when CoolURI i

Re: [TYPO3] form-based navigation

2007-10-09 Thread Rens Admiraal
Hi Leon, The reloading is quite normal I think, but the item in the first menu isn't selected after reloading. I think you have to use the following typoscript (the firstLabel is optional, but might be nice): marks.magicnav = HMENU marks.magicnav { special = directory special

Re: [TYPO3] form-based navigation

2007-10-09 Thread Leon White
Thanks for the tips! I have implemented the JSMENU using the following code: marks.magicnav = HMENU marks.magicnav.special = directory marks.magicnav.special.value = 8 marks.magicnav.1 = JSMENU marks.magicnav.1 { levels = 2 1.wrap = | 1.noLink = 1

[TYPO3] Creating a frontend editing module using fe_adminLib.inc

2007-10-09 Thread Rens Admiraal
Hi list, I want to create an extension to edit database records in the frontend. The extension directmail_subscription uses fe_adminLib.inc to create forms, and I would like to do it the same way. To find the way how to do this I copied the directmail_subscription plugin, and renamed some

Re: [TYPO3] feediting - edit text, image or title doesnt work

2007-10-09 Thread Tapio Markula
Brian Bendtsen kirjoitti: > Brian Bendtsen skrev: >> Hi >> >> Im new to front end editing and I have set up the basics, but I have a >> few problems. >> >> If I edit a title, image or text record I get an empty pop up window. >> >> I have no problem with editing a whole content element. >> >> Any

Re: [TYPO3] mm_forum. Does it work with T3 v 4.0.2?

2007-10-09 Thread Pieter
mario schreef: > On Mon, 2007-10-08 at 21:05 +0200, Pieter wrote: >> mario schreef: >>> Hi, >>> >> I recently noticed problems with "config.xhtml_cleaning" and/or the >> extension sourceopt. They seem to destroy the javascript used in DR >> Wiki. I was planning to post a message on this. Try t

Re: [TYPO3] pixe_feediting - toolbar visible for non-admin user?

2007-10-09 Thread Tapio Markula
Brian Bendtsen kirjoitti: > Tapio Markula skrev: >> Brian Bendtsen kirjoitti: >>> Hi again >>> >>> I installed the extension on another site and here it works. Almost. >>> >>> I have created a new be user who only has access to a single page in >>> the page tree but somehow, when I choose to log i

Re: [TYPO3] CONTENT, renderObj and isTrue

2007-10-09 Thread Peter Klein
Hi Lukas. Try changing your "2" object to this: 2 = TEXT 2 { if.isTrue.numRows if.negate = 1 value = AI: Verksamheter } -- Peter Klein / Umloud Untd "Lukas Mattsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a page that either display a list of companies, or a si

Re: [TYPO3] pixe_feediting - toolbar visible for non-admin user?

2007-10-09 Thread Brian Bendtsen
Tapio Markula skrev: > Brian Bendtsen kirjoitti: >> Hi again >> >> I installed the extension on another site and here it works. Almost. >> >> I have created a new be user who only has access to a single page in >> the page tree but somehow, when I choose to log in with this user as >> with fronte

[TYPO3] CONTENT, renderObj and isTrue

2007-10-09 Thread Lukas Mattsson
I have a page that either display a list of companies, or a single company. If a single company is displayed, the url contains the get variable tx_awanthrcompanies_pi1[company_id]. If the variable is set, the page title should be injected with the company name from the database table 'tx_awanthr

Re: [TYPO3] RTEhtmlarea - SpellChecker

2007-10-09 Thread Brian Smith
I have the correct version installed and I still cannot get the spell check button to appear in the RTE. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] pixe_feediting - toolbar visible for non-admin user?

2007-10-09 Thread Tapio Markula
Brian Bendtsen kirjoitti: > Hi again > > I installed the extension on another site and here it works. Almost. > > I have created a new be user who only has access to a single page in the > page tree but somehow, when I choose to log in with this user as with > frontend as interface I start on p

Re: [TYPO3] RTEhtmlarea - SpellChecker

2007-10-09 Thread Brian Smith
Ah ha. I think that may be the problem: aspell -v : @(#) International Ispell Version 3.1.20 (but really Aspell 0.50.5) and it requires version 0.6. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/m

[TYPO3] Re: RTE

2007-10-09 Thread Brian Smith
I was able to add styles to the paragraph and text styles by creating span.mystyle and p.mystyle. Now I'm having the problem where in the RTE, I apply these styles and the changes take effect but as soon as I save it, it loses all the formatting. Here is my TSconfig: RTE { default { showBu

Re: [TYPO3] RTEhtmlarea - SpellChecker

2007-10-09 Thread Fred
Maybe it's the same problem, did you check the version of Aspell you installed ? Brian Smith a écrit : > I didn't know that thanks for pointing it out. However, I am operating on a > *nix server. > ___ TYPO3-english mailing list TYPO3-english@lists.

Re: [TYPO3] RTEhtmlarea - SpellChecker

2007-10-09 Thread Brian Smith
I didn't know that thanks for pointing it out. However, I am operating on a *nix server. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Tmenu seperated div per entrylevel

2007-10-09 Thread Gijs Epping
Holy crap, i thought i was the only one interested in this menu, I will try his tonight. Thanks allot! Peter Klein schreef: > Hi Gijs. > Here's a TS snippet I made a couple weeks ago, trying to emulate the setup > of the menu at: > http://joehewitt.com/files/iphone/navigation.html > > It uses

Re: [TYPO3] form-based navigation

2007-10-09 Thread Mathias Schreiber [TYPO3]
Rob De Vries schrieb: > >> >> If both select boxes are "levels" in TYPO3, you might want to take a >> look a JSMENU. > > If i'm not mistaken, jsmenu does not work in safari when using out of > the box. > pls correct me if i'm wrong. Never tried it. Long ago (when I used JSMENU) I had no Mac. N

Re: [TYPO3] feediting - edit text, image or title doesnt work

2007-10-09 Thread Brian Bendtsen
Brian Bendtsen skrev: > Hi > > Im new to front end editing and I have set up the basics, but I have a > few problems. > > If I edit a title, image or text record I get an empty pop up window. > > I have no problem with editing a whole content element. > > Any ideas? > > /Brian Forgot to menti

Re: [TYPO3] form-based navigation

2007-10-09 Thread Rob De Vries
> > If both select boxes are "levels" in TYPO3, you might want to take a > look a JSMENU. If i'm not mistaken, jsmenu does not work in safari when using out of the box. pls correct me if i'm wrong. Rob -- web : http://www.rob-ot.

Re: [TYPO3] mm_forum. Does it work with T3 v 4.0.2?

2007-10-09 Thread mario
On Mon, 2007-10-08 at 21:05 +0200, Pieter wrote: > mario schreef: > > Hi, > > > I recently noticed problems with "config.xhtml_cleaning" and/or the > extension sourceopt. They seem to destroy the javascript used in DR > Wiki. I was planning to post a message on this. Try to disable both. tha

Re: [TYPO3] mm_forum. Does it work with T3 v 4.0.2?

2007-10-09 Thread mario
On Mon, 2007-10-08 at 21:05 +0200, Pieter wrote: > mario schreef: > > > I recently noticed problems with "config.xhtml_cleaning" and/or the > extension sourceopt. They seem to destroy the javascript used in DR > Wiki. I was planning to post a message on this. Try to disable both. thank

Re: [TYPO3] Can't have different NOs with different types/heights in GMENU?

2007-10-09 Thread Peter
Mathias Schreiber [TYPO3] wrote: > Peter schrieb: >> I have a GMENU that works with conditions that work. But I need to do >> different sized NO types based on the condition >> >> NO { >> XY = >> 10 = TEXT >> 10.text.field = title >> 10.if {...} >> 20 = IMAGE >> 20 { >> file.i

[TYPO3] feediting - edit text, image or title doesnt work

2007-10-09 Thread Brian Bendtsen
Hi Im new to front end editing and I have set up the basics, but I have a few problems. If I edit a title, image or text record I get an empty pop up window. I have no problem with editing a whole content element. Any ideas? /Brian ___ TYPO3-english

Re: [TYPO3] RTEhtmlarea - SpellChecker

2007-10-09 Thread Fred
If you are on a windows server you can't use Aspell, the current version is not enough to run with Typo3. Brian Smith a écrit : > Hello all, > > I am trying to enable the SpellChecker button for the RTE but cannot get the > button to display. > > I have installed sr_static_info (v 2.0.0). Typo

Re: [TYPO3] pixe_feediting - toolbar visible for non-admin user?

2007-10-09 Thread Brian Bendtsen
Hi again I installed the extension on another site and here it works. Almost. I have created a new be user who only has access to a single page in the page tree but somehow, when I choose to log in with this user as with frontend as interface I start on page 1 and I can see all pages. Is this