Skip to content

Insane in the Main Frame

I am Ophidia, programmer.

  • Home
  • Deutsch
  • English

Month: December 2015

Typo3: disable hidden when copying translation

15. December 2015 ophidiaTypo3

That is stunningly easy with TypoScript, it’s even possible to prevent the prepend of “[Translate to english]” text on the headline: //for pages TCEMAIN.table.pages { disablePrependAtCopy = 1 //the [Translate to XXX] text disableHideAtCopy = 1 //hidden } //for content […]

Read more

typo3 page view: manipulate the look of a content element

15. December 2015 ophidiaTypo3

One of my customers wanted to see in the page view, which section_frame option they chose. So I found out there is a hook to manipulate the title and text below the grey bar. Add the following to the ext_localconf.php: […]

Read more

Typo3 extbase: inject services

11. December 2015 ophidiaTypo3

The problem: I create a ViewHelper, which calls a service (calcService) and in this service I want to use another service, named AuthenticationService. I got the following error message: Fatal error: Call to a member function getUser() on a non-object […]

Read more

Article pages sometimes throw 404 error

9. December 2015 ophidiaMagento

A weird problem which I have encountered in two different magento installations (version 1.9.x.x): sometimes it happens that product pages are no longer available, instead a 404 error page is shown. In the log (var/log/exception.log) there is the following error: […]

Read more

typo3: scheduler task with additional fields

4. December 2015 ophidiaTypo3

I know how to use extbase to create scheduler tasks. What I didn’t know is how to add additional fields to a task. Turns out it kinda works if you do not use an extbase task. Most of this I […]

Read more
  • Privacy
  • Contact
  • RSS
Powered by WordPress | Theme: Astrid by aThemes.