[TYPO3-english] Grid layout and moving content between columns

2011-02-13 Thread Loek Hilgersom
Hi, The last few years I've almost exclusively used TemplaVoila, but with the new Grid Layout feature in 4.5 I want to give the recuberated old style templating another try. Building a new backend layout is extremely simple and straight forward, kudos Joey! But now I need to move a lot of

Re: [TYPO3-english] Grid layout and moving content between columns

2011-02-13 Thread Loek Hilgersom
Thanks guys, for the fast responses, I'll have a look what I can find on this issue in the bugtracker. On 02/13/2011 06:06 PM, JoH asenau wrote: Actually this was made by the whole T3UXW team - I was just part of it and the presenter of the video. You're right, having been there I should

[TYPO3-english] linkhandler multiple select

2011-02-17 Thread Loek Hilgersom
Hi, We're trying to make use of linkhandler in way that's slightly different than normal: we want to select 2 news categories which should both be added to the link. The result could be either 1 or 2 GET parameters, that doesn't matter: so: tx_ttnews[tt_newscat]=5,8 or 2 parameters,

[TYPO3-english] tt_content field from extension no longer shown in 4.5

2011-04-10 Thread Loek Hilgersom
Hi, I'm struggling with an issue after upgrading to TYPO3 4.5.x: an additional field added to tt_content by the extension rzcolorbox ('Colorbox slideshow') no longer shows up in the backend forms. In 4.4 there was no problem, I've tried a few different 4.5 installations (it's on 4.5.2

Re: [TYPO3-english] tt_content field from extension no longer shown in 4.5

2011-04-17 Thread Loek Hilgersom
Ok, I'll answer my own question then ;-) No idea what made it break between 4.4 and 4.5, but I found a way to fix it: http://forge.typo3.org/issues/26073 Cheers, Loek ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Administration Login to typo3 not working

2011-05-28 Thread Loek Hilgersom
Hi Siniša, Just log into the install tool, that doesn't require a working database connection and there you can see if the database functions correctly. It could also be something with file-permissions on the folders fileadmin, typo3conf, typo3temp and uploads. The install tool will also

Re: [TYPO3-english] How can I manipulate which tt_content to show?

2011-08-30 Thread Loek Hilgersom
Hi Ernesto, If I understand you correctly, then the child pages should show all content, and the parent pages show a preview by showing only the first content element of each child page. If that's what you want, it should be quite easy: On the parent pages, you first select all child pages

Re: [TYPO3-english] Using saltedpassword/sr_feuser_register correctly

2011-09-01 Thread Loek Hilgersom
Just to let you know, we've been using datamints_feuser with salted passwords for a large project and it's been working perfectly. This extension is many times easier to use and faster to implement than sr_feuser_register, and it works really well. Loek On 09/01/2011 04:25 PM, Oliver

Re: [TYPO3-english] New records from frontend

2011-10-10 Thread Loek Hilgersom
Hi Jan, Try this: http://typo3.org/extensions/repository/view/elemente_fenews/current/ We've been using it extensively, and although we modified it quite a bit for our specific needs, the main functionality just works out of the box: create and edit tt_news records in FE, with RTE included.

Re: [TYPO3-english] t3blog - how to sort the blog list asc?

2012-01-08 Thread Loek Hilgersom
Hi Stephen, The way it's implemented is that you can only change the default order by using piVars: orderBy (which should be a fieldname) and orderByDir (which can be ASC or DESC). I think the GET parameters should be like this: tx_t3blog_pi1[blogList][orderBy]=author I gave it a try but it

Re: [TYPO3-english] tt_content and lib.*

2012-01-10 Thread Loek Hilgersom
Hi, I'm not sure what you're trying to achieve, maybe this is what you mean? http://typo3.org/extensions/repository/view/typoscript_code/current/ Loek Op 10-01-12 00:34, Gorosito Gonzalo schreef: Hi! I'm wondering.. would be any way to do a sort of EVAL() for typoscript? I want to point a

Re: [TYPO3-english] Detect not in menu

2012-02-08 Thread Loek Hilgersom
{page:nav_hide} or 10 = TEXT 10 { value = Show only if not in menu is not set if { value = 0 equals.field = nav_hide } } Not sure what you want to do though. Hth, Loek On 02/08/2012 06:05 PM, Urs Bräm wrote: Hi is there an quick way

Re: [TYPO3-english] Send E-Mail after tt_news creation

2012-02-08 Thread Loek Hilgersom
Hi, You will need an extension for this, but I wouldn't know if there is one that does exactly that. There are a few rather old extensions that do something like that, but you may have to fix them up before use: gp_notification and kc_emailnotification The extension should either hook into

Re: [TYPO3-english] userFunc menu

2012-02-09 Thread Loek Hilgersom
Hi Marieke, On 02/09/2012 04:51 PM, Marieke de Bruin wrote: Hi all, I have a menu with a userFunc. It starts like down here. I have a problem with the menu.left.special.userFunc.select.where = maingroup_id = {GPvar:tx_advertisement_dispatcher|maingroupid} this isn't working. It doesn't work

Re: [TYPO3-english] conditional hide of a certain content element

2012-02-11 Thread Loek Hilgersom
Hi Katja, Try this: page.10.marks.colNormal.select.andWhere = uid!=79 Loek On 02/11/2012 02:18 PM, Katja Lampela wrote: Hi, I'm trying to find a way to hide certain content element, if visitor meets certain conditions. The content I want to hide is in colNormal and it's id is 79. This does

Re: [TYPO3-english] Help changing menu display levels

2012-02-11 Thread Loek Hilgersom
Hi Tim, Easiest is just removing the 3rd level from the submenu on the left: Find the Typoscript template called menu.secondlevel and remove the line 3 .1 near the end. If you use the hide in menu option the pages will not show up in all menu's, unless you create a menu that

Re: [TYPO3-english] Help changing menu display levels

2012-02-12 Thread Loek Hilgersom
Hi Tim, On 02/12/2012 02:06 PM, Tim Hogan wrote: Thanks for the reply but it is becoming painfully obvious that I am not understanding this TypoScript stuff. I have a called Notes with a content block using the Menu/Sitemap plugin that is suppose to show the subpages. I have a subpage called

Re: [TYPO3-english] Preventing brute-force attacks in FE login form

2012-02-15 Thread Loek Hilgersom
Hi all, I just releases a first version of a new TYPO3 extension for this, see my post in the dev-list: Extension against brute force password guessing attempts Cheers, Loek ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] output CONTENT.select query in browser

2012-02-28 Thread Loek Hilgersom
The quick and dirty way: enable sqlDebug in the install tool and make a spelling mistake in your query on purpose so you'll get the debug output in the frontend. Make sure your IP is included in the devIPmask. Loek On 02/28/2012 04:56 PM, Muriel le Pair wrote: Hello, For debugging purposes

Re: [TYPO3-english] Password management advice

2012-03-09 Thread Loek Hilgersom
On 02/07/2012 01:01 PM, Stano Paška wrote: We use something like http://supergenpass.com/ Stano. I was tempted to start using this, because the concept is nice, until I saw [1]. Your master password can get stolen by a compromised site. This serious flaw that has not been fixed yet, try the

Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Loek Hilgersom
Hi Toni, You could try something like this: lib.contentRows = COA lib.contentRows { 10 styles.content.get 10.wrap = div id=box col2|/div 10.select { begin = 1 max = 4 } 20 .10 20.select.begin = 5 30 .10

Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Loek Hilgersom
... and Victor is right, that should be 10.wrap = div class=box col2|/div if you use that multiple times on one page. Loek On 04/25/2012 03:19 PM, Loek Hilgersom wrote: 10.wrap = div id=box col2|/div ___ TYPO3-english mailing list TYPO3-english

Re: [TYPO3-english] clear all data in alias fields

2012-05-11 Thread Loek Hilgersom
Hi Katja, If you mean clearing the alias field in the entire database, then it's easy: just open up PhpMyAdmin or something else where you can run a query (command line mysql is also possible) and run this query: UPDATE `pages` SET `alias`='' WHERE 1; If you want to do this only for a

Re: [TYPO3-english] TS combining 2 conditions: if val1=1 and ifEmpty val2

2012-05-11 Thread Loek Hilgersom
Hi Bert, 10 = TEXT 10 { value = override = AAA override.fieldRequired = nav_title if.equals = 1 if.value.data = cObj:parentRecordNumber } Should do the job! Loek On 05/11/2012 10:11 PM, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, The following:

Re: [TYPO3-english] TS combining 2 conditions: if val1=1 and ifEmpty val2

2012-05-12 Thread Loek Hilgersom
Hi Bert, Glad it worked. Just a note: if you don't explicitly need the isInList but using it instead of equals, then you could do the multiple value part more elegantly with 10 = CASE 10 { key.field = nav_title default 1. (etc) Loek On 05/12/2012 09:12 AM, Bert Hiddink

Re: [TYPO3-english] How to identify unneeded extensions?

2012-05-16 Thread Loek Hilgersom
Hi Martin, I also use EXT extensionlist, it shows you which plugins are used on which pages, very useful when cleaning up old rubbish! Loek On 05/16/2012 10:11 PM, Martin Bless wrote: Suppose you take over an existing TYPO3 installation. Q:What steps would you do to find out whether an

Re: [TYPO3-english] TypoScript editing with jEdit

2012-05-24 Thread Loek Hilgersom
Hi Guiseppe, The extension jeditvfs is very, very old (2006) and hasn't been maintained since. I have tried it in 2006 or 2007 and already back then there were problems with version compatibilities between TYPO3, jEdit and some addtional libraries for the vfs iirc. It was an interesting

Re: [TYPO3-english] fe users and caching

2012-06-22 Thread Loek Hilgersom
Hi Simon, You're confusing browser cache (client side) with TYPO3 cache (server side). The no_cache=1 option (at least the Typoscript one) is the server side TYPO3 cache which has nothing to do with the browser cache. On the server side, TYPO3 will take care of serving a different page -

Re: [TYPO3-english] meta name=robots content=noindex, follow /

2012-06-30 Thread Loek Hilgersom
Hi, On 29-06-12 22:39, Benoit Montereau wrote: Have a look in the system folder TypoScript Templates - page_configuration - page.headerData. Just replace line 20.value = meta name=robots content=noindex,follow / with 20.value = meta name=robots content=index,follow,archive / Although this

Re: [TYPO3-english] Introduction package - any Documentation of structure/concept?

2012-07-02 Thread Loek Hilgersom
Hi Christoph, Philipp and others, As someone who actually helped creating the introduction package and working especially on the Typoscript part, I'd really like to second Philipp's answer. I did not 'invent' that structure (it was proposed by Patrick Broens) and at first I also thought it

Re: [TYPO3-english] Introduction package - any Documentation of structure/concept?

2012-07-03 Thread Loek Hilgersom
Hi Philipp, On 02-07-12 23:34, Philipp Gampe wrote: Hi Loek, Loek Hilgersom wrote: Some documentation of how and why would certainly be great. Will you take part in the packages and distributions code sprint? Tempting, but I've got too many things on my list already unfortunately. If I

Re: [TYPO3-english] Positioning GMENU_LAYERS

2012-07-12 Thread Loek Hilgersom
On 12-07-12 08:20, Scotty C wrote: I've been staring at this code for hours and I'm ready to snap. What am I missing? Maybe you've been staring at the wrong code, try staring at the CSS! ;-) Loek ___ TYPO3-english mailing list

[TYPO3-english] Activity streams in TYPO3?

2009-11-24 Thread Loek Hilgersom
Has anyone done anything with activity streams in TYPO3? I'm looking into the options to start using this interesting new concept for sharing content across websites. So far, I haven't found anything like an extension, or even anyone mentioning it in relation with TYPO3. It would be nice if

Re: [TYPO3-english] HTML cleaning

2009-12-15 Thread Loek Hilgersom
Hi Igor, Could it be that you have this line in the TV DS? HSC type=integer1/HSC Loek Igor Mitev wrote: Hi Joey, I'm using TV as a template method. lib.breadcrumb is mapped in TV (inner) that is why I don't need it in the TS code. Only for lib.breadcrumb I get characters replacement, the

Re: [TYPO3-english] Check if an area doesn't contain elements

2009-12-16 Thread Loek Hilgersom
Hi Jeppe, What you have to do when using TemplaVoila is this: - edit the DS of your TV template and find the part with the right 'area'. Take out the Typoscript part and replace it with this: TypoScript![CDATA[ 10 lib.field_bottomleft ]]/TypoScript (where field_bottomleft is the

[TYPO3-english] Can I make usernames case-insensitive for felogin?

2010-02-10 Thread Loek Hilgersom
Hi, The question has been asked, but I can't find any answers: Is it possible to make the usernames for felogin case-insensitive? We encounter regular login problems because people don't use exactly the same capitals consistently. It would be nice if the username just wouldn't bother about

Re: [TYPO3-english] Can I make usernames case-insensitive for felogin?

2010-02-11 Thread Loek Hilgersom
Xavier and Peter, Thanks for your answers. I use the loginbox from the default felogin in TYPO3 4.2.11, combined with kb_md5fepw which adds the superchallenge javascript, and sr_feuserregister for the registration. Finding out how to store usernames only in lowercase isn't obvious at all,

Re: [TYPO3-english] t3 4.2.12, RTE: Editor is loading, please wait ...?

2010-02-24 Thread Loek Hilgersom
Hi Kristian, Try enabling the troubleshoot mode in the EM settings of the Htmlarea RTE, that may give a pointer in useful direction. Hth, Loek Kristian Rink wrote: Marcus; first off, thanks a bunch for your quick answer. Much appreciated. :) Marcus Krause schrieb: Is there a caching

Re: [TYPO3-english] Problems with YAFI and 4.3.2: items are assigned to PID = 0

2010-03-03 Thread Loek Hilgersom
Hi Bert, Did you see the issue 'yafi question' on Jan 11? Loek Bert Hiddink [BENDOO e-work solutions] wrote: Hello! I have used the YAFI-extension before to import feeds for tt_news: http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=searchno_cache=1tx_terfe_pi1[sword]=yafi

Re: [TYPO3-english] sr_feuser_register: Edit, Create does not work after update to 2.5.25

2010-05-13 Thread Loek Hilgersom
Hi Roberto, I recently upgraded from 2.5.21 to 2.5.25 and had to make several adjustments to make everything work again. Here's what I had to change, maybe there's something that you missed: - upgraded ext div_2007 to latest version (you should have been asked about that) - In

[TYPO3-english] Anyone using extension siwiki?

2010-08-09 Thread Loek Hilgersom
Hi, I'm trying to get siwiki installed. I followed all steps from the manual, but run into problems with namespaces: there are 2 created, but I don't get the option to select on when I create a new article. When I then try to save the article the plugin throws an error because of the missing

Re: [TYPO3-english] Boost page ranking of TYPO3

2010-08-09 Thread Loek Hilgersom
Done! I may not be the most influential company (yet, haha!) but the scope may not be underestimated... ;-) Cheers, Loek On 08/09/2010 05:47 PM, ben van 't ende wrote: Hi People, We need to boost the ranking of TYPO3 (typo3.org) in Google under the term Open Source CMS. Currently we fall

[TYPO3-english] 'General options' in FCE's lost after upgrade to TYPO3 4.3.5

2010-08-11 Thread Loek Hilgersom
Hi, I noticed that the section 'General options' (containing FE access rights) has suddenly disappeared from FCE's since the upgrade from 4.3.3 to 4.3.5. All other content elements still these options under tab 'Access', it's only the TemplaVoila FCE's where it's changed. I also checked the

Re: [TYPO3-english] 'General options' in FCE's lost after upgrade to TYPO3 4.3.5

2010-08-11 Thread Loek Hilgersom
Op 8/11/10 4:29 PM, Bjoern Pedersen schreef: http://bugs.typo3.org/view.php?id=15178 should solve this. Hi Bjoern, Thanks for the link, this solves it indeed. I couldn't run the patch on TV v1.4.4, it probably has to be applied to a more recent SVN version. But getting the latest SVN release

Re: [TYPO3-english] Anyone using extension siwiki?

2010-08-19 Thread Loek Hilgersom
can figure out a schema and have an idea about how to bring all those things together, there may be a new version some day. But definitely there won't be further improvements to the actual version. Cheers Stefan On 10.08.2010, at 22:12, Loek Hilgersom wrote: Hi Stefan, Thanks for your reply

Re: [TYPO3-english] Anyone using extension siwiki?

2010-08-23 Thread Loek Hilgersom
Hi Stefan, Finally had the time to pursue this further. I moved a big step forward and it's now almost working, except for some realurl issues. The strange thing was that the JSON responses appeared to work, but did not really do so. The culprit was the FE debug function which was switched

[TYPO3-english] disableRedirect option in felogin

2010-08-31 Thread Loek Hilgersom
Hi, I'm trying to stop felogin to redirect users to a different page after login, but even if I set plugin.tx_felogin_pi1 { redirectMode = disableRedirect = 1 } users still get redirected if the user settings have a page set at 'Redirect at Login to Page (felogin)'.

Re: [TYPO3-english] Check with Typoscript if Templavoila Link field is set

2010-10-07 Thread Loek Hilgersom
Hi Søren, I think you should be able to do this with override. TSref says: if override returns something else than or zero (trimmed), the content is loaded with this! So: lib.readonlinelink = TEXT lib.readonlinelink.value = {$readonlinelinktext.da} lib.readonlinelink.typolink

Re: [TYPO3-english] Check with Typoscript if Templavoila Link field is set

2010-10-07 Thread Loek Hilgersom
Hi Søren, This won't work though - since my premise is that I change the field from type Typoscript Object Path (thereby giving me the option to target it with lib.readonlinelink) to just a field of the type Link field (so users can enter this value in page properties). When I do this

Re: [TYPO3-english] Check with Typoscript if Templavoila Link field is set

2010-10-08 Thread Loek Hilgersom
Op 10/8/10 11:08 AM, Søren Madsen schreef: Thanks for the long write up, Loek :) You're welcome. After trying to wrap my head around the practicalities of your suggestions, I played a bit around with Templavoila, and ended up with something much simpler and maintainable (I think). In

Re: [TYPO3-english] Linkhandler v4.4.*

2010-10-18 Thread Loek Hilgersom
Hi Henjo, I can only say that I have linkhandler working as advertised with 4.4.2/4.4.4. My advise is only the obvious: is linkhandler installed? Are the tables configured in TCA (and the relevant extensions installed)? There is not more configuration than what you already mentioned. The

Re: [TYPO3-english] E-Accelerator bug when configuring extension

2012-07-18 Thread Loek Hilgersom
Hi, We recently had stubborn segmentation fault errors with APC on a project running TYPO3 4.6. Now switched to Xcache with no problems since - for what it's worth, YMMV. Loek On 18-07-12 16:29, Laurent Cherpit wrote: Hello, Use APC -

Re: [TYPO3-english] Active Link in Menu When Viewing Home Page

2012-08-04 Thread Loek Hilgersom
Hi Chanda and Jan, There is also a different approach: remove the shortcut page 'home' entirely and prepend a link to the site-root home page to the menu. Some examples: globalMenu { stdWrap.preCObject = TEXT stdWrap.preCObject {

Re: [TYPO3-english] ext newsletter plain text

2012-08-10 Thread Loek Hilgersom
Did you do a real mailing? The test mail doesn't replace markers. Loek On 10-08-12 12:05, Georg Schönweger wrote: Hi, plain text rendering with Buildin html converter does not substitute custom markers (e.g. ###username### ...). Somebody else having the same problem? - Georg Typo3 4.5

Re: [TYPO3-english] HMENU/TMENU: Don't display siblings of parent pages

2012-08-21 Thread Loek Hilgersom
Try using something like this on level 1 or 2 (depending where you start): NO.stdWrap.cObject ACT = 1 ACT { ... } That should hide all non-active items. You could make an exception for home, or render conditional content in the cObject. Maybe

Re: [TYPO3-english] TCA searchFields only works with BE admin

2012-08-31 Thread Loek Hilgersom
Hi Dominic, Did you add [$tableName]['ctrl']['searchFields'] to the TCA of your extension? Starting from TYPO3 4.6 the BE-search does not work by default on every table. By default, it searches uid and pid for admin-users only, for other fields and other users you have to set 'searchFields'.

Re: [TYPO3-english] TCA searchFields only works with BE admin

2012-08-31 Thread Loek Hilgersom
Are you using the latest 4.6 version? BE-search was broken in some earlier 4.6 releases. Loek On 31-08-12 09:56, Domi wrote: Hey Loek, yes all works for the BE admin. But not for any other restricted BE user. That is my problem at the moment. Do I need to add any specific values for

Re: [TYPO3-english] upload field in TT_news

2012-09-30 Thread Loek Hilgersom
Go to the extension manager and select 'HTMLarea RTE'. In the configuration there is an option 'Enable images in the RTE'. That should do it. Loek On 29-09-12 13:41, Rein van 't Veer wrote: Hi, I've been running typo3 since ages, and it always has given me a perfect flexibility in modifying

Re: [TYPO3-english] high resolution images

2012-10-15 Thread Loek Hilgersom
Hi Katja, I have never done this, but you could try this: Because browsers can also scale images, you can have TYPO3 render the images with a large pixel size, and still show them at a reasonable web-size by overruling the real picture size with CSS img width and height. I'm not sure what

Re: [TYPO3-english] Register usage and clearing

2012-11-01 Thread Loek Hilgersom
Hi Thomas, If you can't find an easier solution, you should be able to do it with a small PHP script using cObj-LOAD_REGISTER($conf, 'RESTORE_REGISTER') Hth, Loek Op 31-10-12 18:07, Thomas Skierlo schreef: Hi Christoph, Am 31.10.2012 13:28, schrieb Christoph: Hy Thomas What's wrong with

Re: [TYPO3-english] TYPO3 CMS 6.0 Category

2012-12-06 Thread Loek Hilgersom
Hi Christian, On 06-12-12 15:43, Christian Tauscher wrote: systemrecord category You can Create them, delete, edit even watch them in BE, but what the heck Even the core does not use them What ist the meaning of this? Could't find a place where this kind of Record is needed. It's

Re: [TYPO3-english] mail2ttnews and external cron service

2013-02-07 Thread Loek Hilgersom
Hi, You cannot run getmail_cli without cli_dispatch because mail2news needs some parts of TYPO3 initialized to be able to work. What you can do is either make create a FE-plugin that will call the parts that do the mail import, or you have to modify the init.php inside mail2news to

Re: [TYPO3-english] question about how to restore typo3 site

2013-02-25 Thread Loek Hilgersom
Hi, Yes, that should be enough, provided the backup files include symlinks if they were used, and the TYPO3 src package (which you don't necessarily need in your backup, you can just download it again). Loek On 25-02-13 13:51, tom liu wrote: Hi, Just want to check: I have backuped a

Re: [TYPO3-english] Replace constant inside a string - OT

2013-03-03 Thread Loek Hilgersom
In TSconfig you can't access constants at all, and afaik the include-statements are processed before any TypoScript parsing is done, so you can't use constants there. Loek On 01-03-13 11:42, Ralf-Rene Schröder wrote: a little bit OffTopic is there ANY possibility to use a constant (or any

[TYPO3-english] Extension Manager in 6.0.2 doesn't retrieve extension list from TER

2013-03-03 Thread Loek Hilgersom
Hi, On a fresh install with 6.0.2 I cannot import extensions from TER because the EM hangs when trying to retrieve the extension list from TER. Apache log says: PHP Fatal error: Call to a member function getUid() on a non-object in

Re: [TYPO3-english] Extension Manager in 6.0.2 doesn't retrieve extension list from TER

2013-03-03 Thread Loek Hilgersom
Hi Stefan, Thank you for the very fast reply. On 03-03-13 23:42, Stefan Neufeind wrote: Is your databse current? (though I doubt there were changes) - Installtool, DB compare Table and field definitions are OK. Could you try to clean the entries in extbase-cache-tables in the DB and

Re: [TYPO3-english] Extension Manager in 6.0.2 doesn't retrieve extension list from TER

2013-03-03 Thread Loek Hilgersom
-Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Loek Hilgersom Sent: Sunday, March 03, 2013 11:36 PM To: typo3-english@lists.typo3.org Subject: [TYPO3-english] Extension Manager in 6.0.2 doesn't retrieve extension

Re: [TYPO3-english] Extension Manager in 6.0.2 doesn't retrieve extension list from TER

2013-03-03 Thread Loek Hilgersom
On 04-03-13 00:04, Loek Hilgersom wrote: Ah, that's probably it! It appears to be doing something now. No, too bad, still not solved The fatal errors are solved, but the loading image keeps showing and nothing happens. It did fill up the table

Re: [TYPO3-english] Extension Manager in 6.0.2 doesn't retrieve extension list from TER

2013-03-04 Thread Loek Hilgersom
Hi Matthew, I checked, but the field is correctly set to http://repositories.typo3.org/mirrors.xml.gz I still don't have a clue why this is silently failing. Thanks, Loek On 04-03-13 09:18, Matthew Cooper wrote: Hello Check the entry in the tx_extensionmanager_domain_model_repository

Re: [TYPO3-english] Extension Manager in 6.0.2 doesn't retrieve extension list from TER

2013-03-04 Thread Loek Hilgersom
something more needs to be done now, which is included in the install wizard. Importing the static data did not seem to be enough. Anyone who can shed a light on this? Thanks, Loek On 04-03-13 10:20, Philipp Gampe wrote: Hi Loek Hilgersom, Loek Hilgersom wrote: An error occurred while

Re: [TYPO3-english] Associate FrontEnd users (Website users) to BackEnd user

2013-04-08 Thread Loek Hilgersom
Hi, There are a few extensions that will do this for you, they're just a little hard to find because the search term to use is not so obvious. Anyway, I've used simulatebe in the past, which worked fine back then, there is also dkd_feuser_belogin. Maybe there are more. Hth, Loek On

Re: [TYPO3-english] Condition to see if page has limited access

2013-04-08 Thread Loek Hilgersom
Hi Urs, I don't think such a condition exists, but you could create it using a userfunc [1]. Replacing the page content by a login box is certainly possible, but it sounds like you know that part. Loek [1]

Re: [TYPO3-english] tt_news how to set limit of news?

2013-04-17 Thread Loek Hilgersom
Hi, Please don't sent attachments to the list, many people can't read them anyway (see below). You can set the limit either in the plugin record (tab 'Other settings') or in Typoscript, with: tx_plugin.tt_news.limit or tx_plugin.tt_news.latestLimit (Depending on whether you use latest or

Re: [TYPO3-english] problem with naw_securedl

2013-06-11 Thread Loek Hilgersom
Hi Horace, naw_securedl creates a link for each download with a hash which is valid for a limited period of time. If you have the link, you can download the file until the link expires. If you make sure only users who are logged in can get the links, then only they can download the files.

Re: [TYPO3-english] TYPO3 site ripper (offline browser tool)

2013-07-10 Thread Loek Hilgersom
For just storing everything as static html you can also use httrack: http://www.httrack.com/ Loek On 10-07-13 15:28, Søren Malling wrote: Hi Logan, If you have a terminal, this command will help you wget --mirror --no-parent --convert-links http://www.domain.com Enter your own domainname

Re: [TYPO3-english] Vote for TYPO3 @ http://bitnami.com packaging service for XAMPP

2013-07-17 Thread Loek Hilgersom
And there we go, +1 On 17-07-13 22:26, d.ros wrote: http://bitnami.com/contest Seach for TYPO3 and make a vote. Takes less than 30 Seconds to make TYPO3 more popular ! Answer additionally here with a +1 in this thread to keep track who hit the button :-) Cheers David

Re: [TYPO3-english] can't login to backend after moving to new server

2013-08-18 Thread Loek Hilgersom
Hi Peder, My first guess would be that there's something wrong with the filesystem permissions. Log in to the install tool and check if all requirements are correct. Loek PS: please open a new thread instead of replying to a message in the newsgroup, you're message now gets sorted under

[TYPO3-english] Bizar RTE rendering with v4.5 on PHP5.4

2013-09-29 Thread Loek Hilgersom
Hi all, Last week I upgraded several sites to use PHP 5.4 and today I discovered some really weird and problematic behaviour: In a standart tt_content text record there is this content in the database: h32013 /h3 iWerkgroep De Negentiende Eeuwbr //iCongres 'Keerpunt 1813', Amsterdam,

Re: [TYPO3-english] Bizar RTE rendering with v4.5 on PHP5.4

2013-09-29 Thread Loek Hilgersom
still welcome! Loek On 29-09-13 15:02, Loek Hilgersom wrote: Hi all, Last week I upgraded several sites to use PHP 5.4 and today I discovered some really weird and problematic behaviour: In a standart tt_content text record there is this content in the database: h32013 /h3 iWerkgroep De

Re: [TYPO3-english] Bizar RTE rendering with v4.5 on PHP5.4

2013-09-30 Thread Loek Hilgersom
even better! Loek On 30-09-13 10:53, Muriel le Pair wrote: Op 29-09-13 18:56, Loek Hilgersom schreef: Tonight further with debugging. Any hints still welcome! Hi Loek, Did you check in PhpMyadmin if the collation has been set to utf-8? If using other collotations strange things start

Re: [TYPO3-english] finding 3 character words in indexed search

2013-10-25 Thread Loek Hilgersom
Hi Henjo, I'm not sure about this because I haven't been using this for a long time, but since Indexed Search has been revised it makes use full-text search features of MySQL. For MySQL's full-text search has a configuration setting on server level that defines the minimum word length. To

Re: [TYPO3-english] Install Tool cant access local mysql

2013-11-14 Thread Loek Hilgersom
Hi Peter, I just ran into this situation with a 6.2-dev installation. TYPO3 could not connect to localhost, although username and password are correct. It did work after changing to TCP/IP by connecting to 127.0.0.1 instead. Let me know if it works with 127.0.0.1, I think the cause is a bug

Re: [TYPO3-english] Install Tool cant access local mysql

2013-11-14 Thread Loek Hilgersom
On 14-11-13 10:15, Loek Hilgersom wrote: Hi Peter, I just ran into this situation with a 6.2-dev installation. TYPO3 could not connect to localhost, although username and password are correct. It did work after changing to TCP/IP by connecting to 127.0.0.1 instead. Let me know if it works

Re: [TYPO3-english] TYPO3-powered intranet case studies anyone?

2013-11-14 Thread Loek Hilgersom
Hi Francois, Did you get a bit of picture of TYPO3-based intranet solutions? Thanks, Loek On 27-02-13 09:12, François Suter wrote: Hi all, We need to convince a client that TYPO3 can be a valid solution for managing an Intranet. I googled a bit for interesting case studies, but I found only

Re: [TYPO3-english] Install Tool cant access local mysql

2013-11-14 Thread Loek Hilgersom
Hi Peter, Meanwhile I also found the solution to my specific problem: my self-compiled php-versions did not get the correct default mysql socket setting. It was solved by setting the socket in php.ini for mysql, mysqli and pdo: mysqli.default_socket = /var/run/mysqld/mysqld.sock

Re: [TYPO3-english] TYPO3-powered intranet case studies anyone?

2013-11-14 Thread Loek Hilgersom
Too bad. Thank you for responding anyway. Loek On 14-11-13 17:39, François Suter wrote: Hi Loek, Did you get a bit of picture of TYPO3-based intranet solutions? No, not more than at the time. Cheers ___ TYPO3-english mailing list

Re: [TYPO3-english] Personalized frontend content ext.?

2014-01-06 Thread Loek Hilgersom
Hi, I haven't tried and it's a bit old, no idea if it still works, but you can have a look at this one: http://typo3.org/extensions/repository/view/dlcube_dashboard Maybe it gets you started. Loek On 03-01-14 15:01, Pero Peric wrote: Hi, I'm searching for TYPO3 ext. for frontend content

[TYPO3-english] Minifying JS and CSS, good tools or extensions?

2014-04-25 Thread Loek Hilgersom
Hi all, I've been using the extension js_css_optimizer to concatenate and minify JS and CSS files and it worked almost, except that I keep having issues on a large multi-domain site: apparently it re-generates the cache files quite frequently, eventhough the CSS and JS hadn't changed. And

Re: [TYPO3-english] include TypoScript according to type (tt_news, tt_content)

2014-05-11 Thread Loek Hilgersom
Hey Robert, You'll need an extra query to achieve that, unless you'll be able to access the data from the news records from some place where it's already been retrieved. If that's done in TypoScript then you can store the values in a register to avoid the extra query. With the query it will

Re: [TYPO3-english] include TypoScript according to type (tt_news, tt_content)

2014-05-11 Thread Loek Hilgersom
21:56, Loek Hilgersom wrote: Hey Robert, You'll need an extra query to achieve that, unless you'll be able to access the data from the news records from some place where it's already been retrieved. If that's done in TypoScript then you can store the values in a register to avoid the extra query

Re: [TYPO3-english] include TypoScript according to type (tt_news, tt_content)

2014-05-12 Thread Loek Hilgersom
, schrieb Loek Hilgersom: Oh, sorry, the example is still using some register here, should be this of course: 10 = CASE 10 { //key.data = register:tt_news_type key.cObject = RECORDS key.cObject { tables = tt_news dontCheckPid = 1

Re: [TYPO3-english] Minifying JS and CSS, good tools or extensions?

2014-05-12 Thread Loek Hilgersom
/classes/hooks/class.tx_js_css_optimizer_hooks.php On 25-04-14 15:33, Loek Hilgersom wrote: Hi all, I've been using the extension js_css_optimizer to concatenate and minify JS and CSS files and it worked almost, except that I keep having issues on a large multi-domain site: apparently it re

[TYPO3-english] TYPO3 on a NFS filesystem

2014-05-13 Thread Loek Hilgersom
Hi all, I'm maintaining a large site that is using a networked NFS filesystem. I had several issues with this, due to some bugs in PHP (PHP sometimes reports FALSE on file-operations, eventhough the operation succeeds). Also locking of file-operations appears to be buggy on NFS. Today there

Re: [TYPO3-english] PAGE in COA_INT?

2014-05-14 Thread Loek Hilgersom
Hi Jacco, For performance reasons I wouldn't put the burden of generating anything random onto TYPO3. I often use a small PHP script that generates a random stylesheet. You can link it from TS using page.headerData (to allow adding the parameters, but also to avoid any minifiers trying to

Re: [TYPO3-english] PAGE in COA_INT?

2014-05-14 Thread Loek Hilgersom
Hey Jacco, On 14-05-14 18:53, Jacco van der Post wrote: I wonder which of these script has the best performance. The advantage of my solution is that you just include it as cached content in Typoscript, because the line that TYPO3 generates doesn't change, it's just a link to a CSS file.

Re: [TYPO3-english] any working form for 6.2.2?

2014-05-16 Thread Loek Hilgersom
Hi Katja, I've used the sysext form for a simple contact form without problems in 6.2.2. (To be honest, I've set it up with 6.2.0 but meanwhile the site is running on 6.2.2). The only thing I forgot at first was to include the static typoscript, but once that was done it worked fine. Loek

Re: [TYPO3-english] Banner Slider Issue Typo3 please help me

2014-05-17 Thread Loek Hilgersom
Hi, In order to get some useful answers you'll need to provide some more essential information, like: which TYPO3 version? is your code part of some extension or are you writing your own? if not, what template engine are you using? what kind of output do you get, are you seeing the div, but

[TYPO3-english] Show different page icon in BE when

2014-05-19 Thread Loek Hilgersom
Hi all, I'd like to have the backend show a different page icon when something is set in 'Show Content from Page'. Just like you get a little arrow on the icon when you make a shortcut. That would take away a lot of confusion for editors (trying to put content on a page and wondering why

Re: [TYPO3-english] Show different page icon in BE when

2014-05-20 Thread Loek Hilgersom
I also had to clear the opcode cache to see my changes, but it worked! Thanks, Loek On 19-05-14 21:39, Jigal van Hemert wrote: Hi, On 19-5-2014 17:39, Loek Hilgersom wrote: I'd like to have the backend show a different page icon when something is set in 'Show Content from Page'. Just like

Re: [TYPO3-english] 6.2 Frontend css problems

2014-05-22 Thread Loek Hilgersom
Hi Toni, Just some checks to make sure: - open install tool and check if all requirements are met - clear all caches in install tool clear opcode cache I don't how you 'moved it to be live', but under some conditions you might have to remove all extbase cache tables. Hth, Loek On 22-05-14

  1   2   >