PM Notify & Guest Register bar
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PM Notify & Guest Register bar
Pretty much the same as prosilver.
Add the code the the subsilver overall_header.html after the body tag.
Make the code remove, its close to the one for prosilver.
Add the css to the subsilver2 stylesheet.
Add the code the the subsilver overall_header.html after the body tag.
Make the code remove, its close to the one for prosilver.
Add the css to the subsilver2 stylesheet.
Board rules! No PM support
Re: PM Notify & Guest Register bar
ya worked thanks but its shows too transparent so that my background words and tis gets collapsed.how to make it background black like you have done in ur site?.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PM Notify & Guest Register bar
Its the exact same code I use here.
Can I have a link to your board to check for mistakes?
Can I have a link to your board to check for mistakes?
Board rules! No PM support
Re: PM Notify & Guest Register bar
i am using etech style so i have uploaded images to styles/etech/theme/images/* .anything apart to be done in code if its subsilver based theme?.
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: PM Notify & Guest Register bar
try this in the stylesheet edit
Code: Select all
/* PM Notify & Guest Register bar
----------------------------------------*/
#info {
overflow: visible;
min-width: 750px;
width: 100%;
position: fixed;
left: 0;
z-index:200;
margin-top: -15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: bold;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
display: block;
float: left;
width:100%;
clear: both;
color: #fff;
padding: .85em 0 .85em 0;
border-bottom: .25em solid #fff;
text-align: center;
text-decoration: none;
background-image: url("./images/pmreg.png");
background-position: bottom;
background-repeat:repeat-x;
}
#infobar a:hover {
color: #fff;
background-image: url("./images/pmreg.png");
background-position: top;
background-repeat:repeat-x;
border-bottom: .25em solid #fff;
cursor: pointer;
}
Re: PM Notify & Guest Register bar
it works now thanks. i have one doubt reg mchat.if i install it i am not getting the header of mchat same as our forum categories.how to do it any idea?.
Re: PM Notify & Guest Register bar
PM Box not changed,showing old style only in etech,