Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • tfosnom Friend
    #374527

    <em>@tfosnom 218369 wrote:</em><blockquote>Thank you that’s working fine now. In my PM to you I mentioned I couldn’t get the typography button to do anything and the global article settings and the individual article settings are not stopping the date, author etc from showing even though they are turned off. Did you manage to look into those problem while you have admin access please?

    Cheers Shane</blockquote>

    BUMP
    In my PM to you I mentioned I couldn’t get the typography button to do anything and the global article settings and the individual article settings are not stopping the date, author etc from showing even though they are turned off. Did you manage to look into those problem while you have admin access please

    thuanlq Friend
    #374671

    Dear @tfosnom,
    To disable “show date” and “author name”, please edit some file as following:
    – Go to location “templates/ja_community_plus/html/”
    – Open and edit files “com_content/article/default.php” and “com_content/featured/default_item.php”.
    – Delete lines code in there files as following:
    change this


    <dd class="create">

    to line


    </dd>

    and change this line


    <dd class="createdby">

    to line


    </dd>

    – The typography plugin didn’t match with content on frontpage due the tiny mce editor is not loading style file of typography, ( link to style file of typography is http://mpac-live.org/plugins/system/jatypo/jatypo/typo/typo.css ),

    tfosnom Friend
    #374768

    I have linked the tiny mce editor to the typo.css file, I had assumed the typo. plugin did that automatically. 🙂

    I edited the files you suggested, and after reloaded the site and flushing all caches many times the date and author are still appearing on the fp article.
    Cheers Shane

    thuanlq Friend
    #375039

    Hi @tfosnom,

    Please provide me ftp account, i will check and give you solutions to resolve this problem.

    Thanks,

    thuanlq Friend
    #375370

    Hi @tfosnom,

    To remove authorname on the fp article please do as following:
    – Open “default_item.php” file in the folder “templatesja_community_plushtmlcom_contentfeatured”.
    – Remove codes on line 79


    <?php if (($this->item->params->get('show_author')) && ($this->item->author != "")) : ?>
    <dd class="createdby">
    by <span><?php JText::printf(($this->item->created_by_alias ? $this->escape($this->item->created_by_alias) : $this->escape($this->item->author)) ); ?></span>
    </dd>
    <?php endif; ?>

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 20 replies, has 3 voices, and was last updated by  thuanlq 13 years, 9 months ago.

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