Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • noerkjaer Friend
    #164040

    I have an odd problem on Joomla 1.6.

    Using the ” ja-cloris-blog”-layout my blog-entries are all shown as created on “01 JAN” even though I created it an hour ago (15 MAY)

    When looking in at the create-date in Joomla is 15 May.

    In the database nothing shows as 01 JAN so I am unsure how this happens.

    On the blog-page the date is 01JAN on that black circle.
    But if I choose to display created date (next to author) the date shown is 15 May, but the black circle still shows 01 JAN.

    Example: http://www.noerkjaer.com/blog

    Best regards
    Peter

    khoand Friend
    #391419

    Hi,
    Could you give me username+password of ftp?

    noerkjaer Friend
    #391511

    Hi khoand

    I have PM’ed you. Let me know what you find out.

    khoand Friend
    #391578

    It seem your sever has problem. I can’t access your website by ftp

    noerkjaer Friend
    #391584

    Hi khoand.

    The Transfer Mode must be set to Active.

    My server-host only offers support in Danish :-[ So here is a google-translation of how to use FireZilla:
    http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&sl=da&tl=en&u=http%3A%2F%2Fwww.i123.dk%2Fsupport%2Fjeg-kan-ikke-logge-pa-ftp-med-filezilla%2F

    Let me know if it works.
    If not I can provide you with administrator-access to the site it self.

    Thanks in advance

    Best regards
    Peter

    khoand Friend
    #391745

    – I can’t still access your website by ftp. So, could you help me find down what your problem?
    – You try this way:
    + You add this code into <joomla url>templatesja_clorishtmlcom_contentcategoryblog_item.php file

    echo $created;
    before

    $createDay = date('d', strtotime( $created ));
    + You take a snapshot of your blog website after you have changed blog_item.php file
    + Restore blog_item.php file. And give me a snapshot you take.

    noerkjaer Friend
    #391784

    Strange… :confused:

    Anyway.

    Here are the pictures requested:

    First – with the “echo created”

    Second – with no modification

    I am just thinking out loud now: Can it be some setting that I can have changed by accident, that causes this.
    Notice not all blog-entries are affected! Some does show the correct date in the black circle.
    Link back to blog: http://www.noerkjaer.com/blog

    Best regards!

    Peter

    khoand Friend
    #391883

    Hi,
    You replace this code

    $createDay = date('d', strtotime( $created ));
    $createMonth = date('M', strtotime( $created ));

    with


    $createDay = JHTML::date($this->item->created, 'd', true);
    $createMonth = JHTML::date($this->item->created, 'M', true);

    noerkjaer Friend
    #391994

    LOVELY! 😎

    Thanks you so much for the support!

    Best regards
    Peter

    mikac Friend
    #393455

    I had this problem on both languages (Joomla! 1.6, Cloris 1.6) and now:

    SERBIAN version is SOLVED by adding these lines to
    joomla url>/templates/ja_cloris/html/com_content/category/blog_item.php and
    joomla url>/templates/ja_cloris/html/com_content/article/default.php

    $createDay = JHTML::date($this->item->created, ‘d’, true);
    $createMonth = JHTML::date($this->item->created, ‘M’, true);

    ENGLISH version is NOT solved. It doesn’t display date at all.

    What’s different on EN version?

    khoand Friend
    #393924

    <em>@mikac 243358 wrote:</em><blockquote>I had this problem on both languages (Joomla! 1.6, Cloris 1.6) and now:

    SERBIAN version is SOLVED by adding these lines to
    joomla url>/templates/ja_cloris/html/com_content/category/blog_item.php and
    joomla url>/templates/ja_cloris/html/com_content/article/default.php

    $createDay = JHTML::date($this->item->created, ‘d’, true);
    $createMonth = JHTML::date($this->item->created, ‘M’, true);

    ENGLISH version is NOT solved. It doesn’t display date at all.

    What’s different on EN version?</blockquote>

    Could you give me username+password of ftp and a link to your website?

    mikac Friend
    #393981
Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 3 voices, and was last updated by  mikac 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum