PM Notify & Guest Register bar

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
sitwi
BBCoder I
BBCoder I
Posts: 1
Joined: 28 Aug 2010, 23:12

Re: PM Notify & Guest Register bar

Post by sitwi »

Works great for me - thanks
fanta001
BBCoder I
BBCoder I
Posts: 2
Joined: 30 Aug 2010, 08:26

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?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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
NAPWR wrote: Nice, Stoker is Hot
fanta001
BBCoder I
BBCoder I
Posts: 2
Joined: 30 Aug 2010, 08:26

Re: PM Notify & Guest Register bar

Post by fanta001 »

Thanks so much, working good:)
http://swiatpapierosow.pl/
You can look.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: PM Notify & Guest Register bar

Post by Stoker »

Well done Steve :thumb:
Board rules! No PM support
sat_cse28
BBCoder II
BBCoder II
Posts: 14
Joined: 25 Aug 2010, 19:20

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.
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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.
NAPWR wrote: Nice, Stoker is Hot
sat_cse28
BBCoder II
BBCoder II
Posts: 14
Joined: 25 Aug 2010, 19:20

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
Stark
BBCoder II
BBCoder II
Posts: 18
Joined: 06 Mar 2010, 05:25

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