PM Notify & Guest Register bar

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Re: PM Notify & Guest Register bar

Post by sitwi »

Works great for me - thanks

Re: PM Notify & Guest Register bar

Post 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

Post 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

Post 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

Post by fanta001 »

Thanks so much, working good:)
http://swiatpapierosow.pl/
You can look.

Re: PM Notify & Guest Register bar

Post by Stoker »

Well done Steve :thumb:

Re: PM Notify & Guest Register bar

Post 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

Post 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

Post 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

Post 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 !