Re: [TYPO3-english] Howto protect an eID url?

2013-02-18 Thread Rik Willems
lease let me know if you need more info. Cheers! Rik Op 16-2-2013 16:41, Steffen Müller schreef: Hi Am 16.02.2013 13:21, schrieb Rik Willems: I guessed people would have run into this be before. I'll think about it a little and let you know. It would help if you explain your re

Re: [TYPO3-english] Howto protect an eID url?

2013-02-16 Thread Rik Willems
Hi all, Thanks for thinking along and your suggestions. I can't do a feuser login as it is a public facing website. I guessed people would have run into this be before. I'll think about it a little and let you know. Cheers! Op 14-2-2013 11:56, Rik Willems schreef: Hi all

[TYPO3-english] Howto protect an eID url?

2013-02-14 Thread Rik Willems
Hi all, Through javascript I want to call an eID script that collects some data through a webservice. I don't want others to be able to harvest the eID/webservice data, so I need to protect it in some way. Who can point me in the right direction? What is the best way to protect eID calls in

Re: [TYPO3-english] RealURL setup problem, multiple languages and two domains

2012-11-28 Thread Rik Willems
Hi! Op 22-11-12 09:24, Dmitry Dulepov schreef: Sorry for not answering so far, Rik. This needs more time than just a quick look at the news group. As a quick suggestion, I would advice: - set up only neede languages in TS - review _DOMAINS config and preVars and set up only neede languages there

[TYPO3-english] RealURL setup problem, multiple languages and two domains

2012-11-20 Thread Rik Willems
Hi all, Like the subject suggests I have a problem setting up RealURL in a situation with multiple languages and two domains, in one tree. Two languages should run on the same domain, like domain.tld & domain.tld/en. The third language should run on domain.de. I found how to run different do

Re: [TYPO3-english] How can to use the extension Front End User Registration?

2012-07-02 Thread Rik Willems
Hi all, I've recently used formhandler for user registration. Works very well actually. It's not click and go but very flexible for all sorts of forms. Cheers! Op 30-6-2012 17:26, Jost Baron schreef: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jeson, a good alternative might be datami

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
Hi Xavier, This sounds like a very interesting solution. Do you have any plans to release this to the public any time soon? Perhaps we can extend it to include Magento as well? Cheers! On 7-2-2012 15:11, Xavier Perseguers wrote: Hi, I would recommend spending a days or two hacking togethe

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
or two hacking together a solution that can SSH into all the sites of all your clients and add/remove user accounts from the local database. Cheers Oliver On 2012-02-07 13:55, Rik Willems wrote: Hi Oliver, I've seen this one. It does solve the password distribution but not the management part o

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
Rik On 7-2-2012 11:35, Oliver Salzburg wrote: On 2012-02-07 10:12, Rik Willems wrote: Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3 (and perhaps Magento as well) projects with your team. Does everyb

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
10:12, schrieb Rik Willems: Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3 (and perhaps Magento as well) projects with your team. Does everybody use his own username/password? How do you manage changes in your te

[TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3 (and perhaps Magento as well) projects with your team. Does everybody use his own username/password? How do you manage changes in your team? Do you go through al

Re: [TYPO3-english] ttnews or T3BLOG

2011-09-19 Thread Rik Willems
Hi Jaco, Why not try to not use an extension for the basic functionality. With pages + menus you have the basic functionality already. You could add tagpack for categories. With typoscript you can glue it all together. Cheers! Rik On 16-9-2011 9:33, jaco graaff wrote: What do you think?

Re: [TYPO3-english] commerce & multishop

2011-08-23 Thread Rik Willems
Hi Tomasz On 23-8-2011 14:18, Tomasz Krawczyk wrote: Does anyone know if extension commerce or extension multishop supports multilanguage configuration? Commerce does so, the normal TYPO3 multilanguage way. I don't know about multishop. Cheers, Rik _

Re: [TYPO3-english] Typoscript conditions, caching and performance

2011-08-07 Thread Rik Willems
Ah thanks Jigal, http://buzz.typo3.org/people/zachary-davis/article/dynamic-caching-in-typo3/ -quote--- Additionally, logged in users who belong to different usergroups will see different cached versions of the page, which is a great feature in TYPO3. On top of this different cached

[TYPO3-english] Typoscript conditions, caching and performance

2011-08-05 Thread Rik Willems
Hi all, Lately I was thinking about typoscript conditions, caching and performance and hopefully some of you can shine a light on this. Typoscript conditions are powerful in usage. But you read at different places that it can have an impact on caching and performance (sadly I can't find a li

Re: [TYPO3-english] getText and rootLine

2011-07-29 Thread Rik Willems
10 = TEXT 10.value = blah 10.if.value.data = TSFE:rootLine 10.if.isInList = 123 Checks if 123 is a uid of a page in the list found at TSFE:rootLine. But since rootLIne is not a list but an Array you should try using a rootline menu together with if: 10 = TEXT 10.value = blah 10.if { value = 0 v

[TYPO3-english] getText and rootLine

2011-07-27 Thread Rik Willems
Hi all, I'd like to do an if through stdWrap. Kinda similar to [PIDinRootline=x,y,z] but than through getText. I thought of if.value.data = TSFE:rootLine The php code in tslib_content makes it look like this should work. Or alternatively TSFE:tmpl|rootLine Sadly, it doesn't work. When I put

Re: [TYPO3-english] Tricky TypoScript question concerning stdWrap and conditions

2011-06-16 Thread Rik Willems
Hi Jörg, Sounds like an interesting challenge. I think you should use either RECORDS or CONTENT through a stdWrap on a if.value or use the CASE object with RECORDS or CONTENT. CASE can be very powerful! Cheers, Rik Op 16-6-2011 6:45, Jörg Klein schreef: Hi guys, I have a tricky TypoScri

Re: [TYPO3-english] BE on iPad

2011-05-28 Thread Rik Willems
Scrolling with two fingers is a standard on all Mac devices :) I know that now :) It's my first Apple device and I didn't RTM ;-) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-englis

Re: [TYPO3-english] BE on iPad

2011-05-26 Thread Rik Willems
Mike, it's an amazing discovery! Thx Ruby, now I'm finally able to use TYPO3 with my iPad. Cheers! Op 25-5-2011 16:36, Rudy Gnodde schreef: Hello Ismaël, Op 25-5-2011 16:13, Ismaël Bidau schreef: Hi, does anybody know how to use BE with an iPad ? Par default, there is no scrolling at all. T

Re: [TYPO3-english] RealURL and fixedPostVars and change of page title

2011-05-18 Thread Rik Willems
Hi! This is best for your server: http://dmitry-dulepov.com/article/redirects-typo3-and-realurl-vs-mod-rewrite.html I read your blog with much interest. Too bad you don't have time anymore. I know this is the best solution in terms of performance. But as always this is not the most important

Re: [TYPO3-english] RealURL and fixedPostVars and change of page title

2011-05-18 Thread Rik Willems
Thx Dmitry, RewriteRule /path1/path2/(.*)$ /path1/new_path/$1 [R=301,L] This is a rewrite through RewriteRule. Although this will work well it is not very user friendly. I remember that RealURL keeps a cache old 'old' urls after a page title has changed. Is that (still) true and does that

[TYPO3-english] RealURL and fixedPostVars and change of page title

2011-05-17 Thread Rik Willems
Hi all, I'm running into a little problem. I have an extension that shows records based on the tx_extension_pi1[showUid] variable. With RealURL's fixedPostVars setting I rewrite it to the title of the record. Now, when I change a page title higher up in the rootline the page and record can n

Re: [TYPO3-english] Grid system with cells split

2011-02-27 Thread Rik Willems
Hi Victor, It really is a nice feature. For me it takes some getting used to regarding rendering content. As far the FCEs are concerned. You can try extension wec_contentelements. It introduces a nice API to make TCE like elements. Cheers! Op 25-2-2011 15:11, Victor Livakovsky schreef: Hi

Re: [TYPO3-english] List of registers

2010-12-16 Thread Rik Willems
Hi Victor, Can someone tell me where can I find list of all registers, provided by TYPO3 core? I'm talking about such as register:count_MENUOBJ and register:count_HMENU_MENUOBJ Unfortunately only a few are documented. This a well-known shortcoming of the current manuals. We would be glad if an

[TYPO3-english] RealURL and tt_news categories

2010-12-03 Thread Rik Willems
Hi all, With RealURL you can do a lookUpTable to find the name of for instance a tt_news category. This works very smooth. Is there also a way to get subcategories into the URL? To make a sort of category rootline... Looking forward to your thoughts. Cheers! Rik _

Re: [TYPO3-english] RealURL and concat in alias_field

2010-10-26 Thread Rik Willems
stgreSQL DB-Architect email: r...@vantwisk.nl web: http://www.rvantwisk.nl/ skype: callto://r.vantwisk On Oct 25, 2010, at 12:22 PM, Rik Willems wrote: Hi all, Just a short question. For a project I'd like to use first_name and last_name fields as part of an url through RealURL. I found the f

[TYPO3-english] RealURL and concat in alias_field

2010-10-25 Thread Rik Willems
Hi all, Just a short question. For a project I'd like to use first_name and last_name fields as part of an url through RealURL. I found the following snippet for that. Is this safe to use? == 'user' => array( array( 'GETvar' => 'tx_feuserlisting_pi1[showUid]',

Re: [TYPO3-english] TYPO3 error:

2010-08-10 Thread Rik Willems
Hi Dennis, Is it a clean installation or does it have extra extensions installed? In the root directory of your website do: > grep -R 'function xdebug' * This might help you locate any declaration... It is really hard to find something like this remotely with only limited information. Good l

Re: [TYPO3-english] Wrapping content elements according to a class

2010-06-10 Thread Rik Willems
Hi Claudio, Each content element has a field called 'Frame' / 'section_frame'. You can use this to get what you want. Have a look in file typo3/sysext/css_styled_content/static/setup.txt to see how the wraps are created. You can add similar typoscript to your own setup. If you put the foll

Re: [TYPO3-english] How to Deactivate/Replace Demo Images in Backend

2010-05-05 Thread Rik Willems
Andreas Becker wrote: Hi Is there a way to replace those demo images in the backend with own images or how can we deactivate those demo images in the backend? Thanks Andi Hi Andi, I think you are talking about the lorum ipsum extension. You can disable it through the extension manager. C

Re: [TYPO3-english] which extension for complex fe_user-edit in FE?

2010-05-04 Thread Rik Willems
Hi Bernd, I'm looking for exactly the same thing but don't have a solution. Yet... See my post about fe_adminLib. This library is put in practice in t3references. It works but is pretty old. And has some drawbacks as Jigal describes. Your review of the extensions seem correct. Feeditadvanced

Re: [TYPO3-english] fe_adminLib

2010-05-04 Thread Rik Willems
Hi Jigal, Thanks for your €0.02! Your response is clear. Do you know of any other (generic/easy) solution that lets fe users edit records in some way? Cheers! Rik Jigal van Hemert schreef: Rik Willems wrote: In my search for an easy to use frontend form editing extension I came across the

[TYPO3-english] fe_adminLib

2010-05-03 Thread Rik Willems
Hi all, In my search for an easy to use frontend form editing extension I came across the fe_adminLib which is supplied with TYPO3. It shows much resemblance with sr_feuser_register. How suitable is this library for usage? The well know t3references extension uses it, in a way that I need it

Re: [TYPO3-english] new feuser_register extension

2010-04-26 Thread Rik Willems
Hi Ingo, Not a bad idea at all. Although it has some very nice things built in already it does have its drawbacks. I like the setup of Commerce address management quite a lot (with which you have some experience). Here you can setup fields and validators from typoscript. If it can actually

[TYPO3-english] IRRE and frontend forms

2010-04-26 Thread Rik Willems
Hi all, For a new project I'd like to have an IRRE relation on fe_users records. The IRRE records are polymorphic flexforms. Is there a way I can have frontend users add these records through the frontend too, without having to reprogram it all? Thanks for thinking along! Greets, Rik __

Re: [TYPO3-english] tcemain and fe extensions

2010-02-22 Thread Rik Willems
ed. I did use it in the cli script though, but that initializes as backend, so that is good. Thanks! Dmitry Dulepov schreef: Hi! On 2010-02-22 17:37:59 +0200, Rik Willems said: Thank you for the clear instructions. Is there a security issue involved in using tcemain in fe? No, it i

Re: [TYPO3-english] tcemain and fe extensions

2010-02-22 Thread Rik Willems
tcemain. Cheers, Rik Dmitry Dulepov schreef: Hi! On 2010-02-22 16:48:02 +0200, Rik Willems said: For a client I have created a nice cli import script. During my research for this I found out about tcemain and the functions it provides. For the cli I now use tcemain to import records. None of the

[TYPO3-english] tcemain and fe extensions

2010-02-22 Thread Rik Willems
Hi all, For a client I have created a nice cli import script. During my research for this I found out about tcemain and the functions it provides. For the cli I now use tcemain to import records. None of the fe extensions I have looked into in the past used tcemain to add or change records.

Re: [TYPO3-english] urgent minijob - realurl/multidomain/multilanguage/singletree

2010-01-24 Thread Rik Willems
Hi Guido, Thanks for posting this solution. I think it can come in handy one day for me or anyone else. Cheers! G.Unger schreef: of cause I can Rik ;) as explained I had a propper setup already working. => domain.de lead to domain.com/de/... domain.com lead to domain.com/en/... the g

Re: [TYPO3-english] urgent minijob - realurl/multidomain/multilanguage/singletree

2010-01-22 Thread Rik Willems
Guido, Good to see you got your problem fixed even before I go a chance to see it. Could you please post the solution for others to learn from? Greets, Rik G.Unger schreef: thx for all the replies, this list is awesome and quick offer closed rgds, guido

Re: [TYPO3-english] Page browser

2010-01-08 Thread Rik Willems
Hi Tyler, If I'm not mistaking you can just put the pagebrowser in as a content element or a typoscript object. By configuring it you can make it behave as you want. The way you include it in an extension is the same when you include it through typoscript. Hope that helps. Greets, Rik Ty

Re: [TYPO3-english] EXT: comments & ratings

2009-12-10 Thread Rik Willems
Hi Dmitry, exactly what I was affraid of. Too bad. I see the extension is full of hooks. What would be the best way to integrate this? Would it be possible using these hooks you put in? Greets, Rik Dmitry Dulepov schreef: Hi! On 10/12/2009 16:51, Rik Willems wrote: So you comment with

Re: [TYPO3-english] EXT: comments & ratings

2009-12-10 Thread Rik Willems
Søren Malling schreef: http://dmitry-dulepov.com/article/how-to-using-comments-extension-inside-tt-news.html Regards, Søren On Thu, Dec 10, 2009 at 3:08 PM, Rik Willems wrote: Hi all, In the past I already read that ext: comments could be combined with ext: ratings. Currently I need this in

[TYPO3-english] EXT: comments & ratings

2009-12-10 Thread Rik Willems
Hi all, In the past I already read that ext: comments could be combined with ext: ratings. Currently I need this in a project so I implemented that. Now it seems that you can rate comments of others. Not rate that what you are commenting. So, not whay I needed, too bad. What would be the bes

[TYPO3-english] Use FlexForm of existing extension

2009-12-07 Thread Rik Willems
Hi all, For a project I need to extend a current extension. It requires me to add fields to the current flexform xml. I looked everywhere but cannot find how to do it. Now I have to copy the entire xml and append my extra fields. I feel this shouldn't be the way of doing this. Who knows how

Re: [TYPO3-english] Typo3 backup

2009-11-04 Thread Rik Willems
Dmitry once wrote a nice article about this. Although it concerns migration, this in fact is the same as backup: http://dmitry-dulepov.com/article/migrating-typo3-installation-to-a-different-server.html Greets! De Contardi Riccardo schreef: A little question about how to backup a Typo3 on linux