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

Yes its not needed ;)
NAPWR wrote: Nice, Stoker is Hot
DJ Danni
BBCoder II
BBCoder II
Posts: 31
Joined: 24 Aug 2010, 17:54

Re: PM Notify & Guest Register bar

Post by DJ Danni »

Now i have it on http://www.einkaspjall.net/index.php but it is not woorking for me :S
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 »

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.
NAPWR wrote: Nice, Stoker is Hot
DJ Danni
BBCoder II
BBCoder II
Posts: 31
Joined: 24 Aug 2010, 17:54

Re: PM Notify & Guest Register bar

Post by DJ Danni »

not it woork. But it show to small.
also it dose not show up right.
Last edited by DJ Danni on 24 Aug 2010, 19:31, edited 1 time in total.
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 »

This is your css code its not the same as the one in the 1st post.

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;
  }
Replace it with this one and refresh the theme and see what happens.

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;
      }
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á ;)
NAPWR wrote: Nice, Stoker is Hot
DJ Danni
BBCoder II
BBCoder II
Posts: 31
Joined: 24 Aug 2010, 17:54

Re: PM Notify & Guest Register bar

Post by DJ Danni »

Woork. Forgoat to refresh the Theme also.
ty. You rock.
Last edited by DJ Danni on 24 Aug 2010, 19:53, edited 3 times in total.
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 »

New version available. Download in first post.
Mod validated at phpBB.com
Board rules! No PM support
DJ Danni
BBCoder II
BBCoder II
Posts: 31
Joined: 24 Aug 2010, 17:54

Re: PM Notify & Guest Register bar

Post by DJ Danni »

What is the difrend?
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 »

The new version is the version I use here.
You can still use the old version with no problem.
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 »

How to make changes for subsilver bases styles?.
Locked