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

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

PM Notify & Guest Register bar

Post by dmzx »

Extension Name: PM Notify & Guest Register bar
Author: Stoker extension by dmzx

Extension Description:

This extension will add PM Notify & Guest Register bar.

dmzx/pmregbar


- Code update.
- Twig update.


Validation version


Code update


Code update

Screenshots:
Image

Image

Image

Extension Download:
Download-link
PM Notify-Guest Register bar v1.0.6
Installation:
  1. Download the latest release and Unzip the downloaded release.
  2. Copy the dmzx/pmregbar folder to /ext/ (if done correctly, you'll have the main extension class at
    (your forum root)/ext/dmzx/pmregbar/composer.json).
  3. Navigate in the ACP to Customise -> Manage extensions
  4. Look for PM Notify & Guest Register bar under the Disabled Extensions list, and click its Enable link.

User avatar

Peralta
Donator
Donator
Posts: 190
Joined: 13 Dec 2014, 17:04
    Windows 7 Firefox

Re: PM Notify & Guest Register bar

Post by Peralta »

Thank you very much dmzx :buigen:

..but are you sure it works in "all" styles :question:
I speak spanish. Sorry for my bad english.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: PM Notify & Guest Register bar

Post by dmzx »

:thumbup:

User avatar

Jaantje
Users
Users
Posts: 356
Joined: 02 Nov 2014, 21:25
    Windows 8.1 Chrome

Re: PM Notify & Guest Register bar

Post by Jaantje »

Dmzx, very nice job you have made. Thanx you.
Grreeetttttzzzzz, Jaantje

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: PM Notify & Guest Register bar

Post by dmzx »

Version 1.0.1 added acp controls

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: PM Notify & Guest Register bar

Post by dmzx »

Version 1.0.2 added alternative text field

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: PM Notify & Guest Register bar

Post by martin »

I had this on 3.0.12 but left out the code for the reg part :lol:
Image

User avatar

Jaantje
Users
Users
Posts: 356
Joined: 02 Nov 2014, 21:25
    Windows 8.1 Chrome

Re: PM Notify & Guest Register bar

Post by Jaantje »

dmzx when I switch on the private messages I get beamed into your extension no PM and no notification . If I use the private messaging beam blanker I 'll get a notification!!

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Windows 7 Chrome

Re: PM Notify & Guest Register bar

Post by martin »

Just incorporated this into my theme :lol: :lol:

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Linux Chrome

Re: PM Notify & Guest Register bar

Post by Sniper_E »

martin wrote:I had this on 3.0.12 but left out the code for the reg part :lol:
That is why we have dmzx take care of things around here. :lol:
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

Jaantje
Users
Users
Posts: 356
Joined: 02 Nov 2014, 21:25
    Windows 8.1 Chrome

Re: PM Notify & Guest Register bar

Post by Jaantje »

Jaantje wrote:dmzx when I switch on the private messages I get beamed into your extension no PM and no notification . If I use the private messaging beam blanker I 'll get a notification!!
problem solved , wrong language file :wall:

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: PM Notify & Guest Register bar

Post by dmzx »

Jaantje wrote:
Jaantje wrote:dmzx when I switch on the private messages I get beamed into your extension no PM and no notification . If I use the private messaging beam blanker I 'll get a notification!!
problem solved , wrong language file :wall:
:thumbup:

User avatar

Jaantje
Users
Users
Posts: 356
Joined: 02 Nov 2014, 21:25
    Windows 8.1 Chrome

Re: PM Notify & Guest Register bar

Post by Jaantje »

Please the Dutch translation
nl.zip

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: PM Notify & Guest Register bar

Post by martin »

Send your self a pm on mine hahaha
7.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: PM Notify & Guest Register bar

Post by martin »

If you use the navbar ext then your need to play with the css for the reg/pm bar as shown in the video

video its mp4

css code

Code: Select all

/**
*
* @package PM Notify & Guest Register bar extension.
* @author dmzx (www.dmzx-web.net)
* @copyright (c) 2015 by dmzx (www.dmzx-web.net)
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* 
*/

#info {
    overflow: visible;
	min-width: 750px;
    width: 100%;
    position: fixed;
    left: 0;
    z-index:200;
    margin-top: 6px;
    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: #FFAF34;
    padding: .85em 0 .85em 0;
	text-align: center;
    text-decoration: none;
	background-position: bottom;
	background-repeat:repeat-x;
}

#infobar a:hover {
    color: #FFAF34;
	background-position: top;
	background-repeat:repeat-x;
	cursor: pointer;
}

Post Reply Previous topicNext topic