typo3-8.x

TYPO3: Data-attributes of tags in ckeditor configuration of my plugin are striped

陌路散爱 提交于 2019-12-13 03:10:14
问题 I wrote a small plugin to add a button to ckeditor, so that the user can add a tooltip-codesnippet into the editor. This works perfect. After closing the dialog the code is correctly inserted. When I save afterward the text my site is reloading and my data-attributes are gone. In my plugin I added: CKEDITOR.plugins.add('tooltip', { lang: [ 'en', 'de'], init: function (editor) { editor.addCommand('tooltip', new CKEDITOR.dialogCommand('tooltip', { allowedContent: 'span[data-hint-content]; sup'

The class you are trying to register is not available [TYPO3 8.7.26]

北慕城南 提交于 2019-12-11 17:44:17
问题 I'm installing self created extensions in TYPO3. My composer.json file ar location /var/www/html/typo3 looks like: { "repositories": [{ "type": "composer", "url": "https://composer.typo3.org/" }, { "type": "package", "package": { "name": "Bm/ah-content-api", "version": "0.0.1", "type": "typo3-cms-extension", "source": { "url": "https://user@bitbucket.org/company/ah_config_typo3.git", "type": "git", "reference": "master" }, "autoload": { "psr-4": { "bm\\ah-content-api\\": "typo3conf/ext/ah

TYPO3 Best practice assigning cObject data to view since getContentObject() is depricated

邮差的信 提交于 2019-12-11 17:19:53
问题 I was wondering how this is solved in modern extensions, but could not figure it out. Most of them just magical using e.g. {data.uid} inside their views without any $view->assign('data',...) In my old actions I had used something like this: public function myAction() { $data = $this->configurationManager->getContentObject()->data; $this->view->assign('data', $data); } Since getContentObject() is marked as deprecated in v8, it should be replaced with getContentObjectRenderer() , but the

Service Unavailable (503) No TypoScript template found

和自甴很熟 提交于 2019-12-11 16:30:28
问题 I tried to install the introduction package in Typo3 cms. But I receive the following error: Service Unavailable (503) No TypoScript template found! 回答1: You might need to include the package into your core template in Typo3. Whenever you are using a new package/extension which having template files, you are needed to added those in your root template. Go to Template Menu in the typo3 backend Select the root page from the treelist on the left side panel (it might be Congratulations). Choose

TYPO3 error: Call to undefined method TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageRenderer()

扶醉桌前 提交于 2019-12-11 05:55:53
问题 Getting the error when using the extension ke_serach 2.4.2 in TYPO3 8.7.1. Please refer the below image for reference. getpagerenderError Image 回答1: In TYPO3 8 LTS getPageRenderer() Methods Deprecated. Now, You can use PageRender Methods like below. $pageRender = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Page\PageRenderer::class); $pageRender->addJsFooterFile($jsFile, 'text/javascript', true, false, '', true); 回答2: The extension ke_search is not compatible with

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

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

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

How to install Typo3 in Windows 10 with XAMPP?

自闭症网瘾萝莉.ら 提交于 2019-12-08 07:44:35
问题 I have installed XAMPP in Windows, It is working perfectly. but when I installed Typo3 version 8 and it Showed some errors PHP OpenSSL extension not working. PHP extension soap not loaded. Current directory is not within in the current path. Low PHP Script Execution Time. PHP max_input_vars very low. Windows apache thread stack size. But I can't able to fix the following: PHP OpenSSL extension not working. PHP extension soap not loaded. Current directory is not within in the current path.