typo3

realurl generates entries without cHash

旧巷老猫 提交于 2019-12-11 03:12:33
问题 I have a piBase extension which has a listing of records and a detail page. When calling the listing first, everything is fine, realurl (version 2.0.15, TYPO3 version 7.6.10) creates the urls for the detail pages with cHash parameter, e.g. cHash=dc3409cee49ff80a6b8173357a474bd3&id=168&tx_myext_pi1[event]=1062 But when truncating all four realurl tables, clearing the frontend cache and accessing a detail page of a record directly, realurl creates the url for this page without cHash: id=168&tx

How to define custom class, title, and target in Link Browser for content elements and the new rte_ckeditor?

那年仲夏 提交于 2019-12-11 02:46:48
问题 Prerequisites [x] Can you reproduce the problem on TYPO3 8.7 LTS - YES [x] Did you [perform a cursory search] to see if your bug or enhancement is already reported? -YES Description How do I configure default link target, class, and title for the Link Browser in any element link (usually element titles and images) AND in rte_ckeditor in Typo3 8 LTS? I've spent several hours trying to configure it, but no success and no documentation out there. The fields are empty as you can see on the images

How can I change the Header Layout in TYPO3 (add some wrap div's)

一曲冷凌霜 提交于 2019-12-11 02:29:28
问题 Hello I need to change the Header Layout (Image below) in TYPO3. I am using the fluid templating system Also I found the html file where I can change it. The original path to the file is: /typo3_src-7.6.16/typo3/sysext/fluid_styled_content/Resources/Private/Partials/Header But if I change it right there my TYPO3 is not updatable. Can I change the file somehow that TYPO3 is still updatable? 回答1: it's possbile that typo3 stays updatable. You have to create the original path in your file

Searching for TYPO3 Extension: Global Variables

痞子三分冷 提交于 2019-12-11 02:28:48
问题 I am searching for a TYPO3 extension that lets me define variables and use them everywhere in the TYPO3 backend (something like %CEO_NAME%). The customer wants to define names and addresses (for their CEO for example) centrally, so that when another person gets the job they can just change it once and it gets replaced in every RTE, page title, keyword, etc. Is there some extension that would allow me to do that easily or is there an easy way this could be achieved with TS? If at all possible

php script is parsing content from RTE (tt_news) but internal links are not appearing as speaking url

纵然是瞬间 提交于 2019-12-11 02:03:12
问题 I have a news article with internal links. In the RTE I see links like http://www.yourdomain.com/?id=3 in the html text mode. The problem is that this link also appears on the frontend. RealURL should convert this link to something like http://www.yourdomain.com/products/ The content of RTE is currently parsed like this $parseObj = t3lib_div::makeInstance('t3lib_parsehtml_proc'); $txt = $parseObj->TS_links_rte($result['bodytext']); $txt = $parseObj->TS_transform_rte($txt); I read that I

TYPO3: Count up inside Fluid

旧城冷巷雨未停 提交于 2019-12-11 01:48:53
问题 I'm currently trying to build a carousel with bootstrap in the frontend. Generating the slides works great. <f:if condition="{gallery.rows}"> <f:for each="{gallery.rows}" as="row"> <f:for each="{row.columns}" as="column"> <f:if condition="{column.media}"> <div class="item"> <f:media file="{column.media}" width="{column.dimensions.width}" height="{column.dimensions.height}" alt="{column.media.alternative}" title="{column.media.title}" /> <div class="carouselText"> <div class="container"> <h1>

TYPO3 Backend displaying image too large

岁酱吖の 提交于 2019-12-11 01:44:58
问题 In my TYPO3 7.6.4 when I set up a text & media content element and add a picture it is displayed too large, like its shown in the screenshot Is there a possibility to fix that? and how? 回答1: To make the image procession in TYPO3 work, make sure that you have installed either GraphicsMagick or Imagemagick on your system you put the correct path to the binary in [GFX][im_path] . E.g. /usr/local/bin/ you put gm or im6 into [GFX][im_version_5] depending on what you are using. you set [GFX][image

TYPO3 v8.7 JQuery included?

萝らか妹 提交于 2019-12-11 01:17:36
问题 I updated my TYPO3 version from 6.2.31 to 8.7.19. Now there are some problems with JS/JQuery... I heard somewhere that JQuery is automatically included with the new TYPO3 version. Is that right? thanks in advance 回答1: You need to be a bit more specific on this question: Yes, v8 delivers a jquery version. This is however usually thought to be used in backend modules and large parts of the overall backend rely on this. For frontend, it is often better to ship your own jquery version by for

TYPO3 FAL: enable Alt text and Link for custom domain field

北城余情 提交于 2019-12-11 00:29:41
问题 I have a "Products" extension with a db table "tx_xxxproducts_domain_model_product" having a field "accessories": 'accessories' => array( 'exclude' => 0, 'label' => 'LLL:EXT:xxx_products/Resources/Private/Language/locallang_db.xlf:tx_xxxproducts_domain_model_product.accessories', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig('accessories', array( 'appearance' => array( 'createNewRelationLinkTitle' => 'LLL:EXT:cms/locallang_ttc.xlf:images

How to realize one page template in TYPO3 with custom elements for sections?

会有一股神秘感。 提交于 2019-12-11 00:26:30
问题 This is the template I want to use with TYPO3: http://www.shegy.nazwa.pl/themeforest/hype/ios/solid/ I want to give the user the possibility to add or remove sections like you see on the screenshots as many as they want. My first idea to solve this, is to create content elements. I think tt_content is not enough for this. It would be neccessary to create an own table for each sections. Is there another way? It would be very great to give the user the possibility to add content elments inside