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

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

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?

Re: PM Notify & Guest Register bar

Post by sat_cse28 »

Re: PM Notify & Guest Register bar

Post by Steve »

your missing the images upload them to the correct folder as per instructed.

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

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

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

Re: PM Notify & Guest Register bar

Post by Steve »

wrong topic goto phpbb support forum.

Re: PM Notify & Guest Register bar

Post by sat_cse28 »

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