[TYPO3-english] indexed_search: Searching also ASCII chars?

2011-11-11 Thread Arno Dudek
Hi, Found no info for this problem, but is it possible to search only by ascii string? For example what I mean: There is a text indexed like "Business riešenia" If you search "Business riešenia", there are results listed. But if the user search for "Business riesenia", there are no results.

Re: [TYPO3-english] indexed_search: Searching also ASCII chars?

2011-11-11 Thread arno dudek
Am 11.11.11 14:09, schrieb Dmitry Dulepov: That depends on your database collation. With collations you can make "š" to be treated like "s". By default collations are xxx_general_ci or xxx_bin_ci, which means they treat all characters literally. Hi Dmitry! Works! Thanks! lg arno

Re: [TYPO3-english] indexed_search: Searching also ASCII chars?

2011-11-11 Thread arno dudek
Am 11.11.11 14:09, schrieb Dmitry Dulepov: That depends on your database collation. With collations you can make "š" to be treated like "s". By default collations are xxx_general_ci or xxx_bin_ci, which means they treat all characters literally. Wait! Works partial. I changed the table and th

[TYPO3-english] Comments extension with answers

2012-01-16 Thread Arno Dudek
Hi list! Does anybody know a comment extension where you can handle answers? Or where you can comment comments? Like here: http://api.jquery.com/all-selector/ Hope you can help me find one. lg arno ___ TYPO3-english mailing list TYPO3-english@lists

Re: [TYPO3-english] Comments extension with answers

2012-01-16 Thread Arno Dudek
Otto: Hello Arno, Since a short while i use disqus. There is an extension available in the ter. Look at www.disqus.com. Is free and has a lot of possibilities. Example on www.puurgezond.nl. Kind regards, Otto van Bruggen Op 16 jan. 2012 om 19:27 heeft Arno Dudek het volgende geschreven: Hi list!

Re: [TYPO3-english] Comments extension with answers

2012-01-23 Thread Arno Dudek
Hi Otto! Thanks for the additional infos! lg arno ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] missing fields in powermail

2012-03-08 Thread Arno Dudek
Hi list! Using powermail 1.6.4 with T3 4.6.4. When I use the powermail form with a backend user different fields are not visible, e.g. the checkbox for mandatory. I can see it only as admin. The flexform definitions (powermail/lib/def/def_field_text.xml) shows the exclude property. But there

Re: [TYPO3-english] missing fields in powermail

2012-03-08 Thread Arno Dudek
Thanks a lot for the info! lg arno ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Redirect index.php?id=xx with realURL

2012-03-22 Thread Arno Dudek
Hi list! Have a problem with realURL of redirecting pages like index.php?id=xx in the realURL module. Are these redirects possible? At my site they don't work. But other redirects like "/contacts/" works. thanks & lg arno ___ TYPO3-english mailing

Re: [TYPO3-english] Redirect index.php?id=xx with realURL

2012-03-23 Thread Arno Dudek
ld and Permanent redirect is checked will not work. But this setting will work: Redirect from: /test/ (or /test.html) Redirect to: /o-nama.html I use the default .htaccess with the scriptmerger settings. lg arno Am 22.03.12 17:20, schrieb Philipp Gampe: Hi Arno, Arno Dudek wrote: Hi l

Re: [TYPO3-english] Redirect index.php?id=xx with realURL

2012-03-23 Thread Arno Dudek
e. lg arno Am 23.03.12 13:32, schrieb Philipp Gampe: Hi Arno , Arno Dudek wrote: I mean the redirects in the module "Info" (left side) -> "RealURL management" -> "Show: Redirects" Ah ok. When I set there the following redirect Redirect from: /index.php

Re: [TYPO3-english] Redirect index.php?id=xx with realURL

2012-04-03 Thread Arno Dudek
Thanks, I've seen this extension. But I think it will work only with T3 pages. But the old URLs are from joomla. lg arno ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] CONTENT within CONTENT

2012-04-03 Thread Arno Dudek
Hi list! I try to make a menu for tt_news like AMENU but already expanded. For this I search first for the year, than for the articles. But it don't works like expected. Using 4.7.0beta3 This will work as expected and give mit two years of 2005 and 2006. (There are two articles one of 2005 an

Re: [TYPO3-english] CONTENT within CONTENT

2012-04-03 Thread Arno Dudek
I think I found the solution. The CONTENT object register every record by it's uid, so just add the uid to the selectFields: (tslib_content_Content line 133) if (!$GLOBALS['TSFE']->recordRegister[$conf['table'] . ':' . $row['uid']]) { ___ TYPO3-engl

[TYPO3-english] override with empty values

2012-04-23 Thread Arno Dudek
Hi List! I've here a tricky problem and hope someone have an answer. I use powermail with multipage and dbEntry. For the fields I use the type typoscript to create an userdefined field. If the form filled out and go to the next page the values are written to the session. When I go back, th

[TYPO3-english] extbase: searching in a list field

2012-04-25 Thread Arno Dudek
Hi List! How can I search comma seperated list with extbase? For this I have a field in the DB and TCA is defined as 'run' => array( 'exclude' => 1, 'label' => 'Wake-Up Run', 'config' => array(

Re: [TYPO3-english] extbase: searching in a list field

2012-04-26 Thread Arno Dudek
Answer myself: It looks like this will not supported. I do it like this now. $reservations = $query->matching( $query->logicalOr( $query->equals('run', '27'), $query->like($'run', '27,%'), $query->like($'run', '%,27'), $quer

[TYPO3-english] TYPO3_6-0-0alpha1 with EGit

2012-05-25 Thread Arno Dudek
Hi List! Can sombody help me with git, please? I'm using Aptana with EGit. In the tag list I can see all Versions up to TYPO3_4-7-0. But I can't see the tags "TYPO3_6-0-0alpha1", and "TYPO3_4-7-0" too, like in the repository (http://forge.typo3.org/projects/typo3v4-core/repository/show?rev=TY

Re: [TYPO3-english] TYPO3_6-0-0alpha1 with EGit

2012-05-25 Thread arno dudek
Thanks a lot! lg arno Am 25.05.12 10:35, schrieb Philipp Gampe: Hi Kay, Kay Strobach wrote: git pull nope, $ git fetch --tags Note: In some versions (or all) you can not combine --tags with --all. Cheers ___ TYPO3-english mailing list TYPO3-e

[TYPO3-english] Pushing with EGit

2012-05-28 Thread arno dudek
Hi List! I've troubles with EGit (with Aptana). I used the doc http://wiki.typo3.org/Contribution_Walkthrough_with_EGit to do some changes. I think I've got it to "Pushing the change to Gerrit" (http://wiki.typo3.org/Contribution_Walkthrough_with_EGit#Pushing_the_change_to_Gerrit) so far.

Re: [TYPO3-english] Pushing with EGit

2012-05-29 Thread arno dudek
Yeah! I've got it! :D lg arno ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Form action corrupt

2012-08-22 Thread Arno Dudek
Hi List! I have a problem with the form action of powermail. But it this must not be a problem of powermail. I'm using T3 v6.0.0alpha3 and the latest powermail version on two sites. On the one it works on the other not and I don't find the solution. The problem: On both sites the action loo

Re: [TYPO3-english] exclude certain page from realurl path

2012-08-22 Thread Arno Dudek
In the page settings (in this case of "page") you'll find an option "Exclude from speaking URL". lg arno Am 22.08.12 15:14, schrieb Muriel le Pair: Hi, Is it somehow possible to exclude a certain page from the realurl path? So for instance: www.domain.com/page/extension/ Should be: www.doma

Re: [TYPO3-english] Random content via TypoScript

2012-08-22 Thread Arno Dudek
lib.topimage = COA_INT lib.topimage { 10 = CONTENT 10 { table = tt_content select { pidInList = 51 max = 1 orderBy = RAND() # @see http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.6.0/view/1

Re: [TYPO3-english] exclude certain page from realurl path

2012-08-22 Thread Arno Dudek
Clear the RealURL cache in Web->Info "ID-to-path mapping" lg arno Am 22.08.12 16:03, schrieb Muriel le Pair: Op 22-08-12 15:22, Arno Dudek schreef: In the page settings (in this case of "page") you'll find an option "Exclude from speaking URL".

Re: [TYPO3-english] exclude certain page from realurl path

2012-08-22 Thread Arno Dudek
Am 22.08.12 16:03, schrieb Muriel le Pair: removed all cache and realurl cache Oh you've done it ;), than listen to Jigal. lg arno ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-engl

[TYPO3-english] Access denied at file import

2012-08-23 Thread Arno Dudek
Hi List! I'm not sure if this is a bug or a permission issue. I got an "Access denied" message when I open the filebrowser, select some images and click "Import selection". It can be done as admin but not as normal user. But a normal user can insert an image by just click on it. So is there a

[TYPO3-english] TYPO3 v6.0.0alpha3 ;)

2012-08-23 Thread Arno Dudek
Would be necessary. ;) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] TYPO3 v6.0.0alpha3 ;)

2012-08-23 Thread Arno Dudek
Would be necessary. ;) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Access denied at file import

2012-08-23 Thread Arno Dudek
Permission "File Reference" is new to set. lg arno Am 23.08.12 09:15, schrieb Arno Dudek: Hi List! I'm not sure if this is a bug or a permission issue. I got an "Access denied" message when I open the filebrowser, select some images and click "Import selection

Re: [TYPO3-english] Access denied at file import

2012-08-23 Thread Arno Dudek
Thanks, found it already. But you have to allow the new table "File Reference". lg arno Am 23.08.12 16:10, schrieb Sergey Alexandrov: Edit an user, switch to the "Mounts and Workspaces" tab, there is "Fileoperation permissions" section On 8/23/2012 9:23 AM,

Re: [TYPO3-english] Form action corrupt

2012-09-04 Thread Arno Dudek
Found the solution. The base URL was without "www.". After redirect the URL was decoded twice. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] extbase TCA-validation not in action

2012-09-19 Thread Arno Dudek
Hi List! Are there some function to validate a model within an action? Like the form validation of an action? As example I upload a CSV-file and want to save the data to the DB. The domain model have some required fields defined in the TCA. Can I check them in any way without search the $GLOB

[TYPO3-english] Extbase query with bit operator

2012-09-22 Thread arno dudek
Hi List! In a model I have weekdays which are defined as checkboxes in the TCA. Will be there a query in extbase? (extbase 4.7.4) I only found this with the same question but without solution: http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2010-November/007160.html Hope you can help

[TYPO3-english] RealURL: ASCII chars for hungarian language

2012-11-05 Thread Arno Dudek
Hi list! I'm looking for a solution like described here: http://forge.typo3.org/issues/15690 The patch will be only for latvian language. Is there a way to use plain ASCII chars for hungarian language? Like: Pagetitle: Üzleti URL: /uezleti.html Correct URL: /uzleti.html Thanks a lot! lg arn

[TYPO3-english] Migrate SVN to GIT repository

2013-03-16 Thread arno dudek
Hi List! Is it possible to migrate my extensions from the forge SVN to GIT repository? I've read that an access to srv04.typo3.org is required. Is there an other way to do this? Or how can I manage this? lg arno ___ TYPO3-english mailing list TYPO

Re: [TYPO3-english] Migrate SVN to GIT repository

2013-03-16 Thread arno dudek
Thanks for you answer! Found one http://forge.typo3.org/issues/36048 But the last comment is nearly one year old :/ lg arno Am 16.03.13 15:24, schrieb Stefan Neufeind: On 03/16/2013 11:39 AM, arno dudek wrote: Hi List! Is it possible to migrate my extensions from the forge SVN to GIT

[TYPO3-english] Best way to set storagePid for foreign tables

2013-04-10 Thread Arno Dudek
Hi List! I'm looking for the configuration of the storagePid for foreign tables in an extbase extension. For example I have a table for the extension with the configuration plugin.tx_ext.persistence.storagePid = {$plugin.tx_ext.persistence.storagePid} In this extension I have a TCA field f

Re: [TYPO3-english] Best way to set storagePid for foreign tables

2013-04-10 Thread Arno Dudek
IdList' ? 'AND tt_address_group.pid IN ( ###PAGE_TSCONFIG_IDLIST### )' : ( '' ) ) ) ), Hope this works lg arno Am 10.04.13 09:2

[TYPO3-english] FAL fetch image with listNum

2013-07-09 Thread Arno Dudek
Hi list! I searched today for a solution to get the first or second image out of the pages media field, but didn't find a solution. Is this already implemented/possible in v6.0.6? I just found only a solution with levelfield, but I use it like this: references { table = pages

Re: [TYPO3-english] FAL fetch image with listNum

2013-07-10 Thread Arno Dudek
ld be 1,2,3…, if etc. But the registered variable I set in "10" was not defined in if.value.data = register: counter I solved it in the way to set the variable in the if function directly. lg arno Am 09.07.13 17:06, schrieb Arno Dudek: Hi list! I searched today for a solution to g

[TYPO3-english] News-List for Neos?

2015-02-06 Thread Arno Dudek
I just configured the Newsreader and looking for the Neso-List which I can see here: http://lists.typo3.org/cgi-bin/mailman/listinfo I can only see the typo3 and flow list. What I have done wrong? Server: lists.typo3.org:119 usind Thunderbird. lg arno _

Re: [TYPO3-english] News-List for Neos?

2015-02-07 Thread Arno Dudek
Got it, great and thanks! lg arno Am 07.02.15 um 09:15 schrieb Jigal van Hemert:> Hi, > > typo3.projects.typo3-5_0.general is the news group for Neos. > flow3.general is the general group for Flow issues. > > There is also a channel on Slack. Technically it's invite-only, but > anybody can join

[TYPO3-english] RealUrl with multidomain, multilanguage and cross linking

2015-06-16 Thread Arno Dudek
Hi! I've an advanced question related to multidomain and multilanguage. The tree looks like this: website1.com (root) - en -- ... - de -- ... website2.com (root) - page1 - page2 - ... The website1.com is a multilanguage with the multi-tree-concept. website2.com is build in one-tree-concept.

Re: [TYPO3-english] RealUrl with multidomain, multilanguage and cross linking

2015-06-16 Thread Arno Dudek
I think I found a solution, but it seem it will be more a workaround. With this addition it will work. Better solutions are welcome :) $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array( '_DOMAINS' => array( 'encode' => array( array(

[TYPO3-english] Using TYPO3.CMS.git as submodule

2015-09-16 Thread Arno Dudek
Hi! I used until now the GIT repoitory "TYPO3.CMS.git" as submodule for comfortable updates. With TYPO3 v7.x this is not possible anymore cause missing vendor directory. (Related issue: https://forge.typo3.org/issues/68054) Next to "TYPO3.CMS.git" I found now the repository "TYPO3CMS/Distr

Re: [TYPO3-english] TCA override accessible only for specific ext.

2015-09-16 Thread Arno Dudek
Hi! If you have news installed, you can look there how they do it with the field "showinpreview". Look in the files news/Configuration/TCA/Overrides/sys_file_reference.php and news/Configuration/TCA/tx_news_domain_model_news.php (line 722 ff.) lg arno __

Re: [TYPO3-english] TCA override accessible only for specific ext.

2015-09-16 Thread Arno Dudek
I don't exacly know what your extension do, but usually you have a model with an image, which references to sys_file_reference. e.g. you have the field tx_bbhelpers_domain_model_thumbnail in you model, you can configurate the TCA like in the extension news. In this case only the content element

Re: [TYPO3-english] Using TYPO3.CMS.git as submodule

2015-09-17 Thread Arno Dudek
Hi Viktor! Thanks for your answer. "Why simple if it can be complicated." :) This will be indeed a radical change. We now using a running deploy process which includes resources as submodule if possible. Before TYPO3 v7 it was easy to update the core and the extension by just switching the t

Re: [TYPO3-english] Using TYPO3.CMS.git as submodule

2015-09-17 Thread Arno Dudek
Hi Viktor, You bring me up to an idea: I'm not so versed in using composer, but is it possible to set my own composer.json in the project dir and load the vender-stuff in the project-root, so I can keep the typo3 repo clean? I think about to override only single stuff like "config":

Re: [TYPO3-english] Using TYPO3.CMS.git as submodule

2015-09-18 Thread Arno Dudek
Hi Viktor! Thanks for yous suggestions, I think it will fail cause of $classLoader = require __DIR__ . '/vendor/autoload.php'; in the index.php files :( So back to roots. I try on forge if the developer can initiate a working repo again. lg arno Am 18.09.15 um 10:36 schrieb Viktor Livakivsky

Re: [TYPO3-english] Using TYPO3.CMS.git as submodule

2015-09-18 Thread Arno Dudek
Hi Xavier! If you from the TYPO3 CMS Team, you can possible answer the question, why there is no extra git repo with the distributed releases? For the download they have to create one anyway. If you also have a need of it, there will be some more who will find this useful. (just a suggestion

Re: [TYPO3-english] Using TYPO3.CMS.git as submodule

2015-09-21 Thread Arno Dudek
share! Get involved: typo3.org -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english- boun...@lists.typo3.org] On Behalf Of Arno Dudek Sent: Friday, September 18, 2015 2:12 PM To: typo3-english@lists.typo3.org Subject: Re: [TYPO3-english] Using TYPO3.CMS.

Re: [TYPO3-english] Using TYPO3.CMS.git as submodule

2015-09-21 Thread Arno Dudek
Yes, it's not evil. But it's more individual configuration for every customer. My credo is always: Keep it simple. Also if there is more configuration for each project, there will be more space for errors and at least not every server will support this. lg arno Am 21.09.15 um 11:56 schrieb Ma

Re: [TYPO3-english] Using TYPO3.CMS.git as submodule

2015-09-21 Thread Arno Dudek
The project is developed local with a git repo in a dev-branch. Next to the dev branch there is a staging and a master branch. staging is on our server and master on the live server. After push staging or master, it will be depoly to the correspondig server. Our server we can configure as we wan

[TYPO3-english] User function in localconf

2016-01-14 Thread Arno Dudek
Hi! I've a questen about the new style in the localconf.php. What is the advantage of writing the configuration within a function? Like here in the news extension: https://git.typo3.org/TYPO3CMS/Extensions/news.git/blob/HEAD:/ext_localconf.php $boot = function () { [...] }; $boot(); unse

Re: [TYPO3-english] User function in localconf

2016-01-15 Thread Arno Dudek
influence other exts in the worst case. I usually do not even declare a variable for the function itself as this one is already global as well. -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english- boun...@lists.typo3.org] On Behalf Of Arno Dudek Sent

[TYPO3-english] Difference of TCA label

2016-06-14 Thread Arno Dudek
Hi! I just want to ask what's the difference between the TCA labels are: $TCA['tt_content']['column']['layout']['label' = 'LLL:EXT:lang/locallang_general.xlf:LGL.layout'; and if it's defined in the palette definition: $TCA['tt_content']['palettes']['frames']['showitem' = ' layout;LLL:EX

Re: [TYPO3-english] RealURL configuration country and language

2016-06-15 Thread Arno Dudek
Hi! Yes it's possible. But "de-en" is no ISO format: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes The first part is the language, the second the country. If you are about to optimize for SEO, you should use for this cases, where you have company branches in different coutries, the top