-
AuthorPosts
-
tfosnom Friend
tfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
January 31, 2011 at 3:26 am #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 pleasethuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
February 1, 2011 at 3:33 am #374671Dear @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 ),1 user says Thank You to thuanlq for this useful post
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
February 1, 2011 at 6:37 pm #374768I 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 Shanethuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
February 7, 2011 at 10:57 am #375370Hi @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; ?>
-
AuthorPosts
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