[TYPO3-english] Adding a custom language to Backend/Frontend

2018-05-15 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am looking for a way to add an extra, custom language to a TYPO3 installation, that is, I need add Spanish (Colombia) on top of the spanish language which is available per default in backend and frontend. Is this possible? If yes, is there a how-to/tutorial somewhere? Thanks in

[TYPO3-english] Update from TYPO3 7.x -> TYPO3 8.x: error with upgradeWizard from Install Tool

2017-06-23 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, When upgrading from 7.x to 8.7.2 and running the step "Execute database migrations on single rows" with the upgradeWizard from Install Tool, I get the following error: Argument 3 passed to TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::synchronizeFieldValues() must be of

[TYPO3-english] tx_news: extra sorting field in Backend

2017-02-16 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, According: https://docs.typo3.org/typo3cms/extensions/news/DeveloperManual/ExtendNews/ExtendFlexforms/Index.html#selectbox-sort-by ...an extra sorting field can be added to the backend-form like this: $GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['orderByNews'] .= ',tx_myext_myfield';

[TYPO3-english] TYPO3 6.2.x: adding extra fields to tx_news not showing up in front-end

2017-02-09 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I followed this example ...to add some extra fields to tx_news, it even includes a sample extension. In the backend, the added fields show up and I can add/edit values.

[TYPO3-english] TYPO3 7.x: is it possible to show hidden items with query SELECT

2017-01-31 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I was wondering if it is possible to do a TS-select which gives me also the hidden items: 10 = CONTENT 10 { ## Fetching the data table = tt_content select { pidInList = {$pidCalendar} where= colPos = 0 AND hidden=1 } ... I can do a query with a

[TYPO3-english] Showing only some branches of the category tree in backend-forms (pages, tt_content, tt_news) (TYPO3 6.2., 7.6.x)

2016-11-03 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, In order to show only some branches of the category tree in backend-forms (pages,tt_content,tt_news), I noticed that: TCEFORM.pages.categories.config.treeConfig.rootUid = 7 ...this works: only cats under catuid=7 are shown. [tested under TYPO3 6.2., 7.6.x] However, this does not seem

Re: [TYPO3-english] Typoscript: override for multiple checkboxes if these are checked: SOLVED!

2016-10-14 Thread Bert Hiddink [BENDOO e-work solutions]
insertData=1 } } } } } ... On 13/10/2016 09:49, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, I am with TYPO3 6.2 and tx_news. I have the following snippet: ... renderObj=TEXT r

[TYPO3-english] Typoscript: override for multiple checkboxes if these are checked

2016-10-13 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am with TYPO3 6.2 and tx_news. I have the following snippet: ... renderObj=TEXT renderObj { field=title wrap = name="tx_news_pi1[overwriteDemand][categories]" value="{field:uid}" id="chb{field:uid}" class="chbFilters" type="checkbox">|

[TYPO3-english] TYPO3 6.2 and tx_news 3.2.5: useStdWrap for search.fields

2016-10-03 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am using TYPO3 6.2 and tx_news 3.2.5 and want to override dynamicly the search fields to be taken into account when the visitor submits a search form. data = GP:tx_news_pi1|search|fields contains the value from the form. However, the snippet below does not work. ... settings

Re: [TYPO3-english] TYPO3 6.2.x: if.isInList not working as expected

2016-09-19 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Helmut, Thanks for testing! Indeed, when I rechecked my complete TS, there was an incomplete block I copied to this part, causing the problem. I fixed that and now it works as expected, a big thanks!!! Bert On 19/09/16 00:18, Helmut Hummel wrote: Bert Hiddink [BENDOO e-work solutions

[TYPO3-english] TYPO3 6.2.x: if.isInList not working as expected

2016-09-18 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I have a problem with if.isInList-statement ... renderObj.wrap.override.if { isInList.field = uid value.data = GP:tx_news_pi1|overwriteDemand|categories } ... The override-statement turns true if I send fe from the browser

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

2016-09-16 Thread Bert Hiddink [BENDOO e-work solutions]
:00, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, I need to render a multilevel menu from categories with Fluid, html should be something like this: Item 3 Subitem 1 Subitem 1 a Subitem 2 b Subitem 3 c Sub sub item 1

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

2016-09-15 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I need to render a multilevel menu from categories with Fluid, html should be something like this: data-toggle="collapse" data-parent="#MainMenu">Item 3 data-toggle="collapse" data-parent="#SubMenu1">Subitem 1 data-parent="#SubMenu1">Subitem 1 a

Re: [TYPO3-english] Restrict category-tree in News plugin (tx_news) by TCA

2016-06-13 Thread Bert Hiddink [BENDOO e-work solutions]
-flexform reads the categories from TCEFORM.tt_content.pi_flexform.PAGE_TSCONFIG_IDLIST = 565,2 Regards. Bert On 13/06/16 17:40, Bert Hiddink [BENDOO e-work solutions] wrote: On 13/06/16 17:13, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, In TYPO3 6.2.25/tx_news, I want to restrict

Re: [TYPO3-english] Restrict category-tree in News plugin (tx_news) by TCA

2016-06-13 Thread Bert Hiddink [BENDOO e-work solutions]
On 13/06/16 17:13, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, In TYPO3 6.2.25/tx_news, I want to restrict the category-tree when someone edits the plugin by flexform. However, the following: TCEFORM.tx_news_domain_model_news.categories.config.treeConfig { rootUid = 2

[TYPO3-english] Restrict category-tree in News plugin (tx_news) by TCA

2016-06-13 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, In TYPO3 6.2.25/tx_news, I want to restrict the category-tree when someone edits the plugin by flexform. However, the following: TCEFORM.tx_news_domain_model_news.categories.config.treeConfig { rootUid = 2 appearance.nonSelectableLevels = 0 } ...does not have any effect. Any

Re: [TYPO3-english] Sorting of global categories (sys_categories) in the backend

2016-06-13 Thread Bert Hiddink [BENDOO e-work solutions]
On 13/06/16 12:28, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, Is there a way per TS or elsewise to sortglobal categories (sys_categories) in the backend by "title" or "date"? Per default these are ordered by "sorting

[TYPO3-english] Sorting of global categories (sys_categories) in the backend

2016-06-13 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Is there a way per TS or elsewise to sortglobal categories (sys_categories) in the backend by "title" or "date"? Per default these are ordered by "sorting" afaics. Thanks and regards! Bert ___ TYPO3-english mailing list

Re: [TYPO3-english] Working version of AOL Linkhandler for TYPO3 6.2.x (6.2.25)

2016-05-26 Thread Bert Hiddink [BENDOO e-work solutions]
On 26/05/16 11:26, Matthias Eberlein wrote: Hi Bert, i use this version https://github.com/cobwebch/linkhandler and it works for me in tx_new regards maty Hello, And when I install the supposed TYPO3 6.2.x version, I get: #1: PHP Warning: Creating default object from empty value in

Re: [TYPO3-english] Working version of AOL Linkhandler for TYPO3 6.2.x (6.2.25)

2016-05-26 Thread Bert Hiddink [BENDOO e-work solutions]
Hallo Maty, But this is for the TYPO3 7.x branch? WHen force to install it on TYPO3 6.2.x, I get a fatal error: Fatal error: Call to undefined method TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile() in

[TYPO3-english] Working version of AOL Linkhandler for TYPO3 6.2.x (6.2.25)

2016-05-26 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I used a forked version of the AOL linkhandler for adding links from News since the version from the Extension-repository: https://github.com/Intera/typo3-extension-linkhandler However, now this version does not work anymore. Anyone has a working version for 6.2.25 & News (tx_news)?

[TYPO3-english] TYPO3 6.2.5 and News (latest version)

2015-11-23 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am customizing the flexform.xml for the News-plugin since I would like restrict the rendered categories to a certain pid. I can do that by using the marker ###STORAGE_PID### in the flexform: ... AND

[TYPO3-english] Customizing flexforms.xml ( TYPO3 6.2.5 and News (latest version)

2015-11-23 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am customizing the flexform.xml for the News-plugin since I would like restrict the rendered categories to a certain pid. I can do that by using the marker ###STORAGE_PID### in the flexform: ... AND

[TYPO3-english] Getting alternative values from the file-object...

2015-11-10 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, By separating the value of getText with // I can supply a number of codes and getText will return the first one, which is not empty (“” or zero). foo = field:header // field:title // field:uid However, can this also be done for the file-object, something like: {file:current:name //

[TYPO3-english] TYPO3 (6.2.x): Solr and Solrfal, Tika and filemetadata -> how show the title of document in search results instead of filename?

2015-11-04 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I'm using the latest version of Solr and solrfal (tika and filemetadata are also installed). I would like to add the title field of the file_reference. I noticed that the file indexer uses the file name as the title (which is shown in the search results as the title) and does not try

[TYPO3-english] Solr faceting and categories: restrict results per (set of) category

2015-11-01 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I have succesfully set up Solr with categories/faceting thanks to this article of Steffen Ritter: http://blog.steffen-ritter.net/2014/04/extsolr-use-categories-as-hierarchical-facets/ However, now I want to restrict the rendering of the results to a specific set of categories,

[TYPO3-english] Problems with Scheduler from commandline for Solr Search: errors but nothing in the logs

2015-10-16 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am having trouble to execute some Scheduler Tasks ***from the commandline***, after executing: #! /bin/bash #start indexing files: 9 env -i /home/httpd/cgi-bin/php56.cli -f /usr/home/www/typo3/cli_dispatch.phpsh scheduler -i 9 ...the Task with ID 9 gets invoked but shows

Re: [TYPO3-english] Getting sys_category into URL for Apache Solr

2015-08-31 Thread Bert Hiddink [BENDOO e-work solutions]
uid}={TSFE:sys_language_uid} 30.insertData =1 } ...but values for "lvl1" and "lvl2" remain empty... Any idea what I am doing wrong here? Am I on the right track? Thanks in advance for any ideas! Regards, Bert Hiddink On 8/31/15 10:55 AM, Bert Hiddink [BENDOO e-work solutions]

[TYPO3-english] Getting sys_category into URL for Apache Solr

2015-08-31 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Please see below for the snippet I use for indexing News with Apache Solr, works just fine. However, now I want to extend the url with the category and parent-category the news-item belongs to (I adapted already the partial for the detailview for that). Now, in order to have Apache

[TYPO3-english] Condition TS override

2015-08-22 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Any idea why the condition below does not become true? I've done similar things with override like that but not on 'textpic'... Thanks in advance! Bert Hiddink tt_content.textpic.override { # remove default header 10 20 = tt_content.image.20 20 { layout = TEXT

Re: [TYPO3-english] EXT:solr – Use categories as hierarchical facets

2015-08-11 Thread Bert Hiddink [BENDOO e-work solutions]
, On 10/08/2015 14:59, Bert Hiddink [BENDOO e-work solutions] wrote: I try to implement your snippet posted under http://blog.steffen-ritter.net/2014/04/extsolr-use-categories-as-hierarchical-facets/. config.index_enable = 1 plugin.tx_solr { solr { scheme = http host = abc:12

[TYPO3-english] EXT:solr – Use categories as hierarchical facets

2015-08-10 Thread Bert Hiddink [BENDOO e-work solutions]
I try to implement your snippet posted under http://blog.steffen-ritter.net/2014/04/extsolr-use-categories-as-hierarchical-facets/. I am using TYPO3 6.2.12 with Solr 3.0.1...All other features Solr delivers just work fine. Now I want to implement the use of categories (sys_category) with

Re: [TYPO3-english] FAL ignores localized images...(TYPO3 6.2.9) [SOLVED]

2015-05-19 Thread Bert Hiddink [BENDOO e-work solutions]
(); $this-templateVariableContainer-remove($as); return $content; } Works great now! Regards, Bert On 5/18/15 12:17 PM, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, I am using the Introduction package in a multilanguage context. When displaying images in the front-end, FAL seems to ignore

[TYPO3-english] FAL ignores localized images...(TYPO3 6.2.9)

2015-05-18 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am using the Introduction package in a multilanguage context. When displaying images in the front-end, FAL seems to ignore localized images (only the images for the default lang are shown for other languages than default... The fluid-snippet is this: bk2k:fal data={data} as=images

[TYPO3-english] FAL image override link in multilanguage setting is not available

2015-05-12 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, When using this snippet in a multilanguage setting, the values for title and description can be overwritten in the default language and non-default language...However, the link-field can only be overwritten in the default language, in the other languages, the field is not visible.

[TYPO3-english] Running Apache Solr on external server with TYPO3

2015-05-07 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I have set up Apache Solr succesfully on an external host: myhost.com:8080/solr/core_es/select/?q=*%3A* { responseHeader:{ status:0, QTime:14, params:{ q:*:*}}, response:{numFound:0,start:0,docs:[] }} Now when I try to connect to this server from my

[TYPO3-english] Wrap an image from Page-resources with a link: parameter.data = file:current:image_link does not work...

2014-12-19 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I have this snippet: lib.headerImageSlide = COA lib.headerImageSlide { 10 = IMAGE 10 { file { import = uploads/media/ import.data = levelmedia:-1, slide import.listNum = 0 width.field = imagewidth width.wrap = |m

Re: [TYPO3-english] Wrap an image from Page-resources with a link: parameter.data = file:current:image_link does not work...SOLVED!

2014-12-19 Thread Bert Hiddink [BENDOO e-work solutions]
= file:current:publicUrl altText.data = file:current:title stdWrap.typolink.parameter.data = file:current:link stdWrap.typolink.ATagParams = class=plaatgroot } } } } Regards! Bert On 19-12-14 15:24, Bert Hiddink [BENDOO e

[TYPO3-english] RealURL: using IN with lookUpTable for News Categories

2014-12-16 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I would like to show several categories in the URL using the postVar cat Is there a way to concat multiple categories in the URL so that my URL will look something like: http://mysite.com/page/cat_one/cat_two/cat_three/title_news_item where cat_one,cat_two and cat_three are the titles

[TYPO3-english] TYPO3 6.2: extending standard search with searching in News (tx_news)

2014-12-11 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Per default, the standard search looks into page-content and headers/keywords. I would like the standard search to look into page-content AND news (tx_news). I supposed this could be achieved by changing the tt_content.search.30.dataArray.20.valueArray... #Config for standard search

[TYPO3-english] Learning FLUID with TYPO3 6.2.x and News (tx_news)

2014-12-03 Thread Bert Hiddink [BENDOO e-work solutions]
Hello! I am trying to get into FLUID and take the extension News as a starting point. I am very new to this so please bear with me. Based on the media-templates, I would like to create my custom templates for downloading images... So I added this within Detail.html ... f:if

[TYPO3-english] Problems with integer in SQL-statement of userfunc

2014-12-02 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I have this snippet to count over selected news-items (tx_news): ... 35 = USER 35 { userFunc = user_counter-getCounter userFunc { # whole string selectedCategories=TEXT

[TYPO3-english] Passing a value from TS to userfunc for SQL: value={field:uid}

2014-12-02 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Having a hard time understanding why I can not pass a value with value:{field:uid} to a SQL-statement within a userfunc. Please see below. If I hardcode selectedUid.value=654, the SQL gives the expected result. However, if I use selectedUid.value={field:uid}, the SQL returns nothing,

Re: [TYPO3-english] Passing a value from TS to userfunc for SQL: value={field:uid}

2014-12-02 Thread Bert Hiddink [BENDOO e-work solutions]
need the uid of the current category... Thanks again for any pointer! Regards, Bert On 02-12-14 15:59, bernd wilke wrote: Am 02.12.14 15:07, schrieb Bert Hiddink [BENDOO e-work solutions]: Hello, Having a hard time understanding why I can not pass a value with value:{field:uid} to a SQL

Re: [TYPO3-english] Passing a value from TS to userfunc for SQL: value={field:uid} [SOLVED}

2014-12-02 Thread Bert Hiddink [BENDOO e-work solutions]
.']); ...but this did not return anything...Any idea? Thanks again Regards, Bert On 02-12-14 16:52, bernd wilke wrote: Am 02.12.14 16:14, schrieb Bert Hiddink [BENDOO e-work solutions]: Hello Bernd, If I change 35 = USER 35 { userFunc

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

2014-12-01 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Loek, Thanks for your reply! I tried the userfunc first, this works... However, besides some constants, I need to pass the value of the current uid to the userFunc (please see below) which is rendered from the 30. object... However, within the userFunc it passes the uid of the Page

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

2014-11-30 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I have a variable like this: setOfIds=23,56,234,5,77 I receive this Get-var within TS like: {GP:setOfIds} However, is there a way to count the amount of separated elements with this var, something like count({GP:setOfIds}) ? The result should be 5 in this example... Thanks in

Re: [TYPO3-english] TS: problem with wrap.override

2014-11-30 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Joey, Indeed, the problem was caching here, if I change COA to COA_INT, the wrap.override works as expected! Thanks again! Regards, Bert On 28-11-14 13:58, Bert Hiddink [BENDOO e-work solutions] wrote: On 26-11-14 23:55, Jo Hasenau wrote: Am 26.11.2014 23:40, schrieb Jo Hasenau

Re: [TYPO3-english] TS: problem with wrap.override

2014-11-28 Thread Bert Hiddink [BENDOO e-work solutions]
On 26-11-14 23:55, Jo Hasenau wrote: Am 26.11.2014 23:40, schrieb Jo Hasenau: then it should be edited in TS-Ref: http://docs.typo3.org/typo3cms/TyposcriptReference/latest/Functions/Stdwrap/Index.html#stdwrap-wrap wrap Property:wrap Data type: wrap /+.splitChar This information is

[TYPO3-english] TS: problem with wrap.override

2014-11-26 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, As far as I can see, the snippet below is correct but the condition for the wrap.override never turn true. What could be the problem here? renderObj = COA renderObj { 40 lib.filter.categories.10.renderObj.10 40.wrap=AAA|BBB 40.insertData=1 40.wrap.override=CCC|DDD

[TYPO3-english] News and multiple images at detail: how to render with FLUID?

2014-11-19 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, The snippet below renders only the first image at the detail-page of News...however, I would like also to render the second and third image attached to this item... How should this be done with Fluid? Thanks in advance! Bert div class=mediaelement mediaelement-image f:if

Re: [TYPO3-english] News and multiple images at detail: how to render with FLUID?

2014-11-19 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, It's solved: I made a mistake, just adding more images shows them all where the formatting is controlled by the partials-sections. Sorry for the confusion. Regards, Bert On 19-11-14 11:11, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, The snippet below renders only

[TYPO3-english] Images for related news

2014-11-18 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, The snippet below shows title and date of related news in Fluid. How can I also show the image of the related news item? {related.image} does not return anything... Any suggestions? Thanks in advance! Bert !-- related things -- f:if condition={newsItem.allRelatedSorted}

Re: [TYPO3-english] TYPO3 6.2: Render category rootline when using sys_category

2014-11-14 Thread Bert Hiddink [BENDOO e-work solutions]
} f:render section=categoryBreadcrumb arguments={category:category.parentCategory} / /f:if li{category.title}/li /f:if /f:section On 13-11-14 20:33, Bert Hiddink [BENDOO e-work solutions] wrote: If you want to show not only the title

Re: [TYPO3-english] TYPO3 6.2: Render category rootline when using sys_category

2014-11-14 Thread Bert Hiddink [BENDOO e-work solutions]
sys_category AS t3 ON t3.parent = t2.uid LEFT JOIN sys_category AS t4 ON t4.parent = t3.uid WHERE t4.uid = 1234 Any ideas will be highly appreciated! Regards, Bert On 14-11-14 09:49, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, I noticed that if I use this on News-detail, it only gives me the root

[TYPO3-english] TYPO3 6.2: Render category rootline when using sys_category

2014-11-13 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I found this snippet for rendering a category rootline (see below). However, is there also a way to have this done by plain TS, based on a GPvar? That is, if GP:cat=123, show me the parent and grandparent as a category rootline: You are here: grandparent parent child (123) Any

[TYPO3-english] TYPO3 6.2 Fluid: condition for f:renderChildren arguments={contentArguments} /

2014-11-12 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am new to Fluid... I have this within my viewhelpers-widget: f:renderChildren arguments={contentArguments} / How can I put a condition: if count(contentArguments) 0 { Do something } else { No items } Tried this but did not work: f:if condition={news} f:then

Re: [TYPO3-english] TYPO3 6.2.x: translating mechanisms within and without extensions

2014-11-10 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Jigal, Thanks for making this clear! Concerning: f:translate key=tags extensionName=news / Could this technique also be used in within TS? Thanks again! Regards, Bert On 10-11-14 07:44, Jigal van Hemert wrote: Hi, On 09/11/2014 11:30, Jost Baron wrote: There is another option,

Re: [TYPO3-english] TYPO3 6.2.x: translating mechanisms within and without extensions

2014-11-10 Thread Bert Hiddink [BENDOO e-work solutions]
Hello! The answer is yes: ... value={LLL:typo3conf/ext/news/Resources/Private/Language/locallang.xml:back_to_news} insertData=1 ... Nice! Bert On 10-11-14 20:53, Bert Hiddink [BENDOO e-work solutions] wrote: Hello Jigal, Thanks for making this clear! Concerning: f:translate key=tags

Re: [TYPO3-english] TYPO3 6.2.x: translating mechanisms within and without extensions

2014-11-09 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Jigal, On 08-11-14 22:42, Jigal van Hemert wrote: Hi, On 08/11/2014 19:50, Bert Hiddink [BENDOO e-work solutions] wrote: So that means the locallang.xml is not taken into account? It probably means that you didn't clear the language cache. This one is included in the operation Clear

Re: [TYPO3-english] TYPO3 6.2.x: translating mechanisms within and without extensions

2014-11-08 Thread Bert Hiddink [BENDOO e-work solutions]
/label ...then... f:translate key=tags extensionName=news / ...still prints Tags... So that means the locallang.xml is not taken into account? Any ideas? Thanks again! Regards, Bert On 07-11-14 21:28, Jigal van Hemert wrote: Hi, On 07/11/2014 15:49, Bert Hiddink [BENDOO e-work solutions] wrote

[TYPO3-english] TYPO3 6.2.x: translating mechanisms within and without extensions

2014-11-07 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I would like to create a XML-language file I can use within my site and/or extensions. What I understood from here: http://stackoverflow.com/questions/20775407/how-to-use-xliff-outside-an-extension-in-typo3 ...this could be done like this in Fluid: f:translate

Re: [TYPO3-english] TYPO3 6.2.x: translating mechanisms within and without extensions

2014-11-07 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, This have I used in the past but does not work anymore apparantly? lib.test=TEXT lib.test.value={LLL:fileadmin/Resources/Private/Language/locallang.xml:myvar} lib.test.insertData = 1 Any ideas? Thanks and regards! Bert On 07-11-14 15:49, Bert Hiddink [BENDOO e-work solutions] wrote

Re: [TYPO3-english] TYPO3 6.x Introduction package bootstrap 3: problem with anchor

2014-11-06 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Bernd, On 06-11-14 08:52, bernd wilke wrote: Am 06.11.14 08:39, schrieb Bert Hiddink [BENDOO e-work solutions]: And @Bernd, what do you mean with linkwizard? the popup you get if you want to insert a link in a link-field (just click the icon) or in the RTE. OK, I understand

[TYPO3-english] TYPO3 6.2: TS condition based on content of media field

2014-11-06 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Please look at the snippet below which works fine. However, now I want to add a condition: If the field tx_media contains an image (fe abc.tif) show the image-object, else show the video object (if empty, print nothing but that is taken care off by required).. How to find out that

Re: [TYPO3-english] TYPO3 6.x Introduction package bootstrap 3: problem with anchor [resolved]

2014-11-06 Thread Bert Hiddink [BENDOO e-work solutions]
On 06-11-14 09:23, Bert Hiddink [BENDOO e-work solutions] wrote: Hello Bernd, On 06-11-14 08:52, bernd wilke wrote: Am 06.11.14 08:39, schrieb Bert Hiddink [BENDOO e-work solutions]: And @Bernd, what do you mean with linkwizard? the popup you get if you want to insert a link in a link

Re: [TYPO3-english] TYPO3 6.2: TS condition based on content of media field

2014-11-06 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Romain, Thanks for your reply... This could be a solution, however to check whether the field contains OR an image OR a video id. In both cases, the field is not empty so ifEmpty won't work... Thanks again, Bert On 06-11-14 13:27, Romain Hobsterdre wrote: Hello, It's been a while

Re: [TYPO3-english] TYPO3 6.2: TS condition based on content of media field

2014-11-06 Thread Bert Hiddink [BENDOO e-work solutions]
On 06-11-14 13:53, Romain Hobsterdre wrote: maybe you should try something like : override.if.isTrue.cObject = FILES and then you set up a TS to render whatever renderObj from your media field. This should work. Hello Romain, OK, thanks, I'll try that and let you know! Thanks! Bert

[TYPO3-english] TYPO3 6.2: News-list with catmenu and ajax

2014-11-06 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am facing the following scenario: Working on a multilingual, news-driven website with categories. In list-mode, on the left I have a column with a catmenu (rendered by the snippet below, includes subcats and a counter, quite nice). At the right, I have the news-items in list mode...

[TYPO3-english] TYPO3 6.2.x: GraphicsMagic GIFBUILDER TIF (CMYK) to jpg, gif or png produces white image

2014-11-05 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, The following snippet works fine in case of a jpg as source file but produces a white image in case of a tif source file (for both CMYK and RGB version): ... 30 = IMAGE 30 { wrap=div class=col-md-3 col-lg-3 col-sm-3div class=block-empty afbeelding|/div/div file =

[TYPO3-english] Adding TIF files to FAL per script (preprocess)

2014-11-05 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am facing the scenario that I have to make a 2000 tif images (10-20MB) avaiblable within TYPO3 so these can be added to content elements, news, etc. Is there a way to import these images to the sys_file-tables (FAL) on beforehand by a separate script so that the conversion not has

Re: [TYPO3-english] TYPO3 6.2.x: GraphicsMagic GIFBUILDER TIF (CMYK) to jpg, gif or png produces white image

2014-11-05 Thread Bert Hiddink [BENDOO e-work solutions]
On 05-11-14 12:22, bernd wilke wrote: Am 05.11.14 10:42, schrieb Bert Hiddink [BENDOO e-work solutions]: Hello, The following snippet works fine in case of a jpg as source file but produces a white image in case of a tif source file (for both CMYK and RGB version): ... 30 = IMAGE 30

Re: [TYPO3-english] Adding TIF files to FAL per script (preprocess)

2014-11-05 Thread Bert Hiddink [BENDOO e-work solutions]
On 05-11-14 12:06, Jigal van Hemert wrote: Hi, On 05/11/2014 11:12, Bert Hiddink [BENDOO e-work solutions] wrote: I am facing the scenario that I have to make a 2000 tif images (10-20MB) avaiblable within TYPO3 so these can be added to content elements, news, etc. Is there a way to import

Re: [TYPO3-english] TYPO3 6.2.x: GraphicsMagic GIFBUILDER TIF (CMYK) to jpg, gif or png produces white image

2014-11-05 Thread Bert Hiddink [BENDOO e-work solutions]
On 05-11-14 17:13, bernd wilke wrote: Am 05.11.14 13:58, schrieb Bert Hiddink [BENDOO e-work solutions]: The strange thing is I add one of those tiffs to an textWithImage content element, the image is rendered perfectly. So that means that GM does not have problems to convert these images

[TYPO3-english] TYPO3 6.x Introduction package bootstrap 3: problem with anchor

2014-11-05 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am using a modified introduction package with bootstrap 3 and having a strang problem with anchors a href=#... a href=# class=gotoi class=icon-pijl-blauw-onder-groot/iGo to/a This anchor should scroll to an anchor at the bottom of the page, and it does. However, after that it

Re: [TYPO3-english] TYPO3 6.x Introduction package bootstrap 3: problem with anchor

2014-11-05 Thread Bert Hiddink [BENDOO e-work solutions]
On 06-11-14 08:18, bernd wilke wrote: Am 05.11.14 22:19, schrieb Philipp Gampe: Hi Bert, Bert Hiddink [BENDOO e-work solutions] wrote: it stays on the same page but I should not be necesarry to print the URL in front of every #? Any ideas? If you use config.absRefPrefix, TYPO3 CMS

Re: [TYPO3-english] FLUID and News: using global variables in widget of fe. News

2014-10-28 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Bernd, Thanks for your mail... Concerning: On 28-10-14 08:27, bernd wilke wrote: Am 27.10.14 19:30, schrieb Bert Hiddink [BENDOO e-work solutions]: Hello Bernd, Thanks for your explaination... So I will have to work with something like: f:cObject typoscriptObjectPath=lib.myObject

[TYPO3-english] FLUID and News: using global variables in widget of fe. News

2014-10-27 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am using TYPO3 6.2.x and News, there is a widget for pagination, something like this: ... {namespace n=Tx_News_ViewHelpers} f:if condition={configuration.insertAbove} f:render section=paginator arguments={pagination: pagination,configuration:configuration} / /f:if div

Re: [TYPO3-english] FLUID and News: using global variables in widget of fe. News

2014-10-27 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Bernd, Thanks for your explaination... So I will have to work with something like: f:cObject typoscriptObjectPath=lib.myObject/f:cObject ? Regards, Bert On 27-10-14 16:44, bernd wilke wrote: Am 27.10.14 16:25, schrieb Bert Hiddink [BENDOO e-work solutions]: Hello, I am using TYPO3

[TYPO3-english] TYPO3 6.2: News, RealURL and categories

2014-10-26 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am using News with TYPO3 6.2.6 and RealURL, the project is making use of sys_category for displaying/selecting news according the related categories... The snippet for REALURL below shows correctly the cat selected http://www.domain.com/news/cat3/ http://www.domain.com/news/cat4/

Re: [TYPO3-english] Condition based on Content Element Layout

2014-10-23 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Adrian, Please look at this snippet I used in a recent project, I think you can adjust it for your needs (change section_frame for layout): ##Special wrap for Testimonials, using frames tt_content.image.20.layout.default.value.override = div class=image-center image-above###CLASSES###

[TYPO3-english] TYPO3 6.2 and News: override language labels

2014-10-15 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, In mu Fluid-template, I have this: ... f:translate key=page /: ... In typo3conf/ext/news/Resources/Private/Language/locallang.xml, I put: ... languageKey index=default type=array label index=pagePage/label ... However, this does not work. Neither the TS-option works

Re: [TYPO3-english] Overwrite metatags with TS

2014-10-15 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Jan/Phillip, Thanks for your replies, what finally worked for me was the snippet below. @Jan: there was a typo in your example, 'table' should be placed before the 'select' Furthermote, it did not work without putting the 'pidInList'-statement. But with these adjustments, it works

[TYPO3-english] Overwrite metatags with TS

2014-10-13 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, In order to overwrite metatags dynamically via TS, I noticed that the following works: page.meta.description { data=DB:tt_content:5:uid } However, now I want combine this with a GP-var, fe: page.meta.description { data=DB:tt_content:GP:my_uid:uid } page.meta.description {

Re: [TYPO3-english] Problem with upgrade: Your browser version looks incompatible with this TYPO3 version!

2014-10-09 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Found out that in localconf.php existed and include() to a script which was not there anymore... Commenting out the include gave me back the login-screen! Regards, -brt On 08-10-14 19:21, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, A client was using an old version

Re: [TYPO3-english] Problem with upgrade: Your browser version looks incompatible with this TYPO3 version!

2014-10-09 Thread Bert Hiddink [BENDOO e-work solutions]
only until march of next year. So you should consider (depending on the extensions you use) to upgrade from 4.5 LTS to 6.2 LTS. Regards, Stephan Am 08.10.2014 um 19:21 schrieb Bert Hiddink [BENDOO e-work solutions]: Hello, A client was using an old version of TYPO3 (4.3.x) and suddenly got

[TYPO3-english] TYPO3 6.2: News categories and RealURL

2014-10-09 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am having trouble getting News categories work with RealURL, I think the code is fine (please see below), however categories are not translated by RealURL...I get: http://new.site.com/news/?tx_legamaster_pi1[overwriteDemand][categories]=34cHash=e37cb773e811cfe19d49fdf96324356a Any

Re: [TYPO3-english] TYPO3 6.2: News categories and RealURL

2014-10-09 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Sorry, the demo-link should read: http://new.site.com/news/?tx_news_pi1[overwriteDemand[categories]=34cHash=e37cb773e811cfe19d49fdf96324356a Any ideas? Thanks and regards, Bert On 09-10-14 15:57, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, I am having trouble getting

Re: [TYPO3-english] TS, using override: adding class for selected section_frames

2014-10-08 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Christian, Aaaah, how could I overlook that! Thanks Bert On 08-10-14 18:10, Christian Futterlieb wrote: Hi Bert tt_content.image.20.layout.default.value.override = [some value] tt_content.image.20.layout.default.value.override.if isInList.field = section_frames value = 20 }

[TYPO3-english] Problem with upgrade: Your browser version looks incompatible with this TYPO3 version!

2014-10-08 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, A client was using an old version of TYPO3 (4.3.x) and suddenly got this error when trying to log into the Backend: Browser error Your browser version looks incompatible with this TYPO3 version! So I decided to upgrade first to a 4.5 LTS version (4.5.36). However, when trying to log

Re: [TYPO3-english] TYPO3 6.2 and FORM: Confirmation mail to sender in FORM???

2014-09-26 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Appears that you will have to write an additional postprocessor for that (as for any other extra feature)...I'll take that route and let you know. Regards, -brt On 23-09-14 13:14, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, Is it still not possible to send a confirmation

[TYPO3-english] TYPO3 6.2 and FORM: Confirmation mail to sender in FORM???

2014-09-23 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Is it still not possible to send a confirmation mail to sender when using TX_FORM? https://forge.typo3.org/issues/32950 Any ideas/comments? Thanks! Regards, Bert ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] TYPO3 6.2: tx_from- can I set the FORM to send a plain-text email

2014-09-22 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am using tx_form to for a contact form (TYPO3 6.2, bootstrap): everything fine except the HTML-mails which are send out to the recipient, the markup is incorrect and disforms the email...is there a setting to force tx_form to send out only plain-text mails? Thanks in advance!

[TYPO3-english] TYPO3 6.2: problems with setting up Formmail (tx_form), empty mails sent

2014-09-18 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am having problems with setting up a standard Formmail with tx_form (see below for code)... The message which I receive is almost empty and contains some error code error/ (see below)... When I set confirmation=1, I get a distorted confirmation page... Any idea what could be

Re: [TYPO3-english] TYPO3 6.2: problems with setting up Formmail (tx_form), empty mails sent

2014-09-18 Thread Bert Hiddink [BENDOO e-work solutions]
are not send correctly (content of mailform is not included in mail)... Any ideas how to resolve this? Thanks in advance! Regards, Bert On 18-09-14 09:51, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, I am having problems with setting up a standard Formmail with tx_form (see below for code

Re: [TYPO3-english] TYPO3 6.2: problems with setting up Formmail (tx_form), empty mails sent

2014-09-18 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, The same problem was reported here: http://www.typo3forum.net/forum/typo3-extensions/74501-kontakt-formular-form-schickt-leeres-mail-error-end-div-tag.html Any ideas how to resolve this? Thanks! Bert On 18-09-14 10:26, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, Seems to me

[TYPO3-english] TYPO3 6.2: News and catmenu: showing only a subset of cats

2014-09-18 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, When displaying the catmenu from NEWS (tx_news), it seems that when having main- and subcategories, I can not display a SELECTION of the subcategories, that is, I have: A-maincat ----subcat ----subcat ----subcat B-maincat ----subcat ----subcat

[TYPO3-english] TYPO3 6.2.x and News: selecting MANY categories in Flexform

2014-09-16 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I am using News and TYPO3 6.2: when selecting multiple categories (200) from the Flexform of the plugin, I get an error...The fields marked with a yellow exclamation mark are not yet correctly filled in. Please complete them properly...I have to uncheck some categories, in order to be

Re: [TYPO3-english] TYPO3 6.2.x and News: selecting MANY categories in Flexform

2014-09-16 Thread Bert Hiddink [BENDOO e-work solutions]
/config /TCEforms /settings.categories On 16-09-14 08:36, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, I am using News and TYPO3 6.2: when selecting multiple categories (200) from the Flexform

Re: [TYPO3-english] Apache Password Protection and RealURL

2014-09-07 Thread Bert Hiddink [BENDOO e-work solutions]
above. Cheeers and regards, Bert ... # Enable URL rewriting ErrorDocument 401 default RewriteEngine On ... On 06-09-14 09:48, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, I have EXACTLY the same problem as Jeff Segars reported here: http://lists.typo3.org/pipermail/typo3-english/2006

  1   2   >