Re: [TYPO3-english] Plugin Development

2009-09-12 Thread Kay Strobach
the id of the page with the template. Another solution would be to use t3lib_BEfunc::BEgetRootLine(...) and interate through the array until you find a page with a template on it. Perhaps this information will help somebody. Best regards Kay Strobach Kay Strobach schrieb: > Hello Dimi

Re: [TYPO3-english] Plugin Development

2009-09-05 Thread Kay Strobach
Hello Dimitry, thanks for your answere. > Basically you did what I said: you moved "$GLOBALS['BE_USER']->user['admin'] > = 1" above "$tce->start(...)". This line was in the beginning of the function in the first post, thats why i meant, thats not the goal - as far as i understand what you meant

Re: [TYPO3-english] Plugin Development

2009-09-04 Thread Kay Strobach
Dmitry Dulepov schrieb: > Move "$GLOBALS['BE_USER']->user['admin']=$userStatus;" above > "$tce->start($recData,Array());". > Hello Dimitry, thanks a lot for the hint, but thats not the goal. After quite a while of testing i found out the following: [snip complete code in first post] $recDat

Re: [TYPO3-english] Updating from version 3.7.0 to 4.2.8 anything to be aware of?

2009-09-04 Thread Kay Strobach
Xavier Perseguers schrieb: > Hi, > >> I have been asked to update a site from version 3.7 to version 4.2.8 >> >> I have not updated from that old versions before and I wonder if there >> is anything special to be aware to insure a smooth update? > > I would upgrade from version to version, meani

[TYPO3-english] Plugin Development

2009-09-03 Thread Kay Strobach
alue. As seen in the code below. The other solution would be a reimplementation of the used classes, i would be happy if i could avoid this. And by pass the security layer with database queries. Thanks Best Regards Kay Strobach function setTSCon

Re: [TYPO3-english] simple cookie based security

2009-05-22 Thread Kay Strobach
hello janus. the extension password from ter, does a simple password validation. Or write an extension with the kickstarter, it should be easy. Because you have the code already ;) regards Kay janus76 schrieb: > I have a typo3 site where the content is actually displayed within an Iframe > of a

[TYPO3-english] getTabMenu htmlspecialchars urls twice, bug - or feature?

2008-10-15 Thread Kay Strobach
Hello Guys, i do have a question with the class template for be modules: in http://typo3.org/fileadmin/typo3api-4.0.0/d4/d7a/template_8php-source.html#l01577 the function getTabMenu is defined this function uses htmlspecialchars to encode the string, than it calls getTabMenuRaw and this functi

Re: [TYPO3] how to build a link with pid and uid

2008-09-29 Thread Kay Strobach
Hello sven, mystical, in the you can find that it returns the page with language overlay. but i'm happy to see, that you found a working solution. regards Kay ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.

Re: [TYPO3] how to build a link with pid and uid

2008-09-27 Thread Kay Strobach
Sven Jürgens schrieb: > has anyone a hint for me ? > > I want to write an FrontEnd extension. > In the Backend you can select a page and in the Frontend it should be > a link to that page. > I imagine something like that > > pid:title - uid:title > > But how can i get the title of the pid with l

Re: [TYPO3] flexform wizard (edit, add) problem ...

2008-09-09 Thread Kay Strobach
Hello Ron, thats nearly what i want ... The Problem with field type db is that the user can select records from the whole page tree. But the user should only select entries from the current page, i found no config option to restrict the user with the db type The select type offers such an option

Re: [TYPO3] Flexform link how to use in plugin

2008-09-09 Thread Kay Strobach
have a look in the tca configuration http://typo3.org/documentation/document-library/core-documentation/doc_core_api/1.2.0/view/4/2/#id4104960 --snip-- 1 LLL:EXT:lang/locallang_general.php:LGL.startingpoint group db pages 3 22

[TYPO3] flexform wizard (edit, add) problem ...

2008-09-09 Thread Kay Strobach
hello list, i created an extension with an flexform, and have a problem with the add wizard. In some hours of searching i found out, that flexforms use nearly the same configuration options like other fields via tca (no irre, as i understand) So i created a flexform with a field to select a r

Re: [TYPO3] flexforms

2008-09-07 Thread Kay Strobach
hello together, in http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/3/#id4284746 i found that i have to set the following option set, but this doesn't work as well. Regards Kay ___ TYPO3-english mailing list

[TYPO3] flexforms

2008-09-07 Thread Kay Strobach
hello list, i created an extension with an flexform, and have a problem with the add wizard. In some hours of searching i found out, that flexforms use nearly the same configuration options like other fields via tca (no irre, as i understand) So i created a flexform with a field to select a r

Re: [TYPO3] eID and getPIDList

2008-08-24 Thread Kay Strobach
Hello Dimitry, Thanks a lot, I'll keep on trying ;) regards kay ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] eID and getPIDList

2008-08-21 Thread Kay Strobach
Dmitry Dulepov [typo3] schrieb: > The rest is only yours. TYPO3 is > not really there. > Hello Dimitry, does that mean i do have to have a look in the core and rebuild the functions I need. So that they work for my case? Is it planned to implement some of these function's like getPIDlist in t

Re: [TYPO3] Control user access to extensions?

2008-08-20 Thread Kay Strobach
Mike schrieb: > I made an extension that adds a new menuitem to the right-click menu of > the Page tree in the admin. > > How do I control which users can see the new menuitem and which can't? > > Hi, have a look at http://typo3.org/documentation/document-library/core-documentation/doc_core_ap

[TYPO3] eID and getPIDList

2008-08-20 Thread Kay Strobach
Hello together i do have a small problem, where I need some help. I use eID to refresh the date in my substitutionsschedule extension. That works fine so far, but I can't use $this->pi_getPidList($conf['pidList'], $conf['recursive']); without errors in my class, thats extends tslib_pibase

Re: [TYPO3] Tynirte 1.7.2

2008-02-24 Thread Kay Strobach
Antonio Willybiro schrieb: > Hi there, > > preview,zoom,fullscreen buttons do not show up on the RTE for me. Anyone > else with same problem or a solution? > > Thanks in advance. > Antonio > > hi, i do have the same behaviour, spellchecker doesn't appear too. But the rest off tinyrte is more

[TYPO3] Problems with mm_forum

2007-10-23 Thread Kay Strobach
Hello, i do use mm_forum on two pages: on one page the page selektor box, for first settings doesn't work. The working site includes but the not working page doesn't have this line in the header. Is there some way to get it working?? mm_forummm_forum0.1.3 $TYPO3_CONF_VARS['EXT

Re: [TYPO3] weird T3 template problem

2007-09-30 Thread Kay Strobach
hi, which template engine do you use? what about using 2 seperate menues? like done on: http://www.sn.schule.de/cms/sba-offener-unterricht/ ts of the above page ... ## # Menu [Begin] lib.subMenu = HMENU lib.subMenu.entryLevel = 2 lib

[TYPO3] Problem/Bug::: Links between domains with simulate static

2007-09-30 Thread Kay Strobach
Hi has anybody a soolution for the following bug: http://bugs.typo3.org/view.php?id=3491 Page1 (domain1.com) + Page 1.1 > Link to 2.1 (wrong domain before link) Page2 (domain2.com) + Page 2.1 I need this feature on: http://www.drk-kurs.de/LSM-fuer-Fuehrerschein.323.0.html Wiener Str. 41 =>