Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rbeste Friend
    #162612

    Hi,
    I’ve disabled author and time (en-GB.ini) for articles but the date is still preceded with a lowercase “on” which I don’t want. Help on this would be much appreciated.

    khoand Friend
    #385687

    Hi,
    I tested my localhost and mine is normal. I need to check your <joomla url>pluginssystemjat3jat3base-themesdefaulthtmlcom_contentarticledefault.php and <joomla url>templatesja_ravehtmlcom_contentarticledefault.php files.
    Could you give me them?

    rbeste Friend
    #385740

    Hi khoand,

    Many thanks for the quick reply. I can find no directory called “article” in the second url you gave. How do you want me to send the content of the first url? Or do you want me to post it here? I’ve looked through it and can see nowhere where the “on” is attached to the article date, as it is on my website, see: http://www.stopwar.org.uk/

    rbeste Friend
    #385759

    Hi khoand,

    I’ve just noticed that it’s only on the front page that I have this issue, so that should narrow down where to solve the problem: http://www.stopwar.org.uk/

    I’ve attached the first file you asked for. As I said in my previous post, the path you gave for the second url has an “article” directory which doesn’t exist.12393

    Robin


    1. default.php_.txt
    khoand Friend
    #386079

    Hi,
    – You edit <joomla url>templatesja_ravehtmlcom_contentfrontpagedefault_item.php file, replace this code


    <span class="createdate">
    on <?php echo JHTML::_('date', $this->item->created, JText::_('DATE_FORMAT_LC3')); ?>
    </span>

    with


    <span class="createdate">
    <?php echo JHTML::_('date', $this->item->created, JText::_('DATE_FORMAT_LC3')); ?>
    </span>

    rbeste Friend
    #386083

    Brilliant! Many thanks for the quick support.

    alphascore Friend
    #398814

    I just spent 1 hour trying to find that little piece of hard code in the place where under any circumstances shouldnt be ANYTHING HARD CODED IN THE EXACT WAY TO APPEAR ON WEB SITE. NOT ALL WEB SITES EVER PUBLISHED ON THE INTERNET ARE IN ENGLISH LANGUAGE.

    Believe it or not in many languages word “on” DOES NOT MEAN ANYTHING!!!!!!

    Whoever is the genious that put that in there should get FIRED!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  alphascore 13 years, 4 months ago.

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