Search:

Type: Posts; User: Lupus

Search: Search took 0.00 seconds.

  1. Hello ! Maybe you can just use Foreign Key in...

    Hello !

    Maybe you can just use Foreign Key in the SQL and just "On delete cascade" sql property ?
    (Don't know if it works but it seems to be the good way to do it :p)

    Look at the relation...
  2. Replies
    4
    Views
    2,180

    Hi ! It doesn't exist on Contao yey but you...

    Hi !

    It doesn't exist on Contao yey but you can do it yourself :-)
    Be careful, it's not really good for your SEO. Search engines can't index Ajax, so you have to find a way to index it.

    If you...
  3. Replies
    7
    Views
    3,368

    You're welcome :-) Don't hesitate if you have...

    You're welcome :-)

    Don't hesitate if you have to ask any questions on Contao.
  4. Replies
    3
    Views
    3,025

    For any people who want to do this, there is a...

    For any people who want to do this, there is a plugin !

    https://github.com/terminal42/contao-fineuploader
  5. Replies
    3
    Views
    3,025

    I have already test, and No, it doesn't handle it...

    I have already test, and No, it doesn't handle it :-/

    I'm surprised because it's an classical function. I will post this on Git.
  6. Replies
    3
    Views
    3,025

    Use multiple in Input type File field

    Hello.

    It's all in the title. I need to allow my users to send many files and there isn't the checkbox multiple in the field back office.
    Is there someone who find a solution for this kind of...
  7. Replies
    7
    Views
    3,368

    "/* set width and height to 100% to trigger the...

    "/* set width and height to 100% to trigger the responsive mode of mediaelement.js */
    videoWidth: '100%',
    videoHeight: '100%',"

    Here is the information :-)

    If you want to set a specific...
  8. Replies
    5
    Views
    4,065

    Hum, I say that because I had a bug like that...

    Hum, I say that because I had a bug like that once. But don't remember the version :x
  9. Replies
    7
    Views
    3,368

    Look at your dev console in your browser to see...

    Look at your dev console in your browser to see if there is CSS property :)
  10. Replies
    5
    Views
    4,065

    Hello, Are you sure that's "braid-bikes.de" is...

    Hello,

    Are you sure that's "braid-bikes.de" is in the domain field, inside the parameters of root page ?
  11. Replies
    7
    Views
    3,368

    Hello, Do you use a reset CSS or any framework...

    Hello,

    Do you use a reset CSS or any framework who can overload the attributes height and width by adding !important or max-with / min-width property ?
  12. Replies
    3
    Views
    2,088

    Try to print the $_SERVER values, or look in...

    Try to print the $_SERVER values, or look in index.php for the $objPage->alias Contao try to find.
  13. Replies
    3
    Views
    2,088

    Hi. Just to check if everything has be done :...

    Hi.

    Just to check if everything has be done :

    You check the RewriteURL checkbox.
    Then, change the suffix to nothing
    Finally, you change the htaccess by uncomment some lines in the htaccess ?
  14. Replies
    8
    Views
    6,257

    Hello, Don't know if you find the problem but...

    Hello,

    Don't know if you find the problem but it seems to be solved.
    For me it works on FF, Safari, Chrome, Opéra and IE.
  15. Hello, Did you just try to go in the field,...

    Hello,

    Did you just try to go in the field, and save again ?
    Maybe a data just dumped.

    I know this is a dumb question, but sometimes, it works :3
  16. Replies
    8
    Views
    6,257

    Hello, To use the mediaelement, you have to...

    Hello,

    To use the mediaelement, you have to check the "mediaelement" in "JQuery" section when you create your layout.
    Then, take care at the layout on the page you have video / audio elements.
    ...
  17. Replies
    10
    Views
    4,018

    I FOUND IT !! \o/ It's really easy... If...

    I FOUND IT !! \o/

    It's really easy...

    If you want an URL like : domain.com/player/player-alias.html
    You just get the variable "player-alias" by using :


    $playerAlias =...
  18. Replies
    1
    Views
    1,949

    Hi It seems work like an catalog website. I...

    Hi
    It seems work like an catalog website.

    I think you can create this in two ways :

    - Extends pages, add some fields like "image1" ...
    - Create an entire module who will allow you to custom...
  19. A beer ! This is so much what I need XD If you...

    A beer ! This is so much what I need XD

    If you want a HTML5 template, I give you some advices :

    - Put each news item into an "<article>"
    - Your <time> should be on the pattern :

    <time...
  20. Hum. Weird.. I think it comes from :

    Hum. Weird..

    I think it comes from :

    <?php echo $this->linkHeadline;?>

    If you just show this line, what happens ?
  21. Hi, Can you put the code here ? I have done...

    Hi,

    Can you put the code here ?
    I have done some anchors for a project and I didn't have any problems.
  22. Replies
    6
    Views
    2,553

    Hum, I don't speak German and the traduction of...

    Hum, I don't speak German and the traduction of Google seems to be...

    Read this blog : http://blog.qzminski.com/article/create-a-custom-module-the-basics.html

    Create Contao modules is very...
  23. Replies
    6
    Views
    2,553

    Hello :-) You have a extension creator in your...

    Hello :-)

    You have a extension creator in your back office. It's a very simple thing to do ;-)
    The hardiest part is to program your PHP and your SQL, and you already have your SQL.

    To execute...
  24. Replies
    10
    Views
    4,018

    I search how to have a free rewriting url in...

    I search how to have a free rewriting url in Contao since few days but I always block on one problem or another...

    If I find something, I'll write it here. (Probably tomorrow ^^)
  25. Replies
    9
    Views
    3,241

    I forgot there is a creator of modules x)

    I forgot there is a creator of modules x)
  26. Replies
    9
    Views
    3,241

    This is the way to do it. But you maybe can do...

    This is the way to do it. But you maybe can do this faster by using directement the Model in a new template
    It's a little dirty, but it will work x)


    $path =...
  27. Replies
    10
    Views
    4,018

    Hum, I think create a entire module is the better...

    Hum, I think create a entire module is the better thing to do.

    Two ways to create the module :

    You want only two teams, for a "oneused" module or You want to use this module again, with...
  28. Replies
    10
    Views
    4,018

    Hi ^^ Can you give more details on the...

    Hi ^^

    Can you give more details on the functions you want to create ?
    Exemple : The players can be members or you just want to add manually the players in team ? Players can subscribe to a team...
  29. Replies
    9
    Views
    3,241

    - Go into system/modules - Create a folder with...

    - Go into system/modules
    - Create a folder with the name you want (Logically, his name should be newsExtended)
    - Create classic folders (dca / languages + your language inside languages) -- The...
  30. Replies
    9
    Views
    3,241

    Hi :-) Q1 : You can create an override of the...

    Hi :-)

    Q1 : You can create an override of the tl_news DCA and create your 3 fields. If you need more explanatiions, I'll give you an exemple.

    Q2 : If you don't use featured option in your...
  31. Replies
    2
    Views
    1,917

    Nice =) Good work !

    Nice =)
    Good work !
  32. Replies
    4
    Views
    2,628

    You have already open a topic on this subject....

    You have already open a topic on this subject.
    Please don't reply to topics created 4 years ago...

    "11-22-10, 21:27"
  33. Replies
    10
    Views
    4,535

    If you import your 2.9 Database, I don't think it...

    If you import your 2.9 Database, I don't think it is functionnal for 3.3.4 system.

    The better thing to do is to recreate all the themes, layout and models.
    Then, you can connect the layouts (who...
  34. Replies
    10
    Views
    4,535

    In 3.3.4, The templates are in xhtml or html5 by...

    In 3.3.4, The templates are in xhtml or html5 by default.

    You have to go to the layouts in your back office, you will have a field "Output format", in HTML / XHTML Strict / XHTML Transitionnal.
    I...
  35. Replies
    1
    Views
    4,455

    Anybody ? :o

    Anybody ? :o
  36. Replies
    7
    Views
    3,081

    Okay :-)

    Okay :-)
  37. Replies
    7
    Views
    3,081

    Are you sure ? Because when I delete the...

    Are you sure ? Because when I delete the "data-lightbox" attribute, the lightbox appears on click on the <img>.
    But when I delete the class, it just create a new window with the img.

    The Trigger...
  38. Replies
    10
    Views
    4,535

    Wow, you have .tpl files. I think this is an old...

    Wow, you have .tpl files. I think this is an old website.

    What is the version of your Contao ?
  39. Replies
    10
    Views
    4,535

    Hi ! Make sure you have fe_basic.xhtml and...

    Hi !

    Make sure you have fe_basic.xhtml and fe_basic.html5 in your templates folder ;-)
  40. Replies
    7
    Views
    3,081

    Hi In the slider, change the href value by...

    Hi

    In the slider, change the <a> href value by the link of the image and add class="cboxElement" in the <a> who contains the <img>
    Hope that solve the problem :-)
  41. Replies
    1
    Views
    4,455

    Storage the form in two tables on the database

    Hello,

    For my forum module, I want to create a subject with a form, but with my database, I have to register form data in two tables.

    tl_forum_topic ->...
  42. Hi, You can't do that, it's just possible to...

    Hi,

    You can't do that, it's just possible to limit users to specifics calendars.

    Two things to solve that problem :

    1 : You create one calendar for each user (it's the good one if you don't...
Results 1 to 42 of 43