Page 1 of 1

move and change colors

Posted: 24 Feb 2013, 05:06
by caycay
hello love this mod works great and i know it says phpbb 3.0.8 but im using 3.0.11 with no issues at all thx for making it

was wondering if the bar can be moved from the top of the forum to the middle or center of the forum ? and i have a dark skin and was wondering how to change the bar from gray to not sure but am thinking red thx for any and all info you may give me

thank you

move and change colors

Posted: 24 Feb 2013, 08:39
by Stoker
Sure, you can use this image instead of the one in the package: http://phpbbandbbcodes.com/styles/prosi ... /pmreg.png
Just upload it to the /styles/prosilver/theme/images folder.

Further costumation is in styles/prosilver/theme/colours.css in this 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("{T_THEME_PATH}/images/pmreg.png");
	background-position: bottom;
	background-repeat:repeat-x;
}

#infobar a:hover {
    color: #fff;
	background-image: url("{T_THEME_PATH}/images/pmreg.png");
	background-position: top;
	background-repeat:repeat-x;
	border-bottom: .25em solid #fff;
	cursor: pointer;
}

move and change colors

Posted: 24 Feb 2013, 11:38
by caycay
well i tried to click on the link you gave me and this is what i get

Blocked Link
Blocked

The link you have clicked has been blocked by The Management.


not sure why if you could help i would like that thx

move and change colors

Posted: 24 Feb 2013, 11:51
by Stoker
copy the link and insert it in your browser instead

move and change colors

Posted: 24 Feb 2013, 12:05
by caycay
ok im sorry i guess i dont get it or something trying to copy and past in ie8 i get this

404 (Not found)
Sorry [ xxxxxxxxxxxx ] my ip addy

The document/file requested by the client was not found. Try a forum search

and in firefox 16 im getting this

404 (Not found)

Sorry [ xxxxxxxxxxxx ] this is my ip addy

The document/file requested by the client was not found. Try a forum search.

and im not sure what to do with this as it is the same as the main one so not sure if it is supost to change the colors of the bar or what im very sorry for not knowing

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("{T_THEME_PATH}/images/pmreg.png");
   background-position: bottom;
   background-repeat:repeat-x;
}

#infobar a:hover {
    color: #fff;
   background-image: url("{T_THEME_PATH}/images/pmreg.png");
   background-position: top;
   background-repeat:repeat-x;
   border-bottom: .25em solid #fff;
   cursor: pointer;
}
that is what is in the download sorry

move and change colors

Posted: 24 Feb 2013, 12:13
by Stoker
caycay wrote:ok im sorry i guess i dont get it or something trying to copy and past in ie8 i get this

404 (Not found)
Sorry [ xxxxxxxxxxxx ] my ip addy

The document/file requested by the client was not found. Try a forum search

and in firefox 16 im getting this

404 (Not found)

Sorry [ xxxxxxxxxxxx ] this is my ip addy

The document/file requested by the client was not found. Try a forum search.
Use this url: http://tinyurl.com/bc2z4ft instead then.
caycay wrote:ok im sorry i guess i dont get it or something trying to copy and past in ie8 i get this
and im not sure what to do with this as it is the same as the main one so not sure if it is supost to change the colors of the bar or what im very sorry for not knowing

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("{T_THEME_PATH}/images/pmreg.png");
   background-position: bottom;
   background-repeat:repeat-x;
}

#infobar a:hover {
    color: #fff;
   background-image: url("{T_THEME_PATH}/images/pmreg.png");
   background-position: top;
   background-repeat:repeat-x;
   border-bottom: .25em solid #fff;
   cursor: pointer;
}
that is what is in the download sorry
Yes, that is the original code.
You need to edit it to suit your needs.
I dont provide every custom need people may want.

move and change colors

Posted: 24 Feb 2013, 12:23
by caycay
ok thank you for your time one other question will this and does it move the bar to the center of the forum or close to it thx for all