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
Re: PM Notify & Guest Register bar
Works great for me - thanks
Re: PM Notify & Guest Register bar
Hey
Working great on my style by i would like to have that all on down on my site not up. What i have to change?
Working great on my style by i would like to have that all on down on my site not up. What i have to change?
- 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
Thats not possible, unless you find a script that can do it. Something like the facebook thing.
Board rules! No PM support
- 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
Open styles/prosilver/theme/colours.css
find:
add after:
find:
replace with:
refresh theme
find:
Code: Select all
#info {
overflow: visible;
min-width: 750px;
width: 100%;
position: fixed;
Code: Select all
bottom: 0px ;
Code: Select all
border-bottom: .25em solid #fff;
Code: Select all
border-top: .25em solid #fff;
Re: PM Notify & Guest Register bar
As per steve code i have edited for etech style and it worked for register bar but my PM bar shows the same.Can you check and tel me the code.
But i am not getting the bar for new pm msgs in etech style.
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;
}
- 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
Your missing this:
So i dont see how it can work at all.
Code: Select all
bottom: 0px ;
Re: PM Notify & Guest Register bar
in which line i need to add it ?.you only posted that code here viewtopic.php?f=8&t=343&start=70#p6642
Re: PM Notify & Guest Register bar
Thanks alot , it works like a charm with no issue
But, my board theme and the color of this bar is with same color, so can some one advice me how to change its blue colour to any other color .....
Thanks in advance !
But, my board theme and the color of this bar is with same color, so can some one advice me how to change its blue colour to any other color .....
Thanks in advance !