Switch to full style
Support for phpbb3 & codemiles styles
Post a reply

How to add icon to subForums in mile100 style.

Sun Nov 25, 2012 1:02 pm

Hello,
I`m using MILE100 style with phpbb3 3.011. What modifications must be made to add icons to subforums?

Thanks!



Re: How to add icon to subForums in mile100 style.

Sun Nov 25, 2012 3:11 pm

I don't understand your question clearly , please post a screenshot.

Re: How to add icon to subForums in mile100 style.

Sun Nov 25, 2012 5:43 pm

I want something like prosilver style subforum_read.gif and subforum_unread.gif icons that are displayed before subforum title. This change makes the subforums look more organized.

prosilver.png
prosilver.png (2.93 KiB) Viewed 23344 times


Re: How to add icon to subForums in mile100 style.

Mon Nov 26, 2012 6:36 pm

unfortunately, mile100 is based on the default subsilver style

Re: How to add icon to subForums in mile100 style.

Mon Nov 26, 2012 6:37 pm

We will work on enhancing that in the next version ,

Re: How to add icon to subForums in mile100 style.

Sat Dec 01, 2012 7:03 am

Thanks for help anyway!


1. Open stylesheet.css:

Add this:
a.subforum.read {
background-image: url('../imageset/subforum_read.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}

a.subforum.unread {
background-image: url('../imageset/subforum_unread.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}

3. Upload subforum_read.gif and subforum_unread.gif to style imageset folder and refresh your template from ACP.

Very simple!!! :sohappy:

Re: How to add icon to subForums in mile100 style.

Sat Dec 01, 2012 11:45 pm

Dear , thanks posting ,
Can i see your url

Post a reply
  Related Posts  to : How to add icon to subForums in mile100 style.
 How to change the JAR Icon     -  
 Remove default window icon from JFrame     -  
 Two fold mile100 v 1.1     -  
 change the style of the kbd     -  
 Shell style comments     -  
 Change the td font style     -  
 inline style for link tag.     -