
PM Notify & Guest Register bar
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
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
Now i have it on http://www.einkaspjall.net/index.php but it is not woorking for me :S
Re: PM Notify & Guest Register bar
goto admin control panel >> styles >> templates and refresh the template for supernova do the same for the theme, i see the css code in theme.
Re: PM Notify & Guest Register bar
not it woork. But it show to small.
also it dose not show up right.
also it dose not show up right.
Last edited by DJ Danni on 24 Aug 2010, 17:31, edited 1 time in total.
Re: PM Notify & Guest Register bar
This is your css code its not the same as the one in the 1st post.
Replace it with this one and refresh the theme and see what happens.
Take out the special characters you have in the overall_header.html also
you can find theme here : http://www.nouilles.info/keyboard_shortcuts.html
use the html option for eg sjá would be sjá
Code: Select all
#info {
overflow: visible;
width: 100%;
position: fixed;
left: 0;
z-index:2;
margin-top: -12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 5px;
font-weight: bold;
background-color :#E5E5E5;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
display: block;
float: left;
width:100%;
clear: both;
color: #d50000;
padding: .55em 0 .55em 0;
border-bottom: .25em solid #2A7BBA;
text-align: center;
text-decoration: none;
background-color :#E5E5E5;
}
#infobar a:hover
{
color: black;
background:#F4F4F4;
border-bottom: .25em solid #b22222;
cursor: pointer;
}
Code: Select all
#info {
overflow: visible;
width: 100%;
position: fixed;
left: 0;
z-index:2;
margin-top: -12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: bold;
background-color :#E5E5E5;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
display: block;
float: left;
width:100%;
clear: both;
color: #d50000;
padding: .55em 0 .55em 0;
border-bottom: .25em solid #2A7BBA;
text-align: center;
text-decoration: none;
background-color :#E5E5E5;
}
#infobar a:hover
{
color: black;
background:#F4F4F4;
border-bottom: .25em solid #b22222;
cursor: pointer;
}
you can find theme here : http://www.nouilles.info/keyboard_shortcuts.html
use the html option for eg sjá would be sjá

Re: PM Notify & Guest Register bar
Woork. Forgoat to refresh the Theme also.
ty. You rock.
ty. You rock.
Last edited by DJ Danni on 24 Aug 2010, 17:53, edited 3 times in total.
Re: PM Notify & Guest Register bar
New version available. Download in first post.
Mod validated at phpBB.com
Mod validated at phpBB.com
Re: PM Notify & Guest Register bar
The new version is the version I use here.
You can still use the old version with no problem.
You can still use the old version with no problem.