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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: PM Notify & Guest Register bar

Post by cisco007 »

you don't really need to make a transparency code if you already have a transparent image!
Progress
BBCoder II
BBCoder II
Posts: 15
Joined: 13 Jun 2010, 15:04

Re: PM Notify & Guest Register bar

Post by Progress »

Image

There it is. But not working.

Image
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: PM Notify & Guest Register bar

Post by cisco007 »

i have been working with css but i have not come across a way to make a semi dark image transparent, but take a look at this page maybe that will help you!

http://www.jadwigo.nl/tools/transparency/index.html
Progress
BBCoder II
BBCoder II
Posts: 15
Joined: 13 Jun 2010, 15:04

Re: PM Notify & Guest Register bar

Post by Progress »

Thx, working. But now problems is words

[hsimg]http://img529.imageshack.us/img529/3/greit.png[/hsimg]

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;
		opacity: 0.4;
        filter: alpha (opacity=40);
        background-image: url(images/transhover.png);
    }

      #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
      {
        display: block;
        float: left;
        width:100%;
        clear: both;
        color: #d50000;
        padding: 1em 0 .55em 0;
        border-bottom: .25em solid #7F8D03;
        text-align: center;
        text-decoration: none;
       background-image: url(images/transhover.png);

      }

      #infobar a:hover
      {
        color: black;
        background:#F4F4F4;
        border-bottom: .25em solid #b22222;
        cursor: pointer;
      }
vizzionz
BBCoder I
BBCoder I
Posts: 1
Joined: 19 Jun 2010, 08:45

Re: PM Notify & Guest Register bar

Post by vizzionz »

I just did this mod on my site. works great. Thanks!


If anyone wants to see how i have mine (with transparent background) to go http://www.iloveboost.com
akhileshbc
BBCoder I
BBCoder I
Posts: 3
Joined: 02 Jul 2010, 16:29

Re: PM Notify & Guest Register bar

Post by akhileshbc »

Hi....

Can you provide a modified code for the theme "Digital" ? Please... :(

Thank you...
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: PM Notify & Guest Register bar

Post by neuropass »

this is awesome Stoker, thanks. I;m using this now. i created a better style with css and i have the option to close it too, pretty slick. This works way better than the Jgrowl mod...

7-9-2010 1-09-41 AM.png
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
akhileshbc
BBCoder I
BBCoder I
Posts: 3
Joined: 02 Jul 2010, 16:29

Re: PM Notify & Guest Register bar

Post by akhileshbc »

neuropass » 09 Jul 2010, 07:10 wrote:this is awesome Stoker, thanks. I;m using this now. i created a better style with css and i have the option to close it too, pretty slick. This works way better than the Jgrowl mod...

7-9-2010 1-09-41 AM.png
Hi...
Can you share it with us ?

I'm having trouble implementing this in my forum, with "Digital" theme :( :cry:
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: PM Notify & Guest Register bar

Post by neuropass »

Hi there,
I have no idea what the digital theme is though, i'm not sure i can help. i have my own custom theme based on prosilver.

Where are you having trouble? is it prosilver or subsilver2 based theme?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
akhileshbc
BBCoder I
BBCoder I
Posts: 3
Joined: 02 Jul 2010, 16:29

Re: PM Notify & Guest Register bar

Post by akhileshbc »

neuropass » 09 Jul 2010, 16:09 wrote:Hi there,
I have no idea what the digital theme is though, i'm not sure i can help. i have my own custom theme based on prosilver.

Where are you having trouble? is it prosilver or subsilver2 based theme?
See this: http://www.phpbb.com/customise/db/style/digital/

It is ProSilver based theme, I think... :)
Locked