Re: [TYPO3] Too many templavoila templates ruins the be layout

2008-06-27 Thread Elijah
Hi, On Mon, 2008-06-23 at 15:47 +0300, Tapio Markula wrote: > backend editing forms have been defined in ext_tables.php and tca.php of > the plugin. afaik it doesn't have any method to cut thumbnail list. It looks like it, there is no way of changing it - those 'previewicons'. I'll start a sear

Re: [TYPO3] TS for specific [news, or other] content elements

2008-06-27 Thread Kathryn Blair
Hi Tyler, Thanks. Sorry that I didn't explain the entire story of what I'm doing -- I only explained the specific thing I wanted (a condition to target content elements by uid in tt_content). Here's the rest of the story. I'm working on a site that's going to have a lot of news elements embedded

[TYPO3] CAPTCHA HELP

2008-06-27 Thread typo3
Hi guys, how do i find extensions that supports php4? say for captcha extension how do i find one that supports php4? Thanks! Sundeep ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinf

Re: [TYPO3] Typoscript in Templavoila

2008-06-27 Thread Chris
Hello, if you read TS Ref, you will see this : "Now the input can be an alias or page-id. If the input is an integer it's a page-id, if it's two comma separated integers, it's a id/type pair, else it's an alias. For page-id's or aliases you can prepend a "#" mark with a number indication tt_conte

[TYPO3] ab_downloads custom DOWNLOAD_FILEICON via TS ?

2008-06-27 Thread G.Unger
hello list might be an eay question for you folks out there ... custom DOWNLOAD_FILEICON. is there any way to set the DOWNLOAD_FILEICON in TS? atm the extension is using the icons from the T3 src. rgds, GUIDO ___ TYPO3-english mailing list TYPO3-en

[TYPO3] BE List view editing with PHP?

2008-06-27 Thread Jeroen Visser | ROQUIN E-Solutions
Hi, I have made extension B which requires extensions A. The id's are mm relations. In the backend, module list view => sysfolder with ext data, I want to show the username instead of the id that is shown right now. I have tried to accomplish this by calling a userfunc from ext_tables.php no lu

Re: [TYPO3] Blogging with TYPO3

2008-06-27 Thread Michiel Roos
Ton Akveld [netcreators] schreef: > Hi Michiel, > > Please do post your setup! Owkay, here goes: http://typofree.org/clippy/the-config/ Please be gentle . . . -- Netcreators BV :: creation and innovation www.netcreators.com Interesse in werken bij Netcreators? http://www.netcreators.com/

Re: [TYPO3] userFunc in HMENU not working if the results array is too big (with templavoila)

2008-06-27 Thread Olivier Schopfer
Dmitry Dulepov [typo3] wrote: > Olivier Schopfer wrote: >> So where would you look? Could it then be a bug in class.tslib_menu.php? > > I have a debugger. So usually I just put a breakpoint somewhere and > debug. I think tslib_menu, yes. > Can't do that, I'm working on a production server, with

Re: [TYPO3] userFunc in HMENU not working if the results array is too big (with templavoila)

2008-06-27 Thread Dmitry Dulepov [typo3]
Olivier Schopfer wrote: > So where would you look? Could it then be a bug in class.tslib_menu.php? I have a debugger. So usually I just put a breakpoint somewhere and debug. I think tslib_menu, yes. -- Dmitry Dulepov http://typo3bloke.net/ ___ TYPO3-e

Re: [TYPO3] userFunc in HMENU not working if the results array is too big (with templavoila)

2008-06-27 Thread Olivier Schopfer
Dmitry Dulepov [typo3] wrote: > Hi! > > Olivier Schopfer wrote: >> Could it be an error in TemplaVoila? The Admin Panel shows a correct >> array for the HMENU, but no page is rendered. > > TemplaVoila does not process TypoScript or menu. It only walks each > field on the page and asks TYPO3 to

Re: [TYPO3] userFunc in HMENU not working if the results array is too big (with templavoila)

2008-06-27 Thread Dmitry Dulepov [typo3]
Hi! Olivier Schopfer wrote: > Could it be an error in TemplaVoila? The Admin Panel shows a correct > array for the HMENU, but no page is rendered. TemplaVoila does not process TypoScript or menu. It only walks each field on the page and asks TYPO3 to create content for it. -- Dmitry Dulepov h

Re: [TYPO3] userFunc in HMENU not working if the results array is too big (with templavoila)

2008-06-27 Thread Olivier Schopfer
Dmitry Dulepov [typo3] wrote: > Hi! > > Olivier Schopfer wrote: >> It seems that HMENU has a bug when using a userFunc that returns a too >> big array. If the number of results is limited, then it works >> perfectly. If I have around 350 items, it fails and I get a blank >> page. Strange enoug

Re: [TYPO3] TS for specific [news, or other] content elements

2008-06-27 Thread Tyler Kraft
Hi, Prehaps I'm missing the idea here, but are globalVar and globalString not two different things? And if you want to test for a specific news record displaying wouldn't you use tx_ttnews[tt_news]=401 and do something like [globalVar = GP:tt_news=401] or [globalVar = GP:tx_ttnews|tt_news=401

Re: [TYPO3] Help understanding why crop works in this code but stripHtml does'nt

2008-06-27 Thread StephenBungert
ok. I have since discovered that the problem is caused by tt_news on line 1030 of class.tx_ttnews.php $GLOBALS['TSFE']->ATagParams = $pTmp.' title="'.$this->local_cObj->stdWrap(trim(htmlspecialchars($row[$titleField])), $lConf['linkTitleField.']).'"'; It sends the content through htmlspecialchar

Re: [TYPO3] Mailing List Errors - WHY?

2008-06-27 Thread Ries van Twisk
it has been reported already a couple of months ago. I think the mailing list admin is on a holliday (for a couple of months also) since core member already know about this. Ries On Jun 27, 2008, at 6:40 AM, Manuel Rego Casasnovas wrote: > I'm suffering this issue also ;-) > > On Fri, 200

[TYPO3] frames and forms

2008-06-27 Thread PEF
Hi, I'm having some problems when submitting a form from a site using frames. The whole frameset is re-loaded instead of just the content of single frame. In short my code look like this: function storesCountry(id, obj, lang) { if(obj.selectedIndex > 0) { var fm; fm = obj

Re: [TYPO3] Blogging with TYPO3

2008-06-27 Thread Dmitry Dulepov [typo3]
Hi! Andreas Becker wrote: > If you only want to have blogging try either TYPO without the 3 or LifeType. > lifetype comes along with many templates and modules. I tried LifeType some time ago, it is good :) Especially great for multi-user blogging. -- Dmitry Dulepov http://typo3bloke.net/

Re: [TYPO3] Blogging with TYPO3

2008-06-27 Thread Andreas Becker
If you only want to have blogging try either TYPO without the 3 or LifeType. lifetype comes along with many templates and modules. TYPO is ruby on rails. CU Andi 2008/6/27 StephenBungert <[EMAIL PROTECTED]>: > > I'll give it a try. I'm also thinking about making my own blogging > extension. > >

Re: [TYPO3] INVALID VALUE in "Trans.Orig"

2008-06-27 Thread Daniel Ditgens
Daniel Ditgens wrote before: > Hi there, > > I just want to translate a content element in my *Draft Workspace* but > the NEW record shows [INVALID VALUE ("xxx")] in field "Trans.Orig" (see > Attm.). If I use "Copy for translation" it works all fine. This happens > only in *Draf Workspace* but

Re: [TYPO3] Same fe plugins in same Page but different TSConfig

2008-06-27 Thread bernd wilke
on Fri, 27 Jun 2008 10:26:45 +0300, Sancar Saran wrote: > On Thursday 26 June 2008 17:02:20 Dmitry Dulepov [typo3] wrote: >> Hi! >> >> Sancar Saran wrote: >> > We are using traditional template method. >> > >> > I insert 2 different plugin instance with "new content element" >> > button >> >> I mu

[TYPO3] Help understanding why crop works in this code but stripHtml does'nt

2008-06-27 Thread StephenBungert
[globalVar = TSFE:id = 147] plugin.tt_news.limit = 15 plugin.tt_news.displayList.linkTitleField = bodytext plugin.tt_news.displayList.linkTitleField.stripHtml = 1 plugin.tt_news.displayList.linkTitleField.crop = {$toolTipCrop} | ... | 1 plugin.tt_news.excludeAlreadyDisplayedNews = 0 [global] The

Re: [TYPO3] Blogging with TYPO3

2008-06-27 Thread StephenBungert
I'll give it a try. I'm also thinking about making my own blogging extension. Using T3 would have lots of advantages, like being able to easily link to articles and things, and use the conetnt in my own extensions. But WP has it's advantages too... like the Akismet Spam plugin, but I believe it

Re: [TYPO3] Mailing List Errors - WHY?

2008-06-27 Thread Manuel Rego Casasnovas
I'm suffering this issue also ;-) On Fri, 2008-06-27 at 17:36 +0700, Andreas Becker wrote: > Why am I getting these error messages. Whe I check the Mails went thru to > the list. > > > This is the mail system at host lists.netfielders.de. > > I'm sorry to have to inf

[TYPO3] Mailing List Errors - WHY?

2008-06-27 Thread Andreas Becker
Why am I getting these error messages. Whe I check the Mails went thru to the list. This is the mail system at host lists.netfielders.de. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For furt

[TYPO3] admin panel always showing

2008-06-27 Thread luca
Hi I have the following problem: I would like to have the admin showing only when the user (which group as in the ts page.config.admPanel = 1) is logged. Then hide the admin panel when he logs out. I have setup the following TS for the USERGROUP ## ADMPANEL - begin page.config.admPanel = 1 adm

Re: [TYPO3] Blogging with TYPO3

2008-06-27 Thread Andreas Becker
Hi Stephen Why don't you simply install wec_discussion Forum and use the blog setting. It is a one install solution and simply working. You can see it working here http://www.webempoweredchurch.org. It is not tt_news but wec_discussion what you see here! Thanks a lot! Greetings from ICT Innovati

Re: [TYPO3] Blogging with TYPO3

2008-06-27 Thread StephenBungert
Please do. Before starting this thread, I just unistalled timtab (after having problems getting Kubrick to work and started just using tt_news and page comments (although due to probklems with page comments I shall use demitry's new ext.). Now I'm not sure whether to use wordpress or use tt_news.

[TYPO3] Choose category in my own extension

2008-06-27 Thread Jeppe Donslund
Hi, I would like to be able to chose which category of items I wan't to show on my page. I have followed Kaspers Episode 3 video but the category selector box does not show up in the backend. I have extended the tt_content table and applied a set of extended fields under Frontend Plugins. But

Re: [TYPO3] INVALID VALUE in "Trans.Orig"

2008-06-27 Thread Daniel Ditgens
Dmitry Dulepov [typo3] schrieb: > Hi! > > Daniel Ditgens wrote: >> I just want to translate a content element in my *Draft Workspace* but >> the NEW record shows [INVALID VALUE ("xxx")] in field "Trans.Orig" >> (see Attm.). If I use "Copy for translation" it works all fine. This >> happens only

Re: [TYPO3] INVALID VALUE in "Trans.Orig"

2008-06-27 Thread Dmitry Dulepov [typo3]
Hi! Daniel Ditgens wrote: > I just want to translate a content element in my *Draft Workspace* but > the NEW record shows [INVALID VALUE ("xxx")] in field "Trans.Orig" (see > Attm.). If I use "Copy for translation" it works all fine. This happens > only in *Draf Workspace* but I don't know why.

[TYPO3] INVALID VALUE in "Trans.Orig"

2008-06-27 Thread Daniel Ditgens
Hi there, I just want to translate a content element in my *Draft Workspace* but the NEW record shows [INVALID VALUE ("xxx")] in field "Trans.Orig" (see Attm.). If I use "Copy for translation" it works all fine. This happens only in *Draf Workspace* but I don't know why. Can anyone help me o

Re: [TYPO3] Blogging with TYPO3

2008-06-27 Thread Ton Akveld [netcreators]
Hi Michiel, Please do post your setup! ThanX in advance, Ton Michiel Roos schreef: StephenBungert schreef: Hallo list. I'm in the process of re-designing my site using TYPO3 and want a blog. I have Word Press installed now, I thought I would just link to it but now I think I may use tt

Re: [TYPO3] userFunc in HMENU not working if the results array is too big (with templavoila)

2008-06-27 Thread Dmitry Dulepov [typo3]
Hi! Olivier Schopfer wrote: > It seems that HMENU has a bug when using a userFunc that returns a too > big array. If the number of results is limited, then it works perfectly. > If I have around 350 items, it fails and I get a blank page. Strange > enough, it doesn't raise an error condition.

Re: [TYPO3] static File Cache / redirect into cache directoy

2008-06-27 Thread Michiel Roos
FORMER 03 | Florian Schupp schreef: > Hi guys, > I'm using the extension "static File Cache" and it works fine for me on > several installations, but one server keeps redirecting users into the > cache dirctory! > > http://typo3.org/extensions/repository/view/nc_staticfilecache/2.3.1/ > > If you

Re: [TYPO3] Blogging with TYPO3

2008-06-27 Thread Michiel Roos
StephenBungert schreef: > Hallo list. > > I'm in the process of re-designing my site using TYPO3 and want a blog. I > have Word Press installed now, I thought I would just link to it but now I > think I may use tt_news. > > I looked at timtab but couldn't get it to work, and there were errors whe

[TYPO3] userFunc in HMENU not working if the results array is too big (with templavoila)

2008-06-27 Thread Olivier Schopfer
It seems that HMENU has a bug when using a userFunc that returns a too big array. If the number of results is limited, then it works perfectly. If I have around 350 items, it fails and I get a blank page. Strange enough, it doesn't raise an error condition. Moreover, the admin pannel is still

Re: [TYPO3] Same fe plugins in same Page but different TSConfig

2008-06-27 Thread Sancar Saran
On Thursday 26 June 2008 17:02:20 Dmitry Dulepov [typo3] wrote: > Hi! > > Sancar Saran wrote: > > We are using traditional template method. > > > > I insert 2 different plugin instance with "new content element" button > > I must tell that I do not know this extension. If it provides options as > c

[TYPO3] [TYPO3-dev] Bug Day June 2008 is on, come join us,

2008-06-27 Thread Ingo Renner
Hi *, here's a little reminder that TYPO3's first Bug Day is on! Come join us on irc://irc.freenode.net/#typo3-bugday Here's how it works: For today we'd like to do just some simple bug triage. Go to the bugtracker on http://bugs.typo3.org , choose the core project from the select in the top r