Results 1 to 10 of 10

Thread: Change calendar Backend Template

  1. #1
    New user MartianGreed's Avatar
    Join Date
    10-05-16.
    Posts
    6

    Default Change calendar Backend Template

    Hello,
    i wanted to change the backend template for calendar in order to display something like this https://fullcalendar.io/ for my client!
    Is it possible to do so? I can't find any topics about this!!

    In advance thank's for your answer!
    Valentin

  2. #2
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default

    Looks nice. I never saw something like this in Contao and you will not get it out of the box. You have to do a lot of programming but it is possible. Event data you will easily get by the NewsModel.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  3. #3
    New user MartianGreed's Avatar
    Join Date
    10-05-16.
    Posts
    6

    Default

    Yes, i searched but anyone developped it yet... My question is technically how may I do this?? Can i dynamically change the template like a module for example or do I have to work it through the DCA?

  4. #4
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default

    Looks like you have to walk through the docu https://fullcalendar.io/docs/ or ask a pro to do it for you. Try to set up a static html page at first. If it works you will see, which resources JS, CSS and HTML markup you need.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  5. #5
    New user MartianGreed's Avatar
    Join Date
    10-05-16.
    Posts
    6

    Default

    Thank's for your answer ! For the moment i understood it !
    The aim of my thread is to understand how to change the HTML markup? I tried to hook the 'parseBackendTemplate', but i didn't got what I want...

    How can I change the generic display, in simple words ?!

  6. #6
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default

    You have to RTFM. HOOKs are not neccessary at first. Figure out how to handle the template system. Every FE output is handled by a template.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  7. #7
    New user MartianGreed's Avatar
    Join Date
    10-05-16.
    Posts
    6

    Default

    Yes indeed, but I don't want to change FE output... I want to change BE output sorry if i'm not clear!..

  8. #8
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    Quote Originally Posted by Andreas View Post
    You have to RTFM. HOOKs are not neccessary at first. Figure out how to handle the template system. Every FE output is handled by a template.
    He wants to have this in the Backend. This is not trivial.

  9. #9
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default

    Sorry, missed that it should be for BE.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  10. #10
    New user MartianGreed's Avatar
    Join Date
    10-05-16.
    Posts
    6

    Default

    So is it possible to do so? Can you give a short explanation on how will you do this?
    Thank's for your time !

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •