Topic: where's the new topic icon
on the default punbb style
i can not found that on css.
where is it?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → where's the new topic icon
on the default punbb style
i can not found that on css.
where is it?
it's not an image, it is set in the CSS
replace this with your custom image links.
this is in the cs_css
DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.inew {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}
with this.
DIV.icon {/*BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2*/BACKGROUND: url(../../img/Samuibley/nonew.gif);} <--your img location
/*TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}*/
DIV.inew {/*BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA*/BACKGROUND: url(../../img/Samuibley/new.gif)} <--your img location
now in the cs.css u must set the size of the image.
find this Div.icon set the width and height of image.
DIV.icon {
FLOAT: left;
MARGIN-TOP: 0.1em;
MARGIN-LEFT: 0.2em;
DISPLAY: block;
/* BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
BORDER-STYLE: solid*/
HEIGHT: 15px;
WIDTH: 15px;
}
happy modding!
Q
Yes, I'm new... and yes, I am noob.
Ive spent hours trying to copy and paste this code and make it work.
I have found several people who have posted their own versions of this and tried them all, tried changeing them slightly, nothing seems to work
All I end up with is no icon next to the noew or old posts.
I am useing the most recent version of punnbb and installed it for the first time yesterday.
Is there something else I need to install before I can use all the codes i'm finding?
so far the only one that I'v got to work, was the "Active post" one.
Thanks for the help
PunBB Forums → PunBB 1.2 troubleshooting → where's the new topic icon
Powered by PunBB, supported by Informer Technologies, Inc.