Page 10 of 11

Re: PM Notify & Guest Register bar

Posted: 28 Aug 2010, 23:14
by sitwi
Works great for me - thanks

Re: PM Notify & Guest Register bar

Posted: 30 Aug 2010, 08:29
by fanta001
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?

Re: PM Notify & Guest Register bar

Posted: 30 Aug 2010, 09:56
by Stoker
Thats not possible, unless you find a script that can do it. Something like the facebook thing.

Re: PM Notify & Guest Register bar

Posted: 30 Aug 2010, 10:15
by Steve
Open styles/prosilver/theme/colours.css
find:

Code: Select all

#info {
    overflow: visible;
	min-width: 750px;
    width: 100%;
    position: fixed;
add after:

Code: Select all

	bottom: 0px ;
find:

Code: Select all

    border-bottom: .25em solid #fff;
replace with:

Code: Select all

    border-top: .25em solid #fff;
refresh theme :ugeek:
bottom.PNG

Re: PM Notify & Guest Register bar

Posted: 30 Aug 2010, 11:31
by fanta001
Thanks so much, working good:)
http://swiatpapierosow.pl/
You can look.

Re: PM Notify & Guest Register bar

Posted: 30 Aug 2010, 11:32
by Stoker
Well done Steve :thumb:

Re: PM Notify & Guest Register bar

Posted: 30 Aug 2010, 18:15
by sat_cse28
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.

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;
}
But i am not getting the bar for new pm msgs in etech style.

Re: PM Notify & Guest Register bar

Posted: 30 Aug 2010, 18:19
by Steve
Your missing this:

Code: Select all

   bottom: 0px ;
So i dont see how it can work at all.

Re: PM Notify & Guest Register bar

Posted: 31 Aug 2010, 10:23
by sat_cse28
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

Posted: 10 Sep 2010, 06:31
by Stark
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 !