Re: [TYPO3] Tutorial: tipafriend and sr_freecap

2007-05-09 Thread Fabian Koenig
Another little howto: If you don't want to allow multiple recipients, just go to your class.tx_tipafriend.php to line ~260 (function validate...) and add count(split(',',$tipData['recipient']))-1 == 0 && count(split('@',$tipData['recipient']))-1 == 1 && after ... $tipData['name'] &&

Re: [TYPO3] Tutorial: tipafriend and sr_freecap

2007-04-26 Thread Fabian Koenig
> > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Namens Fabian Koenig > Verzonden: donderdag 26 april 2007 12:49 > Aan: typo3-english@lists.netfielders.de > Onderwerp: [TYPO3] Tutorial: tipafriend and sr_freecap > > I'v

Re: [TYPO3] Tutorial: tipafriend and sr_freecap

2007-04-26 Thread Fabian Koenig
I still have after posting it here ;-) (I'm not good in using a wiki, so I don't know how to add it to the extensions-category). look here: http://wiki.typo3.org/index.php/Tipafriend_and_freecap I hope, someone add it to the extensions-category @wiki. I'm to stupid ;-) Gideon So schrieb: > Hi F

Re: [TYPO3] Tutorial: tipafriend and sr_freecap

2007-04-26 Thread otto
april 2007 12:49 Aan: typo3-english@lists.netfielders.de Onderwerp: [TYPO3] Tutorial: tipafriend and sr_freecap I've written a small "ToDo"-List for using "sr_freecap" (captcha-extension) with "tipafriend", because I can't find any HowTo. (my english is bad,

Re: [TYPO3] Tutorial: tipafriend and sr_freecap

2007-04-26 Thread Gideon So
Hi Fabian, It's great. Whu don't you put this into the wiki?? Gideon Fabian Koenig 提到: > I've written a small "ToDo"-List for using "sr_freecap" > (captcha-extension) with "tipafriend", because I can't find any HowTo. > (my english is bad, sorry..) > > > > > ===class.tx_tipafriend.p

[TYPO3] Tutorial: tipafriend and sr_freecap

2007-04-26 Thread Fabian Koenig
I've written a small "ToDo"-List for using "sr_freecap" (captcha-extension) with "tipafriend", because I can't find any HowTo. (my english is bad, sorry..) ===class.tx_tipafriend.php=== 1. Insert following directly under "function main_tipafriend($content,$conf){": if (t3lib_extMgm::isLoaded(