Re: [TYPO3] IRRE and auxdataviewer

2008-08-25 Thread Katja Lampela
Hi Mario, A bit similar are maybe: - outputyourtable - wfqbe - th_genericlist - mth_feedit - gst_selectpro regards, Katja mario kirjoitti: > I think that auxdataviewer at least tries to realize a very interesting > idea: to let people to develop (basic) FE extensions without any php > programm

Re: [TYPO3] DAM for rgsmoothgallery in tt_news

2008-08-25 Thread Georg Ringer
Hi Steffen, thanks for your work! Which version did you use for your work? I will include this if someone can test it! georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-en

Re: [TYPO3] New felogin extension configuration question

2008-08-25 Thread Francois Suter
Hi, > I've seen some installations where logout redirect isn't working when > used from an access restricted page. Imho this should work with TS > configuration, at least in my installation this works. I have tracked down the problem, but I don't know how to solve it. Here's what happens: 1)

[TYPO3] EXT development: How to set 'cache_clearAtMidnight'?

2008-08-25 Thread Martin Bless
I'm working on an extension that's supposed to insert a 'Citation Of The Day' on a page. It's mainly a frontend plugin. Q: How can I make sure in my PHP code, that caching of pages containing this plugin ends at midnight? I'd like to have the effect of # page.config.no_cache = false # page.

Re: [TYPO3] DAM for rgsmoothgallery in tt_news

2008-08-25 Thread Steffen Gebert
Hi Georg, > thanks for your work! Which version did you use for your work? I use the most recent version 1.5.0 It would be nice, if this code can be included into the extension. Hope there are any testers here :) Best regards Steffen ___ TYPO3-eng

Re: [TYPO3] direct mail prob

2008-08-25 Thread Ivan Kartolo
are the recipients fe_user or tt_address? check the HTML flag? Ivan Smile schrieb: > Hi > > I have directmail installed, but it is not going as expected. > > I created a recipient list (static) using Newsletter Group. > > There are approx 55 users in the list, but if I invoke it, what goes out

Re: [TYPO3] New felogin extension configuration question

2008-08-25 Thread Steffen Kamper
Hi, Francois Suter schrieb: > Hi, > >> I've seen some installations where logout redirect isn't working when >> used from an access restricted page. Imho this should work with TS >> configuration, at least in my installation this works. > > I have tracked down the problem, but I don't know how

[TYPO3] GMENU rendering based on doktype

2008-08-25 Thread Ronald Renfro
Hi, I would like to create a GMENU which renders the menu links depending on page type. The images for the menu items and rollovers are taken from the page media field. Requirements: 1. normal pages have -> normal links and rollover 2. not in menu pages -> are included and rendered but have n

Re: [TYPO3] IRRE and auxdataviewer

2008-08-25 Thread Lars Haendler
Katja Lampela wrote: > Hi Mario, > A bit similar are maybe: > > - outputyourtable > - wfqbe > - th_genericlist > - mth_feedit > - gst_selectpro > > regards, > Katja > > > > mario kirjoitti: >> I think that auxdataviewer at least tries to realize a very interesting >> idea: to let people to dev

Re: [TYPO3] direct mail prob

2008-08-25 Thread Smile
Hi I am using FE User GROUP called newsletter - they are fe users in that group. Cheers Stan "Ivan Kartolo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > are the recipients fe_user or tt_address? > check the HTML flag? > > Ivan > > Smile schrieb: >> Hi >> >> I have directmail

Re: [TYPO3] IRRE and auxdataviewer

2008-08-25 Thread Lars Haendler
Hi, mario wrote: > I think that auxdataviewer at least tries to realize a very interesting > idea: to let people to develop (basic) FE extensions without any php > programming. Isn't it so? you are right, the concept is really interesting. What is sad about the extension is that Tim copies some

Re: [TYPO3] Repeat Breadcrumb menu twice

2008-08-25 Thread Lars Haendler
Hi, Tyler Kraft wrote: > Hi > > But that doesn't make any sense. You get rid of a single class but then > use two id's?! It'd be better to just use a single class and control the > layout with it. > > Tyler > > Andreas Burg wrote: >> Hello Xavier, >> >>> #topBreadcrumb, #bottomBreadcrumb { >>

Re: [TYPO3] where is my mailform rendering coming from

2008-08-25 Thread Lars Haendler
Hi, Aaron Whittington wrote: > > Hi all, > > I'm trying to edit the rending of mailforms using typoscript: > > tt_content.mailform.20.REQ.labelWrap = |* > > I then noticed that my forms are not being generated according to the > rules in tt_content.mailform. For example, my forms are generate

Re: [TYPO3] admin panel: title of the tt_news record entry is not visible

2008-08-25 Thread Lars Haendler
Hi Matyi Gábor wrote: > Hi! > > In the admin panel I select the Web/list and I clik on a tt_news > sysfolder. Here I add a news tt_news record. I fill the fields. > > After saving I see only the icon, and I don't see the title of the > tt_news item. In case of all other records (f.e. tt_news c

Re: [TYPO3] Own CSS class names for each CE

2008-08-25 Thread Lars Haendler
Hi Marcus Biesioroff wrote: > ellou' > > I'm wondering if is that possible to define own CSS class name for > individual ContentElement placed via standard way (not as a subpart > from main template's TS) > > I know that I can play with wraps, when placing a CE with TS, but i > need a way to def

Re: [TYPO3] Own CSS class names for each CE

2008-08-25 Thread Dmitry Dulepov [typo3]
Marcus Biesioroff wrote: > I'm wondering if is that possible to define own CSS class name for > individual ContentElement placed via standard way (not as a subpart > from main template's TS) > > I know that I can play with wraps, when placing a CE with TS, but i > need a way to define class names

Re: [TYPO3] Columns titles encoding

2008-08-25 Thread Andreas Burg
Hello Goblin, perhaps putting something like this in your typo3conf/extTables.php will help t3lib_extMgm::addPageTSConfig('mod.SHARED.colPos_list = 0,2,3,4,1,5'); $TCA["tt_content"]["columns"]["colPos"]["config"]["items"] = array ( "1" => array ("Header||Header","1"), "2" =>

[TYPO3] Displaying data considering TCA

2008-08-25 Thread Jigal van Hemert
Many extensions display data which is the result of a query on the database object. Most of the time there is some form of definition for this data in the TCA with dozens of options on how the data is stored, labeled, processed, etc. The TYPO3 backend supports all these options in e.g. the Web > Vi

Re: [TYPO3] Displaying data considering TCA

2008-08-25 Thread Francois Suter
Hi, > Is there a simple way to use the TCA to show the data in the fields the > way the View module does (translating labels, fetching data from foreign > tables, etc.) without having to write code that supports all the features > of the TCA? I couldn't find anything in the API for it :-( You may

Re: [TYPO3] EXT development: How to set 'cache_clearAtMidnight'?

2008-08-25 Thread Martin Holtz
Hi Martin, > I'm working on an extension that's supposed to insert a 'Citation Of > The Day' on a page. It's mainly a frontend plugin. well, i think you do not need an extension for that u can read content via TypoScript (f.e. http://support.typo3.org/snippets/c/28/) put some content elements in

[TYPO3] TemplaVoilà permissions

2008-08-25 Thread André Hänsel
Hi, I created a backend user as I would do whithout TV. But now when this user creates new content elements, they appear in "Non-used elements" and not where they should be. What am I missing? Regards, André ___ TYPO3-english mailing list TYPO3-engl

Re: [TYPO3] New felogin extension configuration question

2008-08-25 Thread Steffen Kamper
Steffen Kamper schrieb: > Hi, > > Francois Suter schrieb: >> Hi, >> >>> I've seen some installations where logout redirect isn't working when >>> used from an access restricted page. Imho this should work with TS >>> configuration, at least in my installation this works. >> >> I have tracked dow

[TYPO3] Default Workspace Permissions

2008-08-25 Thread Walrick
Hello, I'm trying to find a way to get the workspace permissions for backend users and usergroups to default to unchecked (value = 0). Just setting the default value to 0 in the database doesn't work. So I'll probably have to edit some file and remove the checked="checked" bits for both checkb

[TYPO3] Feuserloginsystem and 'page is being generated'

2008-08-25 Thread Albert van der Veen
Hi, I'm using ext feuserloginsystem for login and redirect. However, this geneartes the infamous 'page is being generated' message on the page your redirected from. That is: if you are being redirected after having logged in, and go back to the login page via the menu, you get this message. Any

[TYPO3] srfeuserregister include feuser group in approval notification

2008-08-25 Thread Tony Lush
When a user registers for a site the administrator may assign them to one of three feuser groups. Is there a way to include that group name in the the approval email? I see in the documentation that one can define a label in TS with: plugin.tx_srfeuserregister_pi1._LOCAL_LANG.languageCode.extraL

Re: [TYPO3] Columns titles encoding

2008-08-25 Thread Fearless Goblin
Hello Andreas, > t3lib_extMgm::addPageTSConfig('mod.SHARED.colPos_list = 0,2,3,4,1,5'); > $TCA["tt_content"]["columns"]["colPos"]["config"]["items"] = array >( > "1" => array ("Header||Header","1"), > "2" => array ("Links||Links","2"), > "0" => array ("Mitte||Mit

Re: [TYPO3] seriuos problem migrating 4.2.1 installtion to another server

2008-08-25 Thread Susanne Moog
hello guido, G.Unger schrieb: > hello list > > the problem I ran into today is filed in bugtracker as well. > http://bugs.typo3.org/view.php?id=8227 > have you tried removing all umlauts from your TS templates? According to the comments in bugtracker it is just a problem if you have some umlau

[TYPO3] Backend development

2008-08-25 Thread Marcus Biesioroff
ellou' Until now I was 'playing' with funny FE exts, they were nice and quite simple. But now I need to develope some BE modules, can you give me some nice links in the net (in English) in this matter ? I was google some, but with poor results... :( I have such question: which method is better t

[TYPO3] tt_news archive view

2008-08-25 Thread Jill E
Greetings, I have configured tt_news plugins so that all views are in one page. Using RealURL and TS Template, the display of the page changes for each SINGLE and LIST and AMENU views as page parameters (URL) are updated. My question -- is there is a way with TS to display a message in the page

Re: [TYPO3] GMENU rendering based on doktype

2008-08-25 Thread Tapio Markula
Ronald Renfro kirjoitti: > Hi, > > I would like to create a GMENU which renders the menu links depending on > page type. look at CASE from TSref ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mail

Re: [TYPO3] seriuos problem migrating 4.2.1 installtion to another server

2008-08-25 Thread G . Unger
Hi Susanne, indeed I did try that, but maybe didn't get them all. I will doublecheck and see if it workz. thx & rgds, GUIDO On 2008-08-25 17:48:47 +0200, Susanne Moog <[EMAIL PROTECTED]> said: > hello guido, > > have you tried removing all umlauts from your TS templates? According > to the

[TYPO3] Request new password extension

2008-08-25 Thread Steffen Gebert
Hey list, We're looking for an extension which enables FE-users to request a new password. IMHO newloginbox doesn't handle this in the best way (enter username and account owner gets new password per mail). I would prefer just sending a link, where user can request a new password. Imagine that on

Re: [TYPO3] Columns titles encoding

2008-08-25 Thread Andreas Burg
Fearless Goblin schrieb: > Hello Andreas, > >> t3lib_extMgm::addPageTSConfig('mod.SHARED.colPos_list = 0,2,3,4,1,5'); >> $TCA["tt_content"]["columns"]["colPos"]["config"]["items"] = array >>( >> "1" => array ("Header||Header","1"), >> "2" => array ("Links||Links","2")

Re: [TYPO3] Columns titles encoding

2008-08-25 Thread Andreas Burg
>>> t3lib_extMgm::addPageTSConfig('mod.SHARED.colPos_list = 0,2,3,4,1,5'); >>> $TCA["tt_content"]["columns"]["colPos"]["config"]["items"] = array >>>( >>> "1" => array ("Header||Header","1"), >>> "2" => array ("Links||Links","2"), >>> "0" => array ("Mitte||Mitte||

Re: [TYPO3] Columns titles encoding

2008-08-25 Thread bernd wilke
on Mon, 25 Aug 2008 23:00:29 +0200, Andreas Burg wrote: > > just found something out > > "1" => array ("english|lang?|german|lang?|||","1"), > > means: the first position (in my installation) is for english BE and the > 3. is for german BE > Are you sure? As that piece of code is copied a

Re: [TYPO3] Columns titles encoding

2008-08-25 Thread Andreas Burg
Hello Bernd, >> just found something out >> >> "1" => array ("english|lang?|german|lang?|||","1"), >> >> means: the first position (in my installation) is for english BE and the >> 3. is for german BE >> > > Are you sure? yes I am, just tested it again using english and german names. BE lang

[TYPO3] Is template switching on the fly possible?

2008-08-25 Thread ronald_lists
I wonder, if and how it is possible to show one and the same site with different templates, so that we can easy compare them. My first idea was just to install 15 times typo3, but when I think that this could lead at the end to 100, I am not so excited anymore. Any ideas, pointers or suggestions?

Re: [TYPO3] Is template switching on the fly possible?

2008-08-25 Thread Ron Hall
WEC does that kind of thing here. http://demo.webempoweredchurch.com/ But not sure what they do to accomplish it. Ron Hall On Aug 25, 2008, at 6:20 PM, [EMAIL PROTECTED] wrote: > I wonder, if and how it is possible to show one and the same site with > different templates, so that we can easy

Re: [TYPO3] Is template switching on the fly possible?

2008-08-25 Thread Xavier Perseguers
Hi, > I wonder, if and how it is possible to show one and the same site with > different templates, so that we can easy compare them. > > My first idea was just to install 15 times typo3, but when I think that > this could lead at the end to 100, I am not so excited anymore. > > Any ideas, point

Re: [TYPO3] Is template switching on the fly possible?

2008-08-25 Thread Katja Lampela
Hi Ronald, If you use classic setup (not templa voila) and if you mean html template you could try combination of automaketemplate and rlmp_tmplselector. Very nice, easy and user friendly after configuration (which for the first time can be tricky). If this is just a onetime show case of differ

Re: [TYPO3] Is template switching on the fly possible?

2008-08-25 Thread Glenn Kelley
I shot a note over to one of our Core guys - to ask the how to :-) glenn On Aug 25, 2008, at 7:49 PM, Ron Hall wrote: > WEC does that kind of thing here. > > http://demo.webempoweredchurch.com/ > > But not sure what they do to accomplish it. > > Ron Hall > > > On Aug 25, 2008, at 6:20 PM, [EMAIL