Re: [TYPO3] Extension development without pibase

2008-05-23 Thread Sancar Saran
Thanks, That's my answer Regards Sancar On Friday 23 May 2008 22:05:57 Peter Klein wrote: > No, if you design a TYPO3 "interface" plugin, which will be GPL, and then > make a script that calls your interface plugin. > Then the script doesn't have to be GPL, providing that it doesn't use any > of

[TYPO3] Installing using new mssql driver

2008-05-23 Thread Joel Penner (Volt)
Hey all, I'm working on getting Typo3 to work better with SQL Server and have created an ADOdb driver for the new sqlsrv php driver. I've tried using that driver with Typo3 install using the dbal but after creating the tables in the install tool I get a long list of alter table statements that w

Re: [TYPO3] UnZip the Dummy + Source problem

2008-05-23 Thread Xavier Perseguers
> I can't find an FTP prg that can create symlinks. > Can you help me with some program? Doesn't matter if it is for Windows > or Mac. I'm not aware of any FTP program with such capability. I'm also pretty sure that even if a program would have this option, your hosting server would not have al

Re: [TYPO3] Extension development without pibase

2008-05-23 Thread Georg Ringer
Peter Klein wrote: > No, if you design a TYPO3 "interface" plugin, which will be GPL, and then > make a script that calls your interface plugin. > Then the script doesn't have to be GPL, providing that it doesn't use any of > TYPO3 code. That is what I said! Anything which needs TYPO3 is GPL (li

Re: [TYPO3] Extension development without pibase

2008-05-23 Thread Peter Klein
No, if you design a TYPO3 "interface" plugin, which will be GPL, and then make a script that calls your interface plugin. Then the script doesn't have to be GPL, providing that it doesn't use any of TYPO3 code. -- Peter Klein "Georg Ringer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PRO

[TYPO3] mm_forum: overriding locallang.xml

2008-05-23 Thread Bob
Hi, Can anyone tell me how to override the default text used by mm_forum without modifying the original locallang.xml? For example, with tt_news I can do the following: plugin.tt_news._LOCAL_LANG.default.backToList = Return to...  Is there something comparable for mm_forum? Thanks, Bob _

Re: [TYPO3] Cool Uri -> Strange Issue

2008-05-23 Thread Steffen Gebert
Hi Tobi, > i´m happy to be not alone with this issue :-) I saw that you > forwarded your mail to jan. Has he send you a feedback yet? Yes, he answered to me. I think he didn't mention, that the he replied to me, not to the list. His answer: > I can confirm. Cooluri points to the old page id, ev

Re: [TYPO3] content fallback; 1,0 issue

2008-05-23 Thread Alessandro Tuveri
Resolved! This issue is valido only for TYPO3 4.1.5/6. anyone have the same problem should to install TYPO3 4.2.0; this works fine! Quoting Alessandro Tuveri <[EMAIL PROTECTED]>: > Hi list, > recently I tried to activate content fallback and learning I noted that: > > 1. the guide reports thi

Re: [TYPO3] How to traverse/navigate through the page tree?

2008-05-23 Thread Sylvia Boback
An adequate solution for my needs: lib.pagebrowser = HMENU lib.pagebrowser { special = directory maxItems = 1 1 = TMENU 1.NO = 1 1.NO.stdWrap.override = weiter stdWrap.ifEmpty.cObject = HMENU stdWrap.ifEmpty.cObject { special = browse special.value = {fi

Re: [TYPO3] assigning Post/Get Vars to a constant?

2008-05-23 Thread Dmitry Martynenko
Hi La, LFD> I'm passing in from my query string LFD> index.php?id=848&keyword=8 LFD> How do I assign that to a constant so that I can use said constant LFD> later as a variable May be extension "kb_ts_session" helps you? -- Dmitry Martynenko Developer Web: http://realt.by

Re: [TYPO3] Moved source folder, and now no more index.php

2008-05-23 Thread Christopher
Yes I thought so, had checked and set the permission on the index.php file to basically allow everything...still forbidden. I will have to reload the site I guess. On Fri, May 23, 2008 at 2:10 PM, Dmitry Dulepov [typo3] <[EMAIL PROTECTED]> wrote: > Christopher wrote: > > Sorry, correction...g

Re: [TYPO3] Moved source folder, and now no more index.php

2008-05-23 Thread Dmitry Dulepov [typo3]
Christopher wrote: > Sorry, correction...getting a 403, forbidden, not a 404. Permissions never > changed, backend looks and works fine...all I did was move a folder then > move it right back Looks like permission problem on the web server. -- Dmitry Dulepov TYPO3 core team Web: http://

Re: [TYPO3] Moved source folder, and now no more index.php

2008-05-23 Thread Christopher
Sorry, correction...getting a 403, forbidden, not a 404. Permissions never changed, backend looks and works fine...all I did was move a folder then move it right back On Fri, May 23, 2008 at 1:03 PM, Christopher <[EMAIL PROTECTED]> wrote: > I moved my TYPO3 source folder on accident toda

[TYPO3] Moved source folder, and now no more index.php

2008-05-23 Thread Christopher
I moved my TYPO3 source folder on accident today, but put it right back where it was after realizing the mistake. Then, I checked the site to make sure everything was okay, and was met with a 404 on the index.php page. I thought that moving the folder may have broken the symlinks. I could still

Re: [TYPO3] Cool Uri -> Strange Issue

2008-05-23 Thread Tobias Pierschel
Hi Steffen, i´m happy to be not alone with this issue :-) I saw that you forwarded your mail to jan. Has he send you a feedback yet? Maybe he needs a little support? Greetings to the south :-) T o b i Steffen Gebert schrieb: >> - Add a page, call them f.e. "test", go to the frontend, so >> coo

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
Hi, On Fri, May 23, 2008 at 12:41 PM, Tapio Markula <[EMAIL PROTECTED]> wrote: > Christopher Torgalson >> >> If you need more flexibility, there's also this kind of thing: >> >> page.bodyTagCObject = HTML >> page.bodyTagCObject { >> value { >> data = page:uid >> wrap = >>

Re: [TYPO3] Adding onClick event to all internal links

2008-05-23 Thread Thorfinn
Usin Unobtrusive Javascript, you can do something like this: http://phpfi.com/319029 -- Peter Klein On Thu, 15 May 2008 10:57:44 +0200, Loek Hilgersom <[EMAIL PROTECTED]> wrote: >Hi Zach, > >We've been considering Javascript for this purpose but we already have quite a >heavy set of client-si

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Christopher Torgalson > > If you need more flexibility, there's also this kind of thing: > > page.bodyTagCObject = HTML > page.bodyTagCObject { > value { > data = page:uid > wrap = > } > } I have used that but that doesn't help problem relating HTML-templates if you use

Re: [TYPO3] help subheader content

2008-05-23 Thread Oliver Rowlands
Hi Tam, You might want to try 'rgaccordion'. You can view a live demo on Georg's site: http://www.rggooglemap.com/dev/rgaccordion.html Best regards, Oliver Tam Le wrote: > Basically, it would be a "list" of each of the main "subheaders" for the > content, and then when you click on the subhe

Re: [TYPO3] Extension development without pibase

2008-05-23 Thread Georg Ringer
Sancar Saran schrieb: > Is there any possibility to generate non gpl extension for typo3. A TYPO3 extension without TYPO3 is plain php, you know how to write php-code? If you call 1 function or 100 or pibase doesnt matter, it will be GPL Georg ___ T

Re: [TYPO3] Calendar Extension cal-1.0.0: FE Image upload does not work

2008-05-23 Thread Hanspeter Lutz
Hi Paul Thanks for the hint, I did it already. Regards Hanspeter Paul Vetch schrieb: > Hi Hanspeter, > > There's a specific newsgroup for the Cal extension > (typo3.projects.calendar) - try posting your query there, it's a very > active group and you're likely to get a helpful reply! > > Go

Re: [TYPO3] Extension development without pibase

2008-05-23 Thread Sancar Saran
On Friday 23 May 2008 11:43:48 Dmitry Dulepov [typo3] wrote: > Hi! > > Sancar Saran wrote: > > I just wondering is there any possibility to generate a frontent > > extension without using pibase class. > > There is MVC kickstarter, it does not use pibase I think. But it is > completely different ar

[TYPO3] Links with user authentication in direct mails / Auto FE Login on page through link

2008-05-23 Thread FORMER 03 | Florian Schupp
Hi All, i'm looking for a solution to recognize a user by the link he has clicked in a direct_mail. Actually something like "auto login FE User via direc_mail link_hash" or so? ;) Is there eny extension which already provides that feature? any hints appreciated! Florian -- Florian Schu

Re: [TYPO3] Calendar Extension cal-1.0.0: FE Image upload does not work

2008-05-23 Thread Paul Vetch
Hi Hanspeter, There's a specific newsgroup for the Cal extension (typo3.projects.calendar) - try posting your query there, it's a very active group and you're likely to get a helpful reply! Good luck Paul "Hanspeter Lutz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Typ

Re: [TYPO3] cooluri in 4.2

2008-05-23 Thread Paul Vetch
Hi Steffen, I've just checked on a totally different 4.2 site (running in a completely different environment) to be sure about this. The Speaking URL segment path only shows up if RealURL is installed too (with tx_realurl_enable set to 0, obviously). But maybe this is by design (for backwards

Re: [TYPO3] cooluri in 4.2

2008-05-23 Thread Steffen Gebert
Hey Paul, > Running a compare reveals that Typo3 wants to remove the link_cache > and link_oldlinks tables, so something's not right Yes, I mentioned this yesterday night, too! Seems to be really a bug. Steffen ___ TYPO3-english mailing list TYPO3-e

Re: [TYPO3] Extension development without pibase

2008-05-23 Thread Dmitry Dulepov [typo3]
Hi! Sancar Saran wrote: > I just wondering is there any possibility to generate a frontent extension > without using pibase class. There is MVC kickstarter, it does not use pibase I think. But it is completely different architecture approach. If you do not need pibase, just removed it from gen

Re: [TYPO3] RealURL woes, still not working.

2008-05-23 Thread Dmitry Dulepov [typo3]
Hi! Vincent Mans wrote: > - Is there a possibility that RealURL and TemplaVoila 'touch' each > other? For instance, do they share a field somewhere? No. They don't. > - At what moment is a clearance of the autoconfig file necessary? > Simply when you need a new config? And are there circumstance

[TYPO3] help subheader content

2008-05-23 Thread Tam Le
Hi , Basically, it would be a "list" of each of the main "subheaders" for the content, and then when you click on the subheader, the content expands. I don’t know which ext do that. I refer some ext just checked pep_content2news_0.1.1.t3x(manual) but hasn’t work and fdfx_subheader (not manu

[TYPO3] Extension development without pibase

2008-05-23 Thread Sancar Saran
Hello there, I just wondering is there any possibility to generate a frontent extension without using pibase class. regards Sancar ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/t

Re: [TYPO3] cooluri in 4.2

2008-05-23 Thread Paul Vetch
Hi Steffen, Thanks for your reply. Running a compare reveals that Typo3 wants to remove the link_cache and link_oldlinks tables, so something's not right (but the extension is working fine; the only symptom is the missing 'Speaking URL' field). Removing the ext completely (including the DB fi

Re: [TYPO3] RealURL woes, still not working.

2008-05-23 Thread Vincent Mans
Hi, Is there knowledge about these questions (it has to do with this thread): - Is there a possibility that RealURL and TemplaVoila 'touch' each other? For instance, do they share a field somewhere? - At what moment is a clearance of the autoconfig file necessary? Simply when you need a new confi

Re: [TYPO3] change/add content wizard items

2008-05-23 Thread Patric Pesch
Patrick Rodacker schrieb: > Hi Patric, > > Patric Pesch wrote on 21.05.2008 16:16: > >> TCEFORM.tt_content.CType.removeItems = ... >> i can remove any item, but how can i add some? > > TCEFORM.tt_content.CType.addItems.123 = Title of new item! > > See Page TSconfig [1] for more information. >

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
On Fri, May 23, 2008 at 9:56 AM, Georg Ringer <[EMAIL PROTECTED]> wrote: > Tapio Markula wrote: >> If the body täg has not been defined the body tag is just >> The problem is that sometimes the body tag in the template should be >> untouched (because of certain background definitions, which are >

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Georg Ringer
Tapio Markula wrote: > If the body täg has not been defined the body tag is just > The problem is that sometimes the body tag in the template should be > untouched (because of certain background definitions, which are > different in different templates). use css! georg ___

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
Hi, On Fri, May 23, 2008 at 8:33 AM, Michael Niemann <[EMAIL PROTECTED]> wrote: > Hello, > > I think you can only modify the body tag through TypoScript as it's never > taken from your template: If Templavoila is used, then the opening body tag CAN be taken from the template automatically. >

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Tapio Markula kirjoitti: > Michael Niemann kirjoitti: >> Hello, >> >> I think you can only modify the body tag through TypoScript as it's >> never taken from your template: > > > I tried to add contant for the color and installed contant editor > (plugin 'constant_editor') > > But using it I g

[TYPO3] Calendar Extension cal-1.0.0: FE Image upload does not work

2008-05-23 Thread Hanspeter Lutz
Hi Typo-cracks I have recently installed the calendar extension cal-1.0.0. Everything looks very attractive and works fine, EXCEPT the uploading of images via frontend editing. What I want to implement is an event-list with images. What I do to upload an image is: 1) In the event-list I click

[TYPO3] WG: sr_feuser_register: rendering usergroups in checkboxes?

2008-05-23 Thread Dalerion
Hi all, how can i render the usergroup-selection in checkboxes? My frontend user should be able to choose some usergroups over the editform. I saw that there's some sourcecode that implements these checkboxes, but I still don't know how to use this implementation. I hope someone explains t

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Michael Niemann kirjoitti: > Hello, > > I think you can only modify the body tag through TypoScript as it's never > taken from your template: I tried to add contant for the color and installed contant editor (plugin 'constant_editor') But using it I got No constants available There are no edi