Re: [TYPO3-english] Fluid and categories (TYPO3 6.2.x): render a multilevel menu for Bootstrap 3.x

2016-09-16 Thread Loek Hilgersom
[BENDOO e-work solutions] wrote: Hello Loek! Thanks for your suggestion! I'll test it and let you know if it worked! Thanks again! Bert On 15/09/16 15:45, Loek Hilgersom wrote: Hi Bert, It is possible to do this inside fluid, but not very elegant (you'll need to loop over all categories and first

Re: [TYPO3-english] Fluid and categories (TYPO3 6.2.x): render a multilevel menu for Bootstrap 3.x

2016-09-15 Thread Loek Hilgersom
Hi Bert, It is possible to do this inside fluid, but not very elegant (you'll need to loop over all categories and first pick only root categories, and for each category you'll have to loop over all again to see if there are any children not exactly optimal). But the amount of code is

Re: [TYPO3-english] cookieDomain issue [SOLVED]

2016-03-04 Thread Loek Hilgersom
problems with Chrome. It would have been nice if browsers would give priority to the cookie with the closest domain match, but only Safari does that. Loek [1] http://www.sitepoint.com/3-things-about-cookies-you-may-not-know/ On 05-03-16 00:13, Loek Hilgersom wrote: Hi Jigal and others, I

Re: [TYPO3-english] cookieDomain issue [SOLVED]

2016-03-04 Thread Loek Hilgersom
environments. Problem solved! The cookieDomain stays set to .domain.com, (and .test.domain.com / .acceptation.domain.com for the other environments, though they would also work with .domain.com) Hope this helps anyone. Loek On 15-02-16 10:37, Loek Hilgersom wrote: Hi Jigal, Thanks again, and good

Re: [TYPO3-english] cookieDomain issue

2016-02-15 Thread Loek Hilgersom
now and then a new one, so I hope to find a solution where I don't have to declare each one of them explicitly. Loek On 15-02-16 09:19, Jigal van Hemert wrote: Hi, On 14/02/2016 20:52, Loek Hilgersom wrote: Now I'll dig into building a regexp to exclude those 2 subdomains while including

Re: [TYPO3-english] cookieDomain issue

2016-02-14 Thread Loek Hilgersom
-16 21:30, Jigal van Hemert wrote: Hi, On 12/02/2016 11:42, Loek Hilgersom wrote: I'm having an issue with the [SYS][cookieDomain] setting. I have a production server on www.domain.com, including a number of subdomains, and test and acceptation servers on test.domain.com and acceptation.domain.com

[TYPO3-english] cookieDomain issue

2016-02-12 Thread Loek Hilgersom
Hi all, I'm having an issue with the [SYS][cookieDomain] setting. I have a production server on www.domain.com, including a number of subdomains, and test and acceptation servers on test.domain.com and acceptation.domain.com. Because we need the cookieDomain set at '.domain.com' we are

Re: [TYPO3-english] TYPO3 7.x search

2015-10-27 Thread Loek Hilgersom
Hi, The development version of Solr is already working to some extend with v7, you have to take the version from here: https://github.com/TYPO3-Solr/ext-solr A fully compatible version is planned for after the release of TYPO3 7 LTS. Also ke_search is actively maintained and the current TER

Re: [TYPO3-english] 4.1 6.2 7.3

2015-06-19 Thread Loek Hilgersom
Hi Jan, I had to upgrade a 3.6 (!) site a while ago and just went from 3.6 to 4.2 and 4.5. That worked fine, I'm not sure if any migrations are missing in that case. I'd say, try it but keep a backup ;-) Loek On 19-06-15 08:33, bernd wilke wrote: Am 19.06.15 um 08:15 schrieb Jan Bednarik:

Re: [TYPO3-english] How to inherit t3s_headerslider from parent page

2015-06-18 Thread Loek Hilgersom
On 18-06-15 11:07, bernd wilke wrote: Am 17.06.15 um 09:12 schrieb Jeppe Donslund: lib.t3sheaderslider.slide = -1 doesn't seem to work. sliding can only be done on content objects. It can also be used on those page properties which are part of the RootLineFields, e.g. the files/media

Re: [TYPO3-english] AWStats in 6.2

2015-06-17 Thread Loek Hilgersom
wrote: Hi Loek, First of all thanks for creating this extension for those that are interested. Can you please update your depedency contraint to 6.2 or higher? 6.0 and 6.1 are not supported anymore. Thanks. Wouter Wolters TYPO3 CMS Active Contributor Loek Hilgersom schreef op 15-6-2015 om 14:54

Re: [TYPO3-english] AWStats in 6.2

2015-06-15 Thread Loek Hilgersom
It's been on my wish list, for small projects AWstats has often been a quick and easy statistics solution. And so it happened, in about 15 min. (according to typo3.org) you should see a new extension 'retrostats' in TER which re-introduces the old apache-style logging using the same

Re: [TYPO3-english] Randomly Display tt_news Item with TypoScript

2015-06-11 Thread Loek Hilgersom
Hi Scotty, You need to make a join with the tt_news_cat_mm table: select { pidInList = 381 max = 1 orderBy = rand() join = tt_news_cat_mm ON uid=uid_local where = image != '' AND uid_foreign=5 } You'll have to replace 5 by the uid of your category. Side note: this does not check if

[TYPO3-english] FAL Typoscript question

2015-03-20 Thread Loek Hilgersom
Hi all, While upgrading a number of sites to 6.2 I noticed that I did not need to change the Typoscript for rendering things like fe_user images. It looks like it doesn't even need the treatIdAsReference=1 setting, is that correct? Of course I did make the necessary changes for rendering

Re: [TYPO3-english] [TYPO3-core] Announcing TYPO3 CMS 7.1

2015-03-04 Thread Loek Hilgersom
In addition to Stefan's reply: there should be no problem running the current Long Term Support version (6.2) on that configuration. Loek On 04-03-15 10:55, George Manabe wrote: Hi, I'm George I would like to use TYPO3, but my hosting services is as follows: # php -v PHP 5.4.36 (cli)

Re: [TYPO3-english] Small but annoying problem in multilingual site

2015-03-04 Thread Loek Hilgersom
Hi Nico, Just a little checklist: 1. Did you add a condition with settings for the extra language similar to this? [globalVar = GP:L = 2] config { sys_language_uid= 2 language= de locale_all = de_DE.UTF-8

Re: [TYPO3-english] Strange characters concatenated to my URLs

2015-02-17 Thread Loek Hilgersom
Hi Ivan, As soon as the L-parameter gets a value, TYPO3 will preserve it in subsequent links, so you'll have to find out where those strange values are added to the url, maybe there is a specific page where that starts? Or could the site possibly be hacked? The other thing you should do is

Re: [TYPO3-english] typo3temp folder under NFS

2015-02-12 Thread Loek Hilgersom
Hi Sergio, I noticed last year that there were some unresolved issues regarding the locking, but I also ran into some longstanding bugs in PHP in dealing with NFS (producing incorrect warnings when unlinking files), which were still open... (sorry, cant find it back easily). You probably

Re: [TYPO3-english] typo3temp folder under NFS

2015-02-02 Thread Loek Hilgersom
I don't have a ready-made solution, I mentioned all steps I took in my last post. You should really be looking at places where files are frequently being written and rewritten. Problems could occur when 2 processes/servers are writing the same files simultaneously. So the Cache-directory is

Re: [TYPO3-english] typo3temp folder under NFS

2015-01-30 Thread Loek Hilgersom
Hi Sergio, I also experienced some issues with an installation having the entire filesystem on NFS. See the thread on this list at 13-5-2014. I'd suggest you experiment with different locking methods which you can set through the install tool. Which TYPO3 versions are talking about,

[TYPO3-english] realurl: is rootpage_id necessary?

2014-12-10 Thread Loek Hilgersom
Hi all, On a multi-domain site I discovered that the realurl configuration for rootpage_id was not done correctly in realurl_conf.php, but still everything seems to work fine. I tried e.g. to access sub1.domain.com/news and sub2.domain.com/news and both deliver the right - different - page.

Re: [TYPO3-english] TS: is there a way to count() for elements GP-variable?

2014-11-30 Thread Loek Hilgersom
Hi Bert, Two solutions I can think of: 1. (complicated) doing something with split and adding 1 for each rendered instance 2. (easy) using a simple userFunc with just this: return count(explode(',', $inputValue)); Hth, Loek On 30-11-14 18:37, Bert Hiddink [BENDOO e-work solutions] wrote:

Re: [TYPO3-english] Typoscript condition be_users-uid

2014-11-28 Thread Loek Hilgersom
Hi Sergio, Find out if there currently is a valid backend login: [globalVar = TSFE:beUserLogin = 1] This will match only with the backend user with UID 13: [globalVar = BE_USER|user|uid = 13] Straight from tsref:

Re: [TYPO3-english] Cache settings dilemma

2014-10-22 Thread Loek Hilgersom
Hi Viktor, Thanks a lot for this great answer, it's one of those new features which I new existed but had not seen the documentation for. (Only used the caching framework from PHP inside extensions so far) If I understand it correctly, a simple implementation would be to just add to

Re: [TYPO3-english] Cache settings dilemma

2014-10-22 Thread Loek Hilgersom
Hi Stephan, Thank you for the additional example, it's useful! Loek On 22-10-14 15:21, Stephan Schuler wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey Loek. You clearly want to use cache tags. If a new page renders news lists, the page needs to be tagged by

[TYPO3-english] Strange target=_blank in HMENU

2014-10-09 Thread Loek Hilgersom
Hi all, I have a strange issue with a straight forward HMENU: The root page (uid=2) adds an unintended target=_blank to the link. The page is set as root page in page properties, and it contains a domain record. Weird is that the link doesn't show a href=/ ... but it adds the full domain

Re: [TYPO3-english] CronJob is not working in typo3

2014-09-24 Thread Loek Hilgersom
Hi Manish, From your description it is not clear where the problem is, the cronjob, scheduler or direct mail. You probably know this, but just to be sure: the cronjob triggers the scheduler, and the scheduler triggers the individual scheduler task, such as the mailer from direct mail. In

[TYPO3-english] Cleaner Typoscript dataWrap solution?

2014-09-24 Thread Loek Hilgersom
Hi all, I'm staring at a Typoscript issue for which I have some solution, but it just looks too complicated for what it does. What I want is render a DB field, plus having the same content in the title-tag. The simplest approach would be this: 10 = TEXT 10 { field = title

Re: [TYPO3-english] magic image insertion

2014-09-22 Thread Loek Hilgersom
Hi Sebastien, There is a setting under 'All configuration' in the install tool: $TYPO3_CONF_VARS['GFX']['im_noScaleUp']. If you set it to 1, TYPO3 will only scale down images, but not scale up if you do not explicitly ask it to do so. And don't worry about your english, most people on this

Re: [TYPO3-english] Get rid of page title in mega menu level 2

2014-09-04 Thread Loek Hilgersom
Hi Wolfgang, There is no standard option for disabling the content of menu items, but you can overwrite it... with nothing, an empty cObject in this case. So just add this: 2.NO.stdWrap.cObject = TEXT or this (the same, but more obvious): 2.NO.stdWrap.cObject = TEXT

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

Re: [TYPO3-english] 6.2 Frontend css problems

2014-05-22 Thread Loek Hilgersom
On 22-05-14 15:30, Loek Hilgersom wrote: I don't how you 'moved it to be live', but under some conditions you might have to remove all extbase cache tables. hmmm, empty them, not _remove_ them of course ;-) ___ TYPO3-english mailing list TYPO3

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

[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] 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

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] 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.

[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] 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

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

[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] 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

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] 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] 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

[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] 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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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

  1   2   >