I'm using flat style on my forum.
I noticed that newsfeed icon don't shows beside on the forums.
I already activated the newsfeed on control panel.
What I have to do to shows that icon like orange style?
Newsfeed Icon - prosilver Special Edition
Re: Newsfeed Icon
Open
Find:
Replace with:
styles/prosilver/template/forumlist_body.html
Find:
Code: Select all
<!--
<a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}">
<i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span>
</a>
-->
Code: Select all
<a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}">
<i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span>
</a>
-
- Style Customisations
- Posts: 10454
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius
Re: Newsfeed Icon
Thank you @_Vinny__Vinny_ wrote:Openstyles/prosilver/template/forumlist_body.html
Find:Replace with:Code: Select all
<!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"> <i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span> </a> -->
Code: Select all
<a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"> <i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span> </a>
-
- Registered User
- Posts: 38
- Joined: Wed Oct 17, 2018 4:41 pm