-
AuthorPosts
-
ithacaindy Friend
ithacaindy
- Join date:
- January 2010
- Posts:
- 335
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 20
- Thanked:
- 12 times in 1 posts
April 21, 2012 at 4:28 pm #176347How do I add icons to the info section, alongside the print, pdf and email icons? I want to add facebook and twitter icons.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 23, 2012 at 10:13 am #449720Hi ithacaindy,
Can you add screenshot for the exact area? I am bit confused right now.
ithacaindy Friendithacaindy
- Join date:
- January 2010
- Posts:
- 335
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 20
- Thanked:
- 12 times in 1 posts
April 24, 2012 at 1:12 pm #449964Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 25, 2012 at 2:32 am #450032Hi ithacaindy,
Those are article options, when you was editing or creating an article in the back-end you would see a Panel name “Article Options”, under this panel there are some fields as Show Icons, Show Print Icon, Show Email Icon…, you can choose to show or hide those options here, you can also go to the menu item setting of those menu items that is referring to the article or referring to the category the article belong to to change the mentioned options.
ithacaindy Friendithacaindy
- Join date:
- January 2010
- Posts:
- 335
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 20
- Thanked:
- 12 times in 1 posts
April 25, 2012 at 11:49 am #450113Right. I understand how to display or hide the print or email icon, but how do I add icons?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 26, 2012 at 2:47 am #450231Hi ithacaindy,
Do you mean adding your own icons ? if that you can open the file of templatesja_teline_ivhtmlcom_contentarticledefault.php you would see a block of code like this
[PHP]
<?php if ($params->get(‘show_email_icon’)) : ?>
<li class=”email-icon”>
<?php echo JHtml::_(‘icon.email’, $this->item, $params); ?>
</li>
<?php endif; ?>
[/PHP]
with a similar block of code like that you can add your icons there.ithacaindy Friendithacaindy
- Join date:
- January 2010
- Posts:
- 335
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 20
- Thanked:
- 12 times in 1 posts
April 26, 2012 at 1:11 pm #450322I presume since Joomla doesn’t have any configuration for Facebook or Twitter, the only necessary code to alter is this:
[PHP]<li class=”email-icon”>
<?php echo JHtml::_(‘icon.email’, $this->item, $params); ?>
</li>[/PHP]Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 27, 2012 at 3:16 am #450424Hi ithacaindy,
I think Joomla core itself has not configurations for Facebook or Twitter but there are many joomla extensions that can help to insert those social icons into your article content, one is our ja social plugin, you can read more details in here http://www.joomlart.com/forums/topic/ja-social-plugin-for-joomla-2-5-userguide/
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by Sherlock 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to Add Icons to Article Info Line?
Viewing 8 posts - 1 through 8 (of 8 total)