[TYPO3] TMailForm and captcha support

2007-09-25 Thread Silithlas
Hi, I'm using TMailform with the captcha extension. It seems to work, I mean I have the picture, the form to enter the text, but no checking is done against the picture. How do I setup this? My TMailForm template looks like this:

[TYPO3] Rendering menu into register

2007-09-25 Thread Thomas Hempel
Hi, I have a problem which I can't solve by myself. The point is that I have a menu in three levels. Now I want to render every menu in not nested lists. Example: I have the following page tree: page 1 page 1.1 page 1.2 page 1.2.1 page 1.2.2 page 1.3 page 2 page 2.1 p

Re: [TYPO3] TMailForm and captcha support

2007-09-25 Thread Silithlas
Ok I found, I forgot to put in required fields: captcha;useCaptcha;text:Error message ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Rendering menu into register

2007-09-25 Thread JoH asenau
> I have a problem which I can't solve by myself. > The point is that I have a menu in three levels. Now I want to render > every menu in not nested lists. Example: > > I have the following page tree: > > page 1 >page 1.1 >page 1.2 > page 1.2.1 > page 1.2.2 >page 1.3 > page 2

Re: [TYPO3] OT: "Real" names

2007-09-25 Thread Tapio Markula
Christopher Torgalson kirjoitti: > Hi, > > On 9/22/07, Dmitry Dulepov [typo3] <[EMAIL PROTECTED]> wrote: > > >> Sorry, can't help you anymore. If you do not respect mailing list rules (no >> full name in message), you do not respect me in particular. No help than. > > > Dmitry please stop thi

Re: [TYPO3] The use of itemsProcFunc

2007-09-25 Thread Tomas Mrozek
> Can you tell me how to get ###CURRENT_PID### used in the class? Well, there are two objects passed to your function: crossreference($PA, $fobj) $PA['items'] contains the items of the select box but check what else $PA has to offer. :) Tomas Mrozek _

Re: [TYPO3] The use of itemsProcFunc

2007-09-25 Thread Jeppe Donslund
I found out why some of them disappears. It is related to the "foreign_table" => "tx_wmpfvideos_videos", "foreign_table_where" => " AND tx_wmpfvideos_videos.pid = ###CURRENT_PID### ORDER BY tx_wmpfvideos_videos.person", earlier in the TCA. Do you

[TYPO3] automatically alternate css classes on table rows in rte

2007-09-25 Thread Lukas Mattsson
If I make a table in RTE, is it possible to dynamicly apply alternating colors on odd/even rows? Preferable by using a function that just applies the classes 'odd' and 'even' on the rows. The alternating css classes has to remain if a user insert a row in the middle of a long table, ie no need

Re: [TYPO3] The use of itemsProcFunc

2007-09-25 Thread Tomas Mrozek
> Do you know how to use ###CURRENT_PID### in the class? ###CURRENT_PID### is just a marker that is replaced in the WHERE statement by the correct PID. See some other markers: http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/ To get the pid inside so

[TYPO3] General Options on the Database

2007-09-25 Thread Fred
Hello, I have a problem : I have to set the content of some sub-pages to "General Options --> UserGroupA". I wanted to use MySQL but I can't find where in the database are the Gerneral Options. I found them for the pages but not in the tt_content. My other problem : I want my users to create a

Re: [TYPO3] General Options on the Database

2007-09-25 Thread Tapio Markula
Fred kirjoitti: > Hello, > > I have a problem : I have to set the content of some sub-pages to > "General Options --> UserGroupA". > I wanted to use MySQL but I can't find where in the database are the > Gerneral Options. I found them for the pages but not in the tt_content. should be (starttim

Re: [TYPO3] General Options on the Database

2007-09-25 Thread Fred
Thanks for the fast answer. You were quite right : that's "fe_group", I must open my eyes. But my problem is still the same : I can't see anything in my database whereas I'm in the good table and on the good field. fe_group is empty. For the TCAdefaults I keep looking for the good option. Tapio M

Re: [TYPO3] NO entry in the $TCA-array for the table "tt_content" (OY! any help?!)

2007-09-25 Thread Andrew Davis
Answer to this was that a tca file in the typo3 sourcecode was corrupted. Restored source fixed the issue. andrew Andrew Davis wrote: > weird error on the front end: > > NO entry in the $TCA-array for the table "tt_content". This means that > the function enableFields() is called with an inv

Re: [TYPO3] automatically alternate css classes on table rows in rte

2007-09-25 Thread Rob De Vries
Lukas Mattsson wrote: > If I make a table in RTE, is it possible to dynamicly apply alternating > colors on odd/even rows? Preferable by using a function that just > applies the classes 'odd' and 'even' on the rows. The alternating css > classes has to remain if a user insert a row in the middle

Re: [TYPO3] General Options on the Database

2007-09-25 Thread Tapio Markula
Fred kirjoitti: > Thanks for the fast answer. > You were quite right : that's "fe_group", I must open my eyes. > But my problem is still the same : I can't see anything in my database > whereas I'm in the good table and on the good field. fe_group is empty. as default it is empty and normally def

Re: [TYPO3] automatically alternate css classes on table rows in rte

2007-09-25 Thread Tapio Markula
Rob De Vries kirjoitti: > Lukas Mattsson wrote: >> If I make a table in RTE, is it possible to dynamicly apply >> alternating colors on odd/even rows? Preferable by using a function >> that just applies the classes 'odd' and 'even' on the rows. The >> alternating css classes has to remain if a u

Re: [TYPO3] realurl configuration error

2007-09-25 Thread Brian Lamb
Any further thoughts? ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] rtehtmlarea & curly apostrophes & quotes

2007-09-25 Thread Brian Lamb
Hi Simon. I too am getting this error. I was curious to see if anyone else had run across this and knew of a fix. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Re: Creating your own extension

2007-09-25 Thread Brian Lamb
Edit the class.tx_extkey_pi1.php file where extkey = your extension key. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] TMENU problem, unnested divs. Possible?

2007-09-25 Thread Gijs Epping
Hello, First post on the English typo3 newsgroup. So I hope it make some sense. I am trying to re-create this menu with the typo3 TMENU http://joehewitt.com/files/iphone/navigation.html#_albums I am a bit of a beginner with TMENU and most menu’s are no problem at all, but this div configurati

[TYPO3] mailform - send copy of e-mail to frontend user defined mail

2007-09-25 Thread Stanislav Rusnak
Hi all, Is it possible to send an e-mail copy to e-mail adress submitted by fontend user except sending it only to adress defined in recipient field in backend? Best Regards Stanislav Rusnák. ___ TYPO3-english mailing list TYPO3-english@lists.netfiel

[TYPO3] tinyrte makes filelink urls ABSOLUTE, as the url you are accessing the backend at, how to force RELATIVE?

2007-09-25 Thread Andrew Davis
Hi group. Sorry to double post, but almost a week and no response on the rte group... I have typo3 4.1.2 and a local installation of extension tinyrte 1.6.6. It is enabled and running, an no other rte is installed. When I use the rte, and create a link (highlight some text, choose link icon,

Re: [TYPO3] tinyrte makes filelink urls ABSOLUTE, as the url you are accessing the backend at, how to force RELATIVE?

2007-09-25 Thread Tapio Markula
Andrew Davis > > In the RTE API it seems to indicate that normally urls ARE saved as > relative, which is what I want, but I dont see where this is configured, hardcoded in class.tx_tinyrte.base You need to create an XCLASS for that to change the behavior. Note make this change too - change fo

[TYPO3] Custom User Directory Websites with mod_userdir & Typo3

2007-09-25 Thread Timothy Patterson
At our University, we utilize Typo3 as our CMS for our main pages. Users on our campus are also given a personal web space to save their own web sites, etc. The URL for a a personal web site looks like this: http://www.oursite.com/~username/ My question is this: Is it possible to offer our us

Re: [TYPO3] The use of itemsProcFunc

2007-09-25 Thread Jeppe Donslund
I found the current_pid in $PA. But yes, that is what i am trying to do. Only show videos that are in the same sysFolder as the current video. Jeppe D. Tomas Mrozek skrev: >> Do you know how to use ###CURRENT_PID### in the class? > > ###CURRENT_PID### is just a marker that is replaced in th

Re: [TYPO3] rtehtmlarea & curly apostrophes & quotes

2007-09-25 Thread Brian
I have tested this and found that the error occurs when copying directly from Microsoft Word with apostrophes and probably quotation marks as well. It is because Word does not use the standard apostrophe or quotation marks but instead uses a curly version. I'm not sure if there is a setting in R

Re: [TYPO3] Adding alt attribute to clear.gif

2007-09-25 Thread Edwin Blokker
I still haven't found a solution to this Typo3 problem. According to the archives, there are more people trying to solve this, but I've only found someone suggesting to change one of the .php files in the source.. Isn't there a better way to achieve this? Edwin Blokker schreef: > Hi all, >

Re: [TYPO3] simple calendar time zone confusion

2007-09-25 Thread Katja Lampela
Okay I try to live with the fact that these two things I can't reach simultaneously: 1. right time of the event record in FE (though all the time data in BE looks alright) 2. the proper current date of the calendar. The main thing is ofcourse that the events show right time. Well, the calendar

Re: [TYPO3] Adding alt attribute to clear.gif

2007-09-25 Thread Krystian Szymukowicz
Edwin Blokker wrote: > I still haven't found a solution to this Typo3 problem. According to the > archives, there are more people trying to solve this, but I've only > found someone suggesting to change one of the .php files in the source.. > Isn't there a better way to achieve this? > > > >

Re: [TYPO3] Adding alt attribute to clear.gif

2007-09-25 Thread Edwin Blokker
Hi Krystian, thanks for replying. > 1) what produces those clear.gif (content element, extension etc..) > 2) what version of TYPO3 you have I'm using Typo3 4.1.1, and the clear.gif is only inserted when I manually add space before or after a content element, through the secondary options of t

Re: [TYPO3] Adding alt attribute to clear.gif

2007-09-25 Thread Krystian Szymukowicz
Edwin Blokker wrote: > Hi Krystian, thanks for replying. > > > 1) what produces those clear.gif (content element, extension etc..) > > 2) what version of TYPO3 you have > > I'm using Typo3 4.1.1, and the clear.gif is only inserted when I > manually add space before or after a content element,

Re: [TYPO3] OT: "Real" names WAY OFF TOPIC NOW: Confess your Fakenames at http://onelinr.com/channels/reverendneverend

2007-09-25 Thread Olivier Dobberkau
hartmute schrieb: > Dear Reverend, > > you are so wise and handsome. > Will you tattoo me personally? > > bussi > hartmute No I will send you my human tatoo machine jochen. Soon i a podcast near you. http://onelinr.com/channels/reverendneverend R. Neveverend ___

[TYPO3] TMENU unnested divs, possible?

2007-09-25 Thread Gijs Epping
Hello, First post on the English typo3 newsgroup. So I hope it make some sense. I am trying to re-create this menu with the typo3 TMENU http://joehewitt.com/files/iphone/navigation.html#_albums I am a bit of a beginner with TMENU and most menu's are no problem at all, but this

Re: [TYPO3] Adding alt attribute to clear.gif

2007-09-25 Thread Benjamin Mack
Hey Edwin. Are you sure that TYPO3 adds the clear.gif? I think that if you use CSS Styled Content (since 4.0 default behaviour) there shouldn't be any clear.gif's anymore, right? greetings, benni. -SDG- www.xnos.de // www.xnos.org Edwin Blokker wrote: > I still haven't found a solution to th

Re: [TYPO3] OT: "Real" names

2007-09-25 Thread Bill Taroli
JoH asenau wrote: >> What I take exception to is you representing your absurdly rigid >> interpretation of this particular request as the final judgment of the >> community--because, again, the rule you so often cite does not say >> what you claim it says, and the list membership is in no way serve

[TYPO3] test

2007-09-25 Thread Gijs Epping
tes ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] good manual for menus

2007-09-25 Thread Ralph Grier
Can anyone recommend a good manual for menus. I am trying to learn about all the various commands of menus, specifcally TMENU. The TSREF does not seem to be complete, I am not able to find anything about special = language. Also I am trying to learn about allWrap and stdWrap in detail. Thank you

[TYPO3] good manual for Menus

2007-09-25 Thread Ralph Grier
Can anyone recommend a good manual for menus. I am trying to learn about all the various commands of menus, specifcally TMENU. The TSREF does not seem to be complete, I am not able to find anything about special = language. Also I am trying to learn about allWrap and stdWrap in detail. Thank you

Re: [TYPO3] How to unpublish the whole front-end?

2007-09-25 Thread Ignatius Reilly
Hi Katja, In fact I adopted another approach suggested by a clever chap in this thread: - (our site is multi-domain) - created another "maintenance" site with a single page "site under maintenance", internationalized, with templates similar as those of the main site - now to unpublish I just ha

Re: [TYPO3] OT: "Real" names

2007-09-25 Thread Christopher Torgalson
On 9/24/07, Troels Kjær Rasmussen <[EMAIL PROTECTED]> wrote: > Of course people can "spoof" all sorts of names, but credability in the > community only goes so and so far and we will often never see the same > people not contributing like others (e.g. Dimitri) due to an unsincere > and false (+ of

Re: [TYPO3] OT: "Real" names

2007-09-25 Thread Andreas Becker
Hi Dimitry I thanked you quite often for the work on TYPO3 TemplaVoila and many people have done same here on the list. Yes, of course we all do voluntary work here. You with TemplaVoila and RealURL and I with T3Pack the WEC with their Packages and many many others not mentioned here. Most of them

[TYPO3] TMENU question

2007-09-25 Thread Gijs Epping
Hello, First post on the English typo3 newsgroup. So I hope it make some sense. I am trying to re-create this menu with the typo3 TMENU http://joehewitt.com/files/iphone/navigation.html#_albums I am a bit of a beginner with TMENU and most menu's are no problem at all, but this div

[TYPO3] How to show plugin output on page

2007-09-25 Thread Anders Axelsson
Hi. I have created a simple plugin using Kickstarter and are now trying to get the output from the PHP-file (main-function in the class) to show on the website. I'm using TemplaVoila and already have a structure so I'm simply do: List-view -> Righ click on my subpage -> New -> Pagecontent. There

Re: [TYPO3] good manual for menus

2007-09-25 Thread JoH asenau
> Can anyone recommend a good manual for menus. I am trying to learn > about all the various commands of menus, specifcally TMENU. > The TSREF does not seem to be complete, I am not able to find > anything about special = language. > > Also I am trying to learn about allWrap and stdWrap in detail.

[TYPO3] test post

2007-09-25 Thread Gijs Epping
Sorry but I could't post! ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] 'wfqbe' how to search date?

2007-09-25 Thread Mauro Lorenzutti
Hi, > Hi, > > I am currently trying to integrate wfqbe in my custom made extension > 'graveyard'. Problem is that dates are stored in UNIX TIMESTAMP format > while search string is a normal date e.g. dd-mm-. Through > documentation I know that a hook is used for that purpose. > > "ProcessSu

Re: [TYPO3] rtehtmlarea & curly apostrophes & quotes

2007-09-25 Thread Bill Taroli
Simon Browning wrote: > Not sure where to look here. > > In the rte, curly apostrophe (like: BBQ’s) display properry. Same for > quotes. > > When shown on the website though, a question mark appears instead (like: > BBQ?s). > > Is this something to do with my htmlarea config? Something els

[TYPO3] lz_table could not be created Error

2007-09-25 Thread David Banning
I have this error while attempting to import the extension lz_table; Error: File "/usr/hosting/cubs/typo3conf/ext/lz_table/" could not be created!!! I have checked the permissions on all directories and they are all owned by nobody and writable. The directory lz_table -is- created in spite of th

Re: [TYPO3] OT: "Real" names

2007-09-25 Thread ries van Twisk
Hey Rob, that's says it all And properly more understandable for most people here cheers have a good day, Ries On Sep 24, 2007, at 8:15 AM, Rob De Vries wrote: > config { > list.specialFunkyNames = 0 > if.specialFunkyNames = dude, T3guy, ... > list.ig

[TYPO3] newloginbox redirect

2007-09-25 Thread Timo Proescholdt
Hello! I'm desperately turning to you guys, since the newloginbox newsgroup seems to be deserted. My issue is the following, I hope somebody can help me! I'm trying to get redirection after login working with the new (beta) version of newloginbox, which permits additional redirection features. B

Re: [TYPO3] newloginbox redirect

2007-09-25 Thread Gregory Remington
Hi Timo, If you're in a hurry try this. http://typo3.org/extensions/repository/view/sv_login_redirect/1.0.2/ Cheers, Greg Timo Proescholdt wrote: > Hello! > > I'm desperately turning to you guys, since the newloginbox > newsgroup seems to be deserted. > > My issue is the following, I hope some

Re: [TYPO3] newloginbox redirect

2007-09-25 Thread Andreas Becker
Or Timo Use Macina Search Box. Working from scratch with very nice Flexform and redirect. Just takes 2-5 Minutes to get this running. Don't waste your time in this other stuff. There are lots of better loginboxes out which are much better - understandable - documented then the newloginbox. We jus

Re: [TYPO3] newloginbox redirect

2007-09-25 Thread Andreas Becker
Sorry not macina search box TIMO was a typo I mean the loginbox_macmade from Jean-David Gadina http://typo3.org/extensions/repository/view/loginbox_macmade/0.3.5/ His extensions are working from scratch - stick to them! It is as easy as the macina Searchbox from Wolfgang Becker Understandable a

Re: [TYPO3] lz_table could not be created Error

2007-09-25 Thread David Banning
I have since upgrade from 3.8 to 4.1.2 I was able to install the older version of lz_table 0.0.2 but still get the same error when I attempt to upgrade to 0.1.1. Just for good measure I chmod'ed all directories to 777 and chown'ed them to www:www On Tue, Sep 25, 2007 at 12:29:32PM -0400, David

Re: [TYPO3] newloginbox redirect

2007-09-25 Thread Cate & Peter
Hi Andreas I mean the loginbox_macmade from Jean-David Gadina > http://typo3.org/extensions/repository/view/loginbox_macmade/0.3.5/ > On this, which is the most appropriate self-register extension to use with the above? sr_feuser_register? Regards Cate ___

Re: [TYPO3] newloginbox redirect

2007-09-25 Thread Andreas Becker
This is depending on what you want Cate if you will need lots of not usual additional fields I would stick to sr_feuser if you are using mm_forum, then simply use their registration Process - its very easy extendable and has the best interfeace to manage also the users if you want a nice working

Re: [TYPO3] lz_table could not be created Error

2007-09-25 Thread David Banning
OK. So now I have tried the same extension install on a completely separate installation (3.7.0) with the same erroneous result! On Tue, Sep 25, 2007 at 10:26:14PM -0400, David Banning wrote: > I have since upgrade from 3.8 to 4.1.2 > > I was able to install the older version of lz_table 0.0.2

Re: [TYPO3] lz_table could not be created Error

2007-09-25 Thread David Banning
I never located the original problem but I copied over the extension files from a another installation which has installed lz_table, into the typo3conf/ext directory. From that point I was able to install it. ___ TYPO3-english mailing list TYPO3-english@

Re: [TYPO3] How to show plugin output on page

2007-09-25 Thread Katja Lampela
Hello Anders, Check this thread: news://news.netfielders.de:119/[EMAIL PROTECTED] So at least two ways, code your own php/typoscript or use an existing fe output extension. hth - Katja Anders Axelsson kirjoitti: > Hi. > > I have created a simple plugin using Kickstarter and are now trying t

Re: [TYPO3] How to show plugin output on page

2007-09-25 Thread Katja Lampela
the link isn't too usable, the thread is called "Creating you own extension".. Katja Lampela kirjoitti: > Hello Anders, > > Check this thread: > > news://news.netfielders.de:119/[EMAIL PROTECTED] > > > So at least two ways, code your own php/typoscript or use an existing fe > output extensi

Re: [TYPO3] How to show plugin output on page

2007-09-25 Thread Anders Axelsson
Thank you Katja for the information. The link you refer to (http://lists.netfielders.de/pipermail/typo3-english/2007-September/043090.html) ends with the same question as I have. I have made my extension/plugin. I have edited the PHP-code for it (Hello-world-style) but I do not know how to get

Re: [TYPO3] good manual for menus

2007-09-25 Thread Georg Ringer
Hi, I listed the most common menus here: http://www.typo3.net/forum/list/list_post//65143/ georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Special characters not resolved properly in Browser

2007-09-25 Thread Hariprasad Panga
Hi All, I have a database table with column collation "utf8_general_ci". When data is fed directly through sql , it is not able to display special characters in exact form. When the same data is entered through RTE it is shown correctly. The setting for character encoding is following :- config.re