Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.1 & 3.2 & 3.3 Extensions Database 3.1 / 3.2PM Notify & Guest Register bar

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

sile
Users
Users
Posts: 15
Joined: 31 Mar 2016, 18:32
    Windows 8.1 Opera

Re: PM Notify & Guest Register bar

Post by sile »

Thanks so much dmzx :eusa_dance:
Pls can you translate of germen ? :mml:

User avatar

RedArrow
Users
Users
Posts: 28
Joined: 25 Jun 2016, 02:08
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by RedArrow »

Hello all.

I loved this Extension, so I've added it my board and modified it a bit. And though, well why not share! :thumbup:

So here is my edited version of the Extension;

Previews:

Image

Image

I've changed the CSS, body.html and image files, so you can have two separate images displayed either side of your message (as shown above), or in my case - flipped images. :wink:

Just copy and paste the following into the relevant files:

pmregbar.css:

Code: Select all

#info {
    overflow: visible;
	min-width: 750px;
    width: 100%;
    position: fixed;
    left: 0;
    z-index:200;
    /*margin-top: -8px;*/
    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("./images/pmreg.png");
	background-position: bottom;
	background-repeat:repeat-x;
}

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

.pm-mail-left-side {
	background: url("images/mail_left.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 20px 44px;
	vertical-align:middle;
}

.pm-mail-right-side {
	background: url("images/mail_right.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 20px 44px;
	vertical-align:middle;
}

.pm-reg-left-side{
	background: url("images/reg_left.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 20px 46px;
	vertical-align:middle;
}

.pm-reg-right-side{
	background: url("images/reg_right.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 20px 46px;
	vertical-align:middle;
}

/* Responsive Layout
--------------------------- */
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
    .pm-mail {
        display: none;
    }

    .pm-reg{
        display: none;
    }
	#info {
		min-width: 300px;
    }
}
overall_header_body_before.html:

Code: Select all

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP and PMREGBAR_ENABLEREG -->
<div id="info">
	<div id="infobar">
		<a href="{U_REGISTER}"><span class="pm-reg-left-side"></span><!-- IF not PMREGBAR_ENABLE_TEXT -->{L_PMREGBAR_WELCOME}<!-- ELSE -->{PMREGBAR_TEXT_FIELD} <!-- ENDIF --><span class="pm-reg-right-side"></span></a>
	</div>
</div>
<!-- ENDIF -->

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) and PMREGBAR_ENABLEPM -->
<div id="info">
	<div id="infobar">
		<a href="{U_PRIVATEMSGS}"><span class="pm-mail-left-side"></span>{L_PMREGBAR_PM}<span class="pm-mail-right-side"></span></a>
	</div>
</div>
<!-- ENDIF -->
Images i used are attached.

Hope my contribution helps some people :D
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by clight77 »

Great but image #2 overruns the search.

User avatar

RedArrow
Users
Users
Posts: 28
Joined: 25 Jun 2016, 02:08
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by RedArrow »

Yeah, I know it goes over the search field.

It's fine though, as they should be logged-in to search / receive PM's.

If anyone does choose to use my edit, they can also edit it.

Also a note - It's setup to use the "pbtech" Style. :D

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by clight77 »

I do not use that ext, but I am sure that the overrun in ccs can be fixed.
I am sure those that use this will find it helpfull for sure.

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by clight77 »

I may install on my test site to see if I can help out :)

User avatar

Antaka
Users
Users
Posts: 8
Joined: 02 Feb 2016, 07:03
    Windows 7 Chrome

Re: PM Notify & Guest Register bar

Post by Antaka »

Hi the people

Translate French converted by me

Enjoy it !
Translate French by Takashi PM_Notify_&_Guest_Register_bar v1.0.4.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: PM Notify & Guest Register bar

Post by dmzx »

Antaka wrote: 02 Aug 2016, 22:09 Hi the people

Translate French converted by me

Enjoy it !
:thumbup:

User avatar

Musiker15
Users
Users
Posts: 29
Joined: 07 Oct 2016, 16:10
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by Musiker15 »

German Translation
de.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
I'm from Germany so my English is not the best...
________________________________________________________________
Image

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by dmzx »

Musiker15 wrote: 16 Nov 2016, 23:01 German Translation
Thanks!

User avatar

nelflucifer
Users
Users
Posts: 70
Joined: 03 Jan 2016, 12:24
    Windows 7 Opera

Re: PM Notify & Guest Register bar

Post by nelflucifer »

Hi! Translations into Russian.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image
Learn to read people's thoughts, not forgetting about their.
The extension translate from English to Russian...
English Forums
Available 251 extension with translation into Russian language...

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by dmzx »

nelflucifer wrote: 30 Nov 2016, 08:59 Hi! Translations into Russian.
:thumbup:

User avatar

Galixte de EzCom
Users
Users
Posts: 39
Joined: 04 Mar 2015, 17:26
    Windows 10 Opera

Re: PM Notify & Guest Register bar

Post by Galixte de EzCom »

Hi dmzx,

is there a version for phpBB 3.2.x ?
Communau EzCom
Image « Traductions d’extensions & styles pour phpBB 3.1.x & 3.2.x ».

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by dmzx »

First post updated

User avatar

seacoast
Users
Users
Posts: 159
Joined: 28 Aug 2017, 19:58
    Windows 10 Firefox

Re: PM Notify & Guest Register bar

Post by seacoast »

Is it possible to reposition the register/pm bar? It sits right on top of my login link. :eyes2:
Thanks

Post Reply Previous topicNext topic