• Advertisement
Online Users

In total there is 1 user online :: 0 registered, 0 hidden and 1 guest

Most users ever online was 49 on Sun Oct 28, 2012 4:08 am

Registered users: No registered users based on users active over the past 5 minutes

Last Online
In order to view the online list you have to be registered and logged in.



We are a free and open
community, all are welcome.

Click here to Register

RSS image for subsilver2

phpBB3 Snippets.

RSS image for subsilver2

PostAuthor: Prosk8er » Wed Aug 29, 2012 8:15 pm

this snippet will show the rss image just like how prosilver does
Capture.png (31.52 KiB) Viewed 448 times


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 448 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
User avatar
Prosk8er
Site Owner
Site Owner
 
Posts: 377
Joined: Sun Aug 26, 2012 11:15 pm
Location: Rochester, Ny
    Windows 7 Internet Explorer 9

Return to Snippets

Who is online

Registered users: No registered users

cron