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
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 »

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.
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 »

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?.
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 »

Its the exact same code I use here.
Can I have a link to your board to check for mistakes?
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 »

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 the images upload them to the correct folder as per instructed.
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 »

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?.
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 »

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;
}
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 »

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?. :)
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 »

wrong topic goto phpbb support forum.
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 »

PM Box not changed,showing old style only in etech,
Locked