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>
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

sile
Users
Users
Status: Offline
User theme: Dark
Posts: 15
Joined: Mar 31st, '16, 16: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:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

RedArrow
Users
Users
Status: Offline
User theme: Dark
Posts: 28
Joined: Jun 25th, '16, 00: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.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

clight77
Donator
Donator
Status: Offline
User theme: Dark
Posts: 507
Joined: Sep 24th, '15, 14:23
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by clight77 »

Great but image #2 overruns the search.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

RedArrow
Users
Users
Status: Offline
User theme: Dark
Posts: 28
Joined: Jun 25th, '16, 00: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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

clight77
Donator
Donator
Status: Offline
User theme: Dark
Posts: 507
Joined: Sep 24th, '15, 14: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.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

clight77
Donator
Donator
Status: Offline
User theme: Dark
Posts: 507
Joined: Sep 24th, '15, 14: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 :)

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Antaka
Users
Users
Status: Offline
User theme: Dark
Posts: 8
Joined: Feb 2nd, '16, 06: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.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Firefox

Re: PM Notify & Guest Register bar

Post by dmzx »

Antaka wrote: Aug 2nd, '16, 20:09 Hi the people

Translate French converted by me

Enjoy it !
:thumbup:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Musiker15
Users
Users
Status: Offline
User theme: Dark
Posts: 29
Joined: Oct 7th, '16, 14: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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by dmzx »

Musiker15 wrote: Nov 16th, '16, 22:01 German Translation
Thanks!

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

nelflucifer
Users
Users
Status: Offline
User theme: Dark
Posts: 70
Joined: Jan 3rd, '16, 11: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...

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by dmzx »

nelflucifer wrote: Nov 30th, '16, 07:59 Hi! Translations into Russian.
:thumbup:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Galixte de EzCom
Users
Users
Status: Offline
User theme: Dark
Posts: 39
Joined: Mar 4th, '15, 16: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 ».

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: PM Notify & Guest Register bar

Post by dmzx »

First post updated

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

seacoast
Users
Users
Status: Offline
User theme: Dark
Posts: 159
Joined: Aug 28th, '17, 17: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