Skip to content

Insane in the Main Frame

I am Ophidia, programmer.

  • Home
  • Deutsch
  • English

Month: November 2015

typo3 backend: show thumbnail in listview

19. November 2015 ophidiaTypo3

I have a model with the field “image”, which is a simple VARCHAR with the image name. My extbase extension is called ophi_insta and the model is named entry. When I save the image, it is uploaded to uploads/tx_ophiinsta/ and […]

Read more

typo3 and extbase: generate a frontendlink in a backend hook

17. November 2015 ophidiaTypo3

Some basics first: my extension is called ophi_inserat and allows users to create ads in the frontend. The model is called “Ad” and is saved in tx_ophiinserat_domain_model_ad in my database. Those ads can be edited in the backend and as […]

Read more

Google Maps Api: map is grey only, buttons distorted

11. November 2015 ophidiaJavaScript, Offtopic

After inserting a map with google api (v3), the map wouldn’t show anything but grey and the buttons were weirdly distorted: Seems that bootstrap is the culprint, adding this to my stylesheet worked: #map-canvas img { max-width: none !important; }

Read more

Extbase Validator – Errormessages are duplicated

10. November 2015 ophidiaTypo3

I wrote a validator for a contactform and the problem was that errors were displayed twice. The Controller has a showAction for showing the form: /** * @param Contactform $contactform */ public function showAction( $contactform = null) { $this->view->assign(‘contactform’, $contactform); […]

Read more

adding a field in typo3 backend with extbase

5. November 2015 ophidiaTypo3

It’s a miracle! I googled a typo3 problem and actually found an answer that worked! I needed an additional field in tt_content, so first of all I added a new field called “tx_kurs_id” to the tt_content table in the database. […]

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