Search:

Type: Posts; User: zlobec

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,186

    This was the problem... I simply duplicated the...

    This was the problem... I simply duplicated the page to the new theme and it was loading layout from the previous theme. It solved my problem. The rename of custom form_ template problem resolved now...
  2. Replies
    3
    Views
    3,186

    Custom template for Form Fields

    Hi,

    having problems with the Contao 3.5.24. If I select the custom form template for a form field, I get strange behaviour.

    I have two themes running two webpage roots and the custom template...
  3. Replies
    0
    Views
    811

    Redirect URLs containing phrase

    Hi,

    I have to redirect a bunch of urls that all start with the same "folder" /catalogue/catalogue... to the same url destination?

    Is there a way to redirect all of them at with any special...
  4. Thread: Web.Config

    by zlobec
    Replies
    2
    Views
    1,509

    Ok, up to today I came up with this: ...

    Ok,

    up to today I came up with this:


    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules>
  5. Thread: Web.Config

    by zlobec
    Replies
    2
    Views
    1,509

    Web.Config

    Hi,

    I'm forced to move Contao 3.5 to a windows server. I'm having trouble enabling "Rewrite URLs" and "Enable folder URLs". I've tried to convert the .htaccess file to Web.Config, but I don't get...
  6. Replies
    0
    Views
    901

    Passing variables to fe_page?

    Hi,

    Is there a reason for this:

    https://erdmann-freunde.de/ressourcen/tipps/detail/contao-facebook-opengraph.html

    not to work in 3.5.19?

    Regard,
    Darjan
  7. Replies
    7
    Views
    2,274

    Thanks. No idea about the index alias. Did not...

    Thanks.

    No idea about the index alias. Did not pay too much attention to git commits ;)

    Regards,
    Darjan
  8. Replies
    7
    Views
    2,274

    Thanks. Since the correspondence ended about...

    Thanks.

    Since the correspondence ended about two weeks ago, what would you suggest I do?

    I can alter the custom navigation module to addapt to a new start page alias, but what about the XML...
  9. Replies
    7
    Views
    2,274

    Just "/".

    Just "/".
  10. Replies
    7
    Views
    2,274

    302 after LiveUpdate from 3.5.17 to 3.5.19

    Hey,

    I got a really strange error after LiveUpdate from 3.5.17 to 3.5.19. All pages got a 302 redirect to itself.

    There is no error in system log, nor in the server php log. How to check what's...
  11. Replies
    1
    Views
    1,554

    Hi, I need the same answer... where to include...

    Hi,

    I need the same answer... where to include the
    ini_set("include_path", '/home/my_use_name/php:' . ini_get("include_path") ); ?

    The SOAP module is installed trough PEAR.

    Regard,
    Darjan
  12. Replies
    3
    Views
    4,046

    My workaround solution was to check the response...

    My workaround solution was to check the response from reCaptcha with a jquery script:


    $("#f2").on("submit", function(e) {
    var response = grecaptcha.getResponse();
    //recaptcha failed...
  13. Replies
    3
    Views
    4,046

    The new reCaptcha - I'm not a robot?

    Hey,

    has somebody created a module with the new recaptcha from Google? I can't find anything... :(

    Help :)
    Darjan
  14. Replies
    0
    Views
    790

    IE8 frontend error

    Hi,

    my system log reports a frontend error while rendering in IE8:


    The request for page ID "xxx" contained unused GET parameters: "assets", "3_7_2"...
  15. Replies
    4
    Views
    2,038

    Aha... got it now! :) Thanks for the...

    Aha... got it now! :)

    Thanks for the explanation.
  16. Replies
    12
    Views
    7,874

    Hey, heh... BINARY upload fixed the problem -...

    Hey,

    heh... BINARY upload fixed the problem - update.phar.php now works. Thank you for your help.

    Regard,
    Darjan
  17. Replies
    12
    Views
    7,874

    Hey, uploaded the file and tried the...

    Hey,

    uploaded the file and tried the Live-Update... still get the same blank page on update.phar.php page and the same error in the server log:


    [Sat Nov 21 18:39:14 2015] [error] [client...
  18. Replies
    4
    Views
    2,038

    Ok... then I don't really understand the purpose...

    Ok... then I don't really understand the purpose of setting the Files URL... if folder /files is accessible for for all domains.

    Can you give an example?
  19. Replies
    12
    Views
    7,874

    Hey, no.. I go directly from this url: ...

    Hey,

    no.. I go directly from this url:

    /contao/main.php?do=maintenance

    to

    http://update.contao.org/service/index.php
    with some POST data... The response is "Reload the page to get...
  20. Replies
    12
    Views
    7,874

    Hey, the Live Update URL is set for...

    Hey,

    the Live Update URL is set for "https://update.contao.org/service/.

    The redirect is immediate after clicking Run the update button. The first POST response from update.contao.org is...
  21. Replies
    12
    Views
    7,874

    Hi, deleted the update.phar.php file... now I...

    Hi,

    deleted the update.phar.php file... now I just get redirected to url https://update.contao.org/en/ ?!?!

    I also revalidated the installation with the Contao Check... and no errors.

    Any...
  22. Replies
    4
    Views
    2,038

    Multi-domain Files URL

    Hey,

    I don't completely understand how Files URL work for multi domain.

    My idea was to have in the /files directory subfolder for each domain... and Web site root Files URL would be set for...
  23. Replies
    12
    Views
    7,874

    Problem with update.phar.php

    I'm trying to update from 2.11.17 to 3.5 with Live-Update... And everytime I get a blank page on url /contao/update.phar.php/index.php.

    Contao Check gives all green light. Before I've been able to...
  24. Replies
    7
    Views
    4,796

    Thanks Andreas, I had a small bug in my fixes...

    Thanks Andreas,

    I had a small bug in my fixes to the newsletter module. Fixed it and now it works.

    Regard.
  25. Replies
    7
    Views
    4,796

    I'll try later today.. I'm using the 3.2.14...

    I'll try later today.. I'm using the 3.2.14 version.
  26. Replies
    7
    Views
    4,796

    Yes, i'm replacing the tags with the $blnCache...

    Yes, i'm replacing the tags with the $blnCache parameter. It only works on the html type modules... eventlist, calendar or other it does not work. Is it possible this is by design for newsletter...
  27. Replies
    4
    Views
    2,661

    Hey, I added this

    Hey,

    I added this

    <?php if ((strpos($this->classHeader, 'last') == 0) || (strpos($this->classHeader, 'first last') <> 0)):?>
    at the beginning of the template... and created 3 modules (1st...
  28. Replies
    7
    Views
    4,796

    Newsletter and InsertTags

    I'm customising the native newsletter and I have problems with the InsertTags. I'm trying to insert modules and some modules decode ok, but some dont. Especially those from the calendar module.
    ...
  29. Replies
    4
    Views
    2,661

    I was thinking that maybe after the...

    I was thinking that maybe after the $this->arrEvents is ksorted that I should find the first occurence of the "upcoming" and simply replace it with "next". Or sth...

    Any ideas how to do that?
    ...
  30. Replies
    4
    Views
    2,661

    Calendar event list mark next event

    Hey,

    I'm trying to find a way to mark the first upcomming event in a single event list (different css class), for example that it would mark not only the bygone, current and upcomming class but...
  31. Replies
    3
    Views
    2,029

    xchs: I was looking for slovenian translations....

    xchs:
    I was looking for slovenian translations.

    The problem was, that the words are capitalized, and should not be... But now i've found the files where I can change it my own translations.
    ...
  32. Replies
    3
    Views
    2,029

    Ok, found out that there is no translations for...

    Ok, found out that there is no translations for my language for parsedate.... Where can I find the files to translate dates and days, and months...??
  33. Replies
    3
    Views
    2,029

    change date parse to specific language

    Hey,

    I need help changing this:

    $this->parseDate("j. F Y\, l",strtotime($this->date))

    not to output in English but in another specific language. Is there any built-in function or do I have...
  34. Replies
    0
    Views
    2,052

    remove link from first field

    Hey,

    I've build a catalog on version 2.0 beta and unfortunately I cannot move it to new version now, bummer :(

    I have a question about the first field that module reader spits out... it always...
Results 1 to 34 of 34