Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • LocaLiceR Friend
    #158888

    Under Joomla! 1.6, in the article info part of a T3 based template some unnecessary strings are displayed, like ‘Details’, ‘Written by’, ‘Created on’, ‘Published on’, because – providing more freedom for the translators – now these strings are added to the definitions in file /language/en-GB/en-GB.com_content.ini

    COM_CONTENT_ARTICLE_INFO=”Details”
    COM_CONTENT_CREATED_DATE_ON=”Created on %s”
    COM_CONTENT_PUBLISHED_DATE=”Published on %s”
    COM_CONTENT_WRITTEN_BY=”Written by %s”

    When you try to avoid this by adding language overrides and leaving only the variables, the article tools line is still indented.

    It would be great to find a default solution for this in the blank template.

    Ninja Lead Moderator
    #372589

    hi ,

    you dont need to modify the language file as you can disable these info in Admin > article manager > Parameters. Also check the menu (that these articles belong to) config as It can override the config from article manager.

    LocaLiceR Friend
    #372738

    Of course, I know these settings, but when an icon is displayed e.g. before the date, the text becomes unnecessary.

    Ninja Lead Moderator
    #372786

    then you could add some classes into template.css to remove the indent spaces:


    dl.article-info dd, dl.article-info dt {
    padding: 0;
    }
    dd.createdby {
    padding: 0;
    }
    dd.hits {
    padding: 0;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 13 years, 3 months ago.

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