Search:

Type: Posts; User: qzminski

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    8,800

    Codefog Shop now open

    Hey everyone!

    I am excited to announce the opening of Codefog Shop that offers useful Contao extensions at affordable prices. The licensing is very simple - buy once and use the product for an...
  2. Replies
    1
    Views
    1,183

    Try this:...

    Try this: https://github.com/terminal42/contao-conditionalselectmenu
  3. You should probably use the onload_callback and...

    You should probably use the onload_callback and switch palettes from there.
  4. Replies
    2
    Views
    1,884

    This is not a junk but UUID in binary format. You...

    This is not a junk but UUID in binary format. You can convert that by using \String::binToUuid() function.
  5. Replies
    1
    Views
    1,172

    I guess you need to either create a new class...

    I guess you need to either create a new class that extends Database, or override the core class.
  6. Replies
    1
    Views
    4,705

    I have integrated the Vanilla forums with Contao....

    I have integrated the Vanilla forums with Contao. User account is managed within the Contao. That means all registrations, logins and personal data management is done in Contao. Then I have a little...
  7. Replies
    1
    Views
    1,263

    Contao version? What are you trying to achieve?

    Contao version? What are you trying to achieve?
  8. Replies
    6
    Views
    3,266

    Sorry to hear that! :-(

    Sorry to hear that! :-(
  9. Thread: Cookie Law

    by qzminski
    Replies
    10
    Views
    17,632

    Re: Cookie Law

    If you are looking for the extension to put information about cookies on your website, you can try this one:
    https://contao.org/en/extension-list/vi ... 09.en.html
  10. Re: Adding extra image field to any DCA say tl_article

    That's the correct way to do it. If you would like to resize an image, then you would need to use



    <?php \Image::get($objFile->path, 100, 100, 'center_center'); ?>

    You would be able to...
  11. Replies
    2
    Views
    1,478

    Re: Image size problem

    If you want to center them vertically, then you can set them as the background image of each slider element (I suppose it's a bxslider?).
  12. Replies
    3
    Views
    1,887

    Re: Contao 3 and MySQL fulltext index

    Yes, in DCA. You can clearly see that it is located in the config settings of the data container.
  13. Replies
    2
    Views
    1,461

    Create a custom module

    If you have ever wondered how to create your own Contao extension, now you can do it! For further details please check out the tutorial -...
  14. Replies
    5
    Views
    2,651

    Re: XHTML or HTML5

    Well, both are pretty the same because they are still HTML. If I were you, I'd go with HTML5 because it's more elastic than XHTML and the syntax isn't that much strict. Now all browsers support...
  15. Replies
    14
    Views
    19,508

    Re: Should we move the forum to stackexchange.com?

    @Nina, at Polish forums I have the default anti-spam feature enabled plus one as an addon. Unfortunately, sometimes spammers are able to junk the forum a little bit. I think they are registering...
  16. Replies
    14
    Views
    19,508

    Re: Should we move the forum to stackexchange.com?

    The international forums should stay separated. If the English is merged with German, then all other (French, Italian, Polish) would need to be merged also.
  17. Re: Do you use Contao 3 or Contao 2.11 for production sites.

    Contao 3 only :) The new features are very handy, the layout builder speeds up the design process and I can finally use the jQuery!
  18. Re: By the way where is api for Contao 2 series!

    Probably yes, why would you need it? We have to keep moving forward :)
  19. Replies
    14
    Views
    19,508

    Re: Should we move the forum to stackexchange.com?

    In my opinion you should run a forum on the Invision Power Board or vBulletin. There is no need to have the stackexchange account. Personally, I don't like the phpBB interface and it looks horrible...
  20. Replies
    2
    Views
    10,227

    Contao blog relaunch

    Hey, I just relaunched my Contao blog. I hope you will find some useful information there :)

    http://blog.qzminski.com/
  21. Replies
    3
    Views
    2,110

    Re: Using Contao 3 models

    The model class contains static models to make them easy accessible, but they do not have to be static. If you are writing the model class on your own then it's up to you how are you going to handle...
  22. Replies
    3
    Views
    1,549

    Re: 'Select all' on checkbox inputs

    Yup, I think so, too. There are probably tutorials over the net.
  23. Replies
    2
    Views
    1,349

    Re: Database transaction example

    The transactions are not called anywhere in the Contao core. There are some tutorials over the net with examples how to use them. Be aware that the default Contao engine is MyISAM and it does not...
  24. Replies
    3
    Views
    1,659

    Re: Contao 3 compatibility

    Isotope 2.0 is expected to be compatible with Contao 3. You can follow the progress in develop branch.
Results 1 to 24 of 24