Search:

Type: Posts; User: respinar

Search: Search took 0.00 seconds.

  1. I mean yes, the original one is used.

    I mean yes, the original one is used.
  2. No, the Contao's .htaccess is used. As I said...

    No, the Contao's .htaccess is used. As I said there is no problem in local or when routing robots.txt!
  3. No favicon.ico for Contao 4.9 in cpanel host

    Hi,

    I updated my Contao websites to 4.9 that are hosted in server with cpanel. After deleting favicon.ico from web folder and configure it in root page, there is only 404 error. I must mention...
  4. Thread: Jalali date

    by respinar
    Replies
    5
    Views
    2,827

    Hi jk1, I did what you said but it did not work...

    Hi jk1,
    I did what you said but it did not work for me!

    I have a good code for my PersianDate class but I cannot understand how Contao/Date class work.

    Is it possible, you see my...
  5. Thread: Jalali date

    by respinar
    Replies
    5
    Views
    2,827

    Overriding class methods or Hooks

    Hi,

    I develop a new class that can convert date to persian one. For using this class, I need to modify some core in system/modules/core/library/Contao/Date.php in parse function (line 580):


    ...
  6. Upgrade 2.11.11 to Contao 3.1.0, mysql error

    Hi,

    In Installtion Tools, upgrading Contao 2.11.11 to 3.1.0, In "version 3.1 update" step it return error:


    Fatal error: Uncaught exception Exception with message Query error: Can't DROP...
  7. Replies
    1
    Views
    2,623

    {{last_update}} like tag for Catalog

    How can I have {{last_update}} contao tag for Catalog.
  8. Replies
    11
    Views
    6,252

    Re: [socialmedialinks] Social Media Links

    Hi,

    Thanks, It work properly.

    Best regards
  9. Replies
    11
    Views
    6,252

    Re: [socialmedialinks] Social Media Links

    Hi,

    Why you don't want this extenstion to be like other extentions in using SQL.

    PDO version do not work because of my host configuration.
  10. Replies
    11
    Views
    6,252

    Re: [socialmedialinks] Social Media Links

    Hi,

    Now, it's work in content, but when I try to create a module it return this error:




    Warning: mysql_query() [function.mysql-query]: Access denied for user 'xusernamex'@'localhost'...
  11. Replies
    11
    Views
    6,252

    Re: [socialmedialinks] Social Media Links

    Hi,

    I installed this extenstion on my contao version 2.11.3, but it return "request failed" error.



    Warning: mysql_query() [function.mysql-query]: Access denied for user...
  12. Thread: sitemap

    by respinar
    Replies
    8
    Views
    2,448

    Re: sitemap

    You can also edit .htaccess file


    ##
    # Uncomment the following lines and replace "domain.com" with your domain
    # name to redirect requests without "www" to the correct domain.
    ##
    ...
  13. Thread: Jalali date

    by respinar
    Replies
    5
    Views
    2,827

    Re: Jalali date

    I think it must be an extentsion, not in core, So by extending parseDate() functions by that function for when LANG is "fa":


    if ($LANG == "fa") {
    parse Jalali date;
    } else {
    parse regular...
  14. Thread: Jalali date

    by respinar
    Replies
    5
    Views
    2,827

    Jalali date

    In Perisan (fa) we use Jalali date instead of Goerging, so, I need to parse Jalali date in contao. There is good converting functions, but, I don't know where it must used.

    I think, by using a...
Results 1 to 14 of 14