How to arrage RTE button in TYPO3 Page TSConfig? - typo3

I am using TYPO3 6.2.17 I try to group button in RTE of TYPO3 Content with
RTE.default.keepButtonGroupTogether = 1
But it seems wrong.
Any Idea? Thanks

Related

TYPO3 gridelements not selectable

I'm running a TYPO3 webseite with TYPO3 version 7.6.16 and the extensions gridelements 7.0.5. In backend the selection for gridelements is empty ... what could be the reason?
also missing is this tap in new page item wizard
Did you follow the steps in manual?
https://docs.typo3.org/typo3cms/extensions/gridelements/Chapters/Installation/Index.html
Include static template
Create some CE backend layouts
Create new Grid Elements

how to completely remove more link in typo3 news subhead

Does anyone know how I can completely remove the [more] link that appears next to the subheader in tt_news items in typo3? I've tried the following, but neither removes the anchor tag that is generated:
_LOCAL_LANG.default.more =
_LOCAL_LANG.default.more >
Any help would be appreciated.
In tt_news v3 list view, use
plugin.tt_news.displayList.subheader_stdWrap.append >
With _LOCAL_LANG you can only override or clear language labels. The tags are generated in the code or templates.

How to make TSConfig work in TYPO3 tx_news

In TYPO3 6.1, how do I get the tsconfig for the tx_news news extension to work?
I try to add selectable layouts to news items:
tx_news.templateLayouts {
1 = A custom layout
99 = LLL:fileadmin/somelocallang/locallang.xml:someTranslation
}
This should add the new Layout to the Type field, as in:
or did I get that wrong? Where can that new custom layout be selected?
Also, I'm trying to prefill fields in flexforms (when a new plugin is inserted):
TCEFORM.tt_content.pi_flexform.tx_news.sDEF.categoryConjunction = and
But it does not work yet.
How can this be done?
With tx_news.templateLayouts you override the flexform for the news plugin you insert on a page, not for a news record.
Your second code looks almost right, but you forgot settings: TCEFORM.tt_content.pi_flexform.tx_news.sDEF.settings.categoryConjunction = and
And even though this code is right, it will not work because of a bug with flexform fields that have a dot in their name (this is just stupid).
I think the only way to cleanly modify the flexform, is to write a small extension which overrides the default news flexform.

TYPO3 htmlArea RTE fill with content

I create in my TYPO3 Extension a RTE Editor ( http://typo3.org/extension-manuals/rtehtmlarea_api_manual/2.2.0/view/6/1/ ) and it's works fine.
But how I can put Content in the RTE? Like a "Hello World".
Thanks
Put some default content to the DB field for which you are using the RTE, you can do that in your extension OR using TCAdefaults

TYPO3 with TemplaVoila missing Backend Content View

After setting up TemplaVoila like ever i end up in this view.
I set up TV with the wizard. all example pages and content elements were there (i deleted them after)
but they werent visible in Page view. also there are no "new contentelement" icons and all that stuff.
Heres the typoscript:
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page
No errors, installed everything like 20 times before. Just another TYPO3 Version 4.6.3 - but theres nothing to if there are some conflicts with TV and TYPO3 4.6.3
Check your TemplaVoila mapping. This usually happens when you don't have an entity for content elements mapped.