Search:

Type: Posts; User: iteration.info

Search: Search took 0.00 seconds.

  1. Updating existing data with form generator

    Hello,

    I'm using "Form Generator" to let frontend user insert some data into the website. This is working very well.

    Now the question is : "frontend user want to update the data time to time",...
  2. Replies
    2
    Views
    2,408

    Thanks

    You saved me ! it's working, thanks a lot
  3. Replies
    2
    Views
    2,408

    Form Generator

    Hello

    I have a form created with the Contao Native form generator. Working well. I should just also store in the db the "member id" that is submitting the form, so I will know how is submitting...
  4. Displaying inputType checkboxWizard or select as data grid on the frontend

    Hello Contao Fans,

    Using Contao 3.5.x, building a custom module.

    Just a question about "inputType" -> "checkboxWizard or select", they work great on the backend (DCA).

    Since I want to...
  5. Replies
    3
    Views
    1,887

    Re: Contao 3 and MySQL fulltext index

    Hello

    Thanks, but where did you put that? in dca?

    See U

    David
  6. Replies
    3
    Views
    1,887

    Contao 3 and MySQL fulltext index

    Hello,

    How can I set a fulltext index in Contao 3? can we customize DCA to add fulltext index?

    Thanks

    David
  7. displaying textarea on the frontend contao 3 and line return

    Hello,

    I’m having a 'inputType' => 'textarea', on the backend

    When I want to display this content on the frontend “ echo $this->myText” the text is displayed without every line return.

    In...
  8. Replies
    7
    Views
    5,188

    Re: [C3] Not compatible with Contao 3

    I've got the same problem with one of my extension.

    your have to do something like :


    return static::findBy(array(xxx);

    instead of the old :
  9. Replies
    0
    Views
    798

    Get data from multiple checkbox

    Hello,

    When we use "'inputType' => 'select'," on the DCA we can use getRelated() to get data after.

    if (($obj2 = $obj->getRelated('name')) !== null)
    {
    ...
  10. Contao news and tag and "Allowed HTML tags"

    Hello

    I'm running a Contao 2.9.5.

    In System / Settings I have added under "Allowed HTML tags" <iframe>

    Then under a news. I'm going in HTML mode with the "html" button. If I add an iframe...
  11. Replies
    1
    Views
    790

    Re: Strange bug with time on DCA

    Something interesting this happend only on the "create", when I update this is ok.
  12. Replies
    1
    Views
    790

    Strange bug with time on DCA

    Hello,

    I'm running Contao 2.9.5 on a hosted server (site5.com). When I enter a time in a DCA in the format "XX:XX" this is working for every time except "00:XX", "00:00" will give me "01:00" after...
  13. Re: Contao 3.0.3 shows v3.0.2 after update

    did you clear cache?
  14. Re: [3.x SOLVED] Fatal Error: Database execute() not working

    hello,

    I found it. When the query is an object the debugger still say that's empty, but when I parse it into an array this is ok.

    Thanks

    David
  15. Re: [3.x SOLVED] Fatal Error: Database execute() not working

    Hello thyon,

    I'm also trying to upgrade myself on the v3 of contao module. I'm using the \MyModel::findAll(); but the query is empty. What is very strange is that I can copy past the query "Select...
  16. Replies
    2
    Views
    1,585

    contao v3 module doc

    Hello,

    Did somebody have a clear doc how explain how to build a module in the contao v3 way?

    I just see that most of developers are doing it in the v2 way and make the some modification coming...
Results 1 to 16 of 16