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
- Stoker
- Site Admin
- Posts: 3558
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
move and change colors
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:
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;
}
Board rules! No PM support
move and change colors
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
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
- Stoker
- Site Admin
- Posts: 3558
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
move and change colors
copy the link and insert it in your browser instead
Board rules! No PM support
move and change colors
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
that is what is in the download sorry
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;
}
- Stoker
- Site Admin
- Posts: 3558
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
move and change colors
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
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.
Yes, that is the original code.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
that is what is in the download sorryCode: 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; }
You need to edit it to suit your needs.
I dont provide every custom need people may want.
Board rules! No PM support
move and change colors
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