RSS image for subsilver2

3.0.x Snippets.
Site Admin
Posts: 41
Joined: Tue Jul 04, 2017 9:51 pm
Location: Rochester, Ny

    Windows 10 Internet Explorer

RSS image for subsilver2

Post by Prosk8er »

this snippet will show the rss image just like how prosilver does
Capture.png
open: styles/subsilver2/template/forumlist_body.html
find: (around line 40)

Code: Select all

		<tr>
			<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
			<td class="row1" width="100%">
after add:

Code: Select all

				<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a><!-- ENDIF -->
open: styles/subsilver2/theme/stylesheet.css
find: (around line 668)

Code: Select all

.username-coloured {
	font-weight: bold;
}
after add:

Code: Select all

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}
copy below attachment to styles/subsilver2/theme/images/
feed.gif
feed.gif (652 Bytes) Viewed 18141 times
to enable the image for prosilver read this
http://www.phpbb.com/community/viewtopi ... &t=2029415
look at the bottom of the first post
Image
Image
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest