typo3

typoscript: do not show submenu if certain backend_layout is selected

陌路散爱 提交于 2019-12-13 06:33:12
问题 I made a special panning sub menu with icons which can be inserted choosing a specific backend_layout named pagets__panmenu , if that layout is selected the main menu should not display a sub menu and link to the page instead of opening a sub ... I work with typo3 V7.6.11 and fluid styled content The part reading the value works correctly: NO = 1 NO { before.cObject = LOAD_REGISTER before.cObject{ panmenu.cObject = TEXT panmenu.cObject.data.dataWrap = DB:pages:{field:uid}:backend_layout }

How to define fluid template for grid elements?

我的未来我决定 提交于 2019-12-13 05:51:13
问题 At the moment I am using this TS to prepare my content from a grid element (https://typo3.org/extensions/repository/view/gridelements): tt_content.gridelements_pi1.20.10.setup { 1 < lib.gridelements.defaultGridSetup 1 { columns { 10 < .default 10.wrap = <div class="gefa">|</div> 11 < .default 11.wrap = <div class="gefa2">|</div> 12 < .default 12.wrap = <div class="gefa3">|</div> 13 < .default 13.wrap = <div class="gefa4">|</div> } } } Now I want to make a html template (fluid) with

TYPO3 News system, how to show Archive list

谁都会走 提交于 2019-12-13 04:42:46
问题 Im running TYPO3 v. 6.1, FLUID/EXTBASE. I have installed the Extension News System and it's working fine. Now im trying to show an archive list, but im not getting any list. I have added my code to a lib. so it's a lib im calling on my main page. Can someone see whats wrong in this code. lib.NewsArchive < plugin.tt_news lib.NewsArchive { datetimeDaysToArchive = {$plugin.tt_news.datetimeDaysToArchive} enableArchiveDate = 1 pageTypoLink.parameter.current = 1 reverseAMenu = 1 archiveMenuNoEmpty

in() method - Typo3 - queryInterface

删除回忆录丶 提交于 2019-12-13 04:33:00
问题 if you use the QueryInterface from Typo3 or Flow3 you can look up in the QueryInterface Extbase Dokumentation for all functions you can use. I already created some ANDs, ORs and LogicalNOTs in Flow3 and they work great. My problem is the in() function. Let's say I have a "task" object and every task has one "status" object (over Many-To-One). Now I want to have all tasks having a status with the 'show' attribute on 'false'. That's what doesn't work: $query->in('status',$this->statusRepository

How to remove anchors in a multilang TYPO3 9.5.5

别说谁变了你拦得住时间么 提交于 2019-12-13 04:11:45
问题 I tried in my typoscript setup as this stack overflow topic describes: tt_content.stdWrap.dataWrap > tt_content.stdWrap.prepend.dataWrap > tt_content.stdWrap.innerWrap.cObject.66.10 > But nothing works in my TYPO3 9.5.5 multilang. In my language id=0 I do not have anchors (even without the tt_content.stdWrap). In my language id=1 I cannot get rid of it. Do you got a solution or some helpful hint? 回答1: if you use FSC: in the layoutfile ( ext:fluid_styled_content/Resources/Private/Layouts

Can't reach localhost using XAMPP (typo3)

风格不统一 提交于 2019-12-13 04:04:15
问题 I tried to setup my typo3 page with XAMPP/apache. I created my typo3 login and a phpMyAdmin user. When I tried to log into my typo3 backend, it said that it couldn't reach the website. And that's still my problem, I just get an error screen which says "Couldn't reach website", "connection refused". (Not 1:1, my english isn't that sick.) I already tried to change my ports (didn't work) and wrote localhost as ServerName into the xampp\apache\conf\extra file. These are my errors in the error log

TYPO3 FAL : add and read a custom field in a fluid template

若如初见. 提交于 2019-12-13 03:54:18
问题 In my custom extension I introduced a binary variable to the image metadata that needs to be read, similar to the "Show in list view" of tx_news. With tx_news as example I was able to add the variable, the new palette shows the checkbox in the backend and the selection is registered in a new database field in the sys_file_reference table ... I first tried to declare it in the domain which did work but I could not use the variable since it was an array of the same files in which I tried to use

TYPO3 RouteEnhancer with custom ValueMapper

[亡魂溺海] 提交于 2019-12-13 03:49:22
问题 I'm currenty trying to implement a custom RouteEnhancer. Is it just me, or is the documentation horribly incomplete again? I haven't been able to find any information about custom enhancers in TYPO3 other than a meager paragraph in the changelog entry, where can I get more information about these? I can't event find them in the API documentation. The relevant part of my domain model in my extension is Termin and Veranstaltung . Theres a n to 1 relation type from termin->veranstaltung . My

TYPO3 uses crop images how can I avoid this

人盡茶涼 提交于 2019-12-13 03:14:35
问题 I use the ws_Flexslider plugin for display a slider on my TYPO3 page. Problem is that the plugin uses croped pictures. Is it possible to use non croped pictures? thanks in advance. 回答1: In Entry.html partial you have this line which renders your image : <f:image src="{item.falImage.uid}" treatIdAsReference="1" title="{item.falImage.originalResource.title}" alt="{item.falImage.originalResource.alternative}" width="{settings.maxwidth}" height="{settings.maxheight}" /> You can set the settings

Can't login into development copy of Typo3

我们两清 提交于 2019-12-13 03:01:45
问题 I'd like to create a local copy on my Windows 8 machine to further develop existing extensions and test upcoming updates of a Typo3 6.1.7 installation. I tared everything up including the MySQL DB dump, extracted it into a fresh install of XAMPP and imported the database. After adjusting the DB and OpenSSL settings in the LocalConfiguration.php I tried to login with my password, but I get a message stating my credentials must be wrong. The LoginSecurity on BE is configured with RSA, and the