Search found 89 matches

by mantik
14 Nov 2017, 13:56
Forum: TYPO3 extension
Topic: Emailtemplate
Replies: 5
Views: 2284

Re: Emailtemplate

Dosen't work. Wherever i put the files in.
lets say my extensions name is amios_ext.

Where must the logo be and what are the settings i must set in the path.
by mantik
14 Nov 2017, 13:33
Forum: TYPO3 extension
Topic: Extend Base Classes in Typo3
Replies: 15
Views: 4954

Re: Extend Base Classes in Typo3

i do this config.language = de config.sys_language_uid = 0 [globalVar = GP:L = 1] config.language = fr config.sys_language_uid = 1 [global] [globalVar = GP:L = 2] config.language = it config.sys_language_uid = 2 [global] but it dosen't change anything. Output by the clientmodule: Fehler Invalid ISO ...
by mantik
12 Nov 2017, 06:29
Forum: TYPO3 extension
Topic: Emailtemplate
Replies: 5
Views: 2284

Re: Emailtemplate

I add this but it dosent work:
fileadmin/template/images/logo.png

and its possible to add by the Email own css-path per TS?
by mantik
10 Nov 2017, 12:55
Forum: TYPO3 extension
Topic: Add new fields to products and other stuff
Replies: 3
Views: 2031

Re: Add new fields to products and other stuff

What i want do is works with the FE-Usergroups. I know there is an additional Extension but i need it just for the products and would have a own field where i fetch all the USergroups. i allready got it in the view. All what i must do is just to save it in the backend and get this field in the templ...
by mantik
09 Nov 2017, 17:49
Forum: TYPO3 extension
Topic: Emailtemplate
Replies: 5
Views: 2284

Emailtemplate

Hello i would to add logo and own Styles on each Email. for Example i see this in the template: <?= $this->get( 'htmlCss' ); ?> But where to define it? i also add the logo to my Typoscript plugin.tx_aimeos.settings.client.html.email.logo = https://www.domain.com/fileadmin/template/images/logo.png Bu...
by mantik
09 Nov 2017, 17:39
Forum: TYPO3 extension
Topic: Extend Base Classes in Typo3
Replies: 15
Views: 4954

Extend Base Classes in Typo3

in a self developed Extension i use allready a field language but its a integerfield (cause typo3 handles the languages bi integers) So i Edit Mshop/Common/Item/Base.php and add in the Function checkLanguageId this: switch($lang){ case 0: $langid = 'de' break; case 2: $langid = 'fr' ... etc } two qu...
by mantik
09 Nov 2017, 17:38
Forum: TYPO3 extension
Topic: Add new fields to products and other stuff
Replies: 3
Views: 2031

Add new fields to products and other stuff

I would add a new property to the Product.
How can i do that. In Extbase i do that in the Domain/Model/Object.php...
by mantik
09 Nov 2017, 17:36
Forum: TYPO3 extension
Topic: Configuring Moduls access for Redactors
Replies: 7
Views: 2737

Configuring Moduls access for Redactors

how can i configure the available moduls for usergroups or redactors.
For example i wanna disable the Language or Expertmodul from the admin (they dont have to apear in the sidebar-menu).
by mantik
07 Nov 2017, 12:28
Forum: TYPO3 extension
Topic: Breadcrumb and Active Category in Detailview
Replies: 9
Views: 4407

Re: Breadcrumb and Active Category in Detailview

Ok git it and it works.
But there is some bug. when i relod the same page the breadcrum-chain get lost and i see just the root category.
by mantik
06 Nov 2017, 08:00
Forum: TYPO3 extension
Topic: Breadcrumb and Active Category in Detailview
Replies: 9
Views: 4407

Re: Breadcrumb and Active Category in Detailview

that's nowhere... you're sure that's in the typo3 template? in wich content element?
disabled extra my theme to proof the default template... but nowhere apearing...

i proof the code. its in the stage/body-default.php but in the Detailview nowhere the call to the stage block...

so how can i do that?