Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
dmzx Online
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 21 Dec 2016, 21:41
Extension Name: Private Message info
Author: dmzx
Special thanks to: martin
Extension Description:
Private message info in nice drop down.
Screenshot:
Extension Download:
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `privatemessageinfo `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `privatemessageinfo ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/privatemessageinfo/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Private Message info ` under the Disabled Extensions list, and click its `Enable ` link.
lopoto
Users
Posts: 73 Joined: 28 Dec 2014, 01:59
Post
by lopoto » 21 Dec 2016, 21:59
Nice
Anders
Users
Posts: 80 Joined: 15 Sep 2015, 08:15
Post
by Anders » 21 Dec 2016, 22:01
Like it thanks
Midway
Translators
Posts: 115 Joined: 08 Dec 2014, 10:27
Post
by Midway » 22 Dec 2016, 23:47
Very good I like it thanks
zardos
Users
Posts: 175 Joined: 26 Feb 2016, 23:20
Post
by zardos » 23 Dec 2016, 23:02
Very nice, Thanks
dsaf
Users
Posts: 33 Joined: 17 Jan 2015, 17:51
Post
by dsaf » 09 Jan 2017, 08:09
Download doesnt work?
dmzx Online
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 09 Jan 2017, 08:11
dsaf wrote: 09 Jan 2017, 08:09
Download doesnt work?
Works normal here, try again.
Xxxbennyxxx
Users
Posts: 74 Joined: 30 Dec 2014, 22:23
Post
by Xxxbennyxxx » 11 Jan 2017, 20:22
How can I change the color of the box?
Because changes below do not work
Code: Select all
.privatemessageinfo {
animation: privatemessageinfo 15s;
color: #fff;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
background: rgba(16, 82, 137, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##b30089f', endColorstr='#b30089',GradientType=0 );
border: #fff solid 4px;
border-radius: 10px;
display: none;
left: 0;
right: 0;
margin: 0px auto;
padding: 10px 2px 15px;
position: fixed;
text-align: center;
top: -304px;
width: 45%;
height: 9em;
overflow: hidden;
z-index: 500;
}
a.privatemessageinfobutton:link {
font-size: 1.4em;
color: #fff;
vertical-align: middle;
}
a.privatemessageinfobutton:visited {
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a.privatemessageinfobutton:hover {
font-size: 1.4em;
color: #ccc;
vertical-align: middle;
}
a.privatemessageinfoclose:link {
font-size: 1.4em;
color: #fff;
vertical-align: middle;
}
a.privatemessageinfoclose:visited {
color: #fff;
font-size: 11px;
font-weight: bold;
}
a.privatemessageinfoclose:hover {
font-size: 1.4em;
color: #ccc;
vertical-align: middle;
}
.privatemessageinfobutton_text {
font-size: 1.4em;
color: #fff;
vertical-align: middle;
}
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
.privatemessageinfo {
animation: none;
}
}
@keyframes privatemessageinfo {0% {top:-304px;} 10% {top:40px;} 90% {top:40px;} 100% {top:-304px;}}
dmzx Online
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 11 Jan 2017, 20:29
The background: rgba(16, 82, 137, 0.8); in .privatemessageinfo { is for the colour.
Change that and clear cache.
infspirit
Translators
Posts: 25 Joined: 13 Sep 2015, 20:50
Post
by infspirit » 12 Jan 2017, 22:03
Spanish translation :)
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Musiker15
Users
Posts: 29 Joined: 07 Oct 2016, 16:10
Post
by Musiker15 » 12 Jan 2017, 22:29
German Translation
de.rar
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...
________________________________________________________________
Smayliks
Users
Posts: 2 Joined: 29 Nov 2016, 07:41
Post
by Smayliks » 04 Feb 2017, 13:19
Translate for russian
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
shekar4evr
Users
Posts: 2 Joined: 27 Apr 2017, 18:01
Post
by shekar4evr » 27 Apr 2017, 18:42
Excellent . thank you very much
dmzx Online
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 22 May 2017, 14:28
Sinister Smile wrote: 22 May 2017, 14:21
is it possible to phpbb 3.1.10?
This extension uses fa icons and only default in 3.2
Thats why only for 3.2 for now, maybe future release.