MyBB Community Forums

Full Version: Change new post icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there!

I'm currently using iAndrew's revolution Gaming theme and I'm loving it!

There is just a minor thing I'd like to be changed.
If I see it right the new post icons (as far as I know they are normally shown as on/off.gif images) are made through font awesome.

My question is, if there is a possibility to change it back to standard images.

I hope you can help me! Smile

Redu~

(Excuse my bad english Undecided )
(2015-03-22, 01:43 PM)Redu Wrote: [ -> ]Hey there!

I'm currently using iAndrew's revolution Gaming theme and I'm loving it!

There is just a minor thing I'd like to be changed.
If I see it right the new post icons (as far as I know they are normally shown as on/off.gif images) are made through font awesome.

My question is, if there is a possibility to change it back to standard images.

I hope you can help me! Smile

Redu~

(Excuse my bad english Undecided )

Read this post http://community.mybb.com/thread-159962-...pid1148410
Hey iAndrew, thanks for your quick response!
I followed your instructions, but I can't see any icons anymore...

Did I miss something?
(2015-03-22, 04:48 PM)Redu Wrote: [ -> ]Hey iAndrew, thanks for your quick response!
I followed your instructions, but I can't see any icons anymore...

Did I miss something?

You need to make some icons using forum_icon_sprite.png.
I never made any as i used FontAwesome icons.
Oh, well, I see! Is there no possibility to always show an icon like with FontAwesome icons?
What do you mean? You want image icons don't you? the way i had it, it would use FontAwesome icons.
I mean separated images for new post and no new post
(2015-03-22, 05:20 PM)Redu Wrote: [ -> ]I mean separated images for new post and no new post

You could give each of these an image separate, adjust the sizes for your needs.


.forum_on {
	background: url(images/revolution/on.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_off {
	background: url(images/revolution/off.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_offlock {
	background: url(images/revolution/lock.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_offlink {
	background: url(images/revolution/redirect.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}


Thank you so much Andrew, that solved my problem! Smile