typo3-7.6.x

typo3 styles.content.get not working

邮差的信 提交于 2020-01-05 04:10:09
问题 I've testing with TYPO3 7.6.9 and tried the following without success: # Default PAGE object: page = PAGE page.10 < styles.content.get I want to get the normal content from the typo3 page, but it not show anything. Please help me, Thanks. 回答1: Check if you have included the static template like in the screenshot below: 来源: https://stackoverflow.com/questions/38494056/typo3-styles-content-get-not-working

TYPO3 & tx_news need ViewHelper for show count of Entities in category

て烟熏妆下的殇ゞ 提交于 2020-01-05 03:37:49
问题 Task: in category menu show count of item in each category, like Category_one (38) Category_two (14) Etc ... I have try count by $demand but did'nt work <?php namespace HIT\huskytheme\ViewHelpers\News; class CountCategoriesViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper { /** * @var \GeorgRinger\News\Domain\Repository\NewsRepository * @inject */ protected $newsRepository = null; /** * * @param string $category * @return string */ public function render($category) {

The default controller for extension and plugin can not be determined

送分小仙女□ 提交于 2020-01-04 17:33:11
问题 Good afternoon, dear friends! All, I give up. Tried well, all that was already possible. TYPO3 7.6.16 ext_tables.php: <?php if (!defined('TYPO3_MODE')) die ('Access denied.'); \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( 'MyVendor.' . $_EXTKEY, 'Pi1', 'The inventory list' ); ext_localconf.php: <?php if (!defined('TYPO3_MODE')) die ('Access denied.'); \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( 'MyVendor.' . $_EXTKEY, 'Pi1', Array ('Comment' => 'list'), Array

What is the right configuration for the RTE to show my own CSS classes as selection?

风格不统一 提交于 2020-01-02 09:17:28
问题 The configuration of the RTE changes with each (big) version. Now I have my first 7.6 installation where I need to configure the RTE so editors can have special classes for paragraphs, spans or tables. e.g. the editor should be able to select the default styles of bootstrap for tables: table-striped, table-bordered I don't use an old configuration from a 6.2 installtion but created it anew from documentation. I use a site extension and include the TSconfig in ext_localconf.php with \TYPO3\CMS

TYPO3 backend modul DataTable is no function

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-31 06:07:12
问题 I including in my extbase backend modul different assets in the Layout html. To init multiple DataTables: $(dataTables[i]).DataTable(dataTableOptions); <f:be.container enableClickMenu="false" loadExtJs="false" enableExtJsDebug="true" > <script type="text/javascript" src="{f:uri.resource(path:'js/Backend/lib/jquery-1.11.3.min.js')}"></script> <script type="text/javascript" src="{f:uri.resource(path:'js/Backend/lib/jquery-ui.min.js')}"></script> <script type="text/javascript" src="{f:uri

typo3 7, bootstrap_package, RealUrl and own extension

百般思念 提交于 2019-12-25 08:21:36
问题 I setup a typo3 with the bootstrap_package; created with the extension builder my own extension and installed realURL with auto conf and hoped it would work. It did not. I tried to write my own conf but it is ignored but somewhere the page settings are beeing made. The auto generated file already had a no_cache setting but it isn't beeing interpreted and my own settings are also not used but the page settings are. any ideas? my url currently looks like this: http://localhost/test/sub/ ?tx

Extension Manager is in offline mode. No TER connection available in TYPO3

天大地大妈咪最大 提交于 2019-12-25 04:56:07
问题 I have installed TYPO3 Version 7.6.15 by using composer and also I am using the Xampp version 7.0.0. I have installed many extensions and activated them successfully at the backend of my TYPO3 page. Now, I have installed the Ecodev/typo3-cms-speciality-distribution via composer. and i am trying to activate it from extension manager but it is giving me following error. Error Now, I have no idea, what to do? at this link https://github.com/Ecodev/typo3-cms-speciality-distribution it is written

Random image with v:iterator.random | cache issue

自作多情 提交于 2019-12-24 16:42:33
问题 I try to output 1 random image with VHS (version 2.4.0) RandomViewHelper v:iterator.random . This is my code: {namespace flux=FluidTYPO3\Flux\ViewHelpers} {namespace v=FluidTYPO3\Vhs\ViewHelpers} <f:layout name="Content" /> <f:section name="Configuration"> <flux:form id="random-image" label="Random Image" options="{icon: 'Icons/Content/Example.gif', group: 'Joya'}"> <flux:field.input name="classname" label="Classname" /> </flux:form> <flux:form.section name="images" label="Images"> <flux:form

How to enable header_position in TYPO3 7.6

这一生的挚爱 提交于 2019-12-24 11:01:13
问题 In versions prior to TYPO3 7.6 you could select a position for your header within your content element (left, middle, right as far as I remember). The field which has been used for storing that information in tt_content header_position is still available. However, it will not appear in the backend. I'm also using fluid_styled_content for rendering my content, and the Header partial doesn't contain any reference to the position, but only to the layout field. My question is: How can I reenable

TYPO3 7.6.10: How to extend the felogin extension?

不想你离开。 提交于 2019-12-24 04:04:12
问题 I tried to extend the core extension felogin with an extra extension called "feloginextended". I want to add the first_name and the last_name property of the current user into my logout formular. This is my overridden template (only the logout part): <!--###TEMPLATE_LOGOUT###--> <form class="login-form" action="###ACTION_URI###" target="_top" method="post"> <div> <div class="user">###FIRSTNAME### ###LASTNAME###</div> <a class="page-link-button" href="http://tf.lightblue.eu/index.php?id=14"