<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
dmzx
Founder
Posts: 6573 Joined: Jan 13th, '14, 20:45
Status:
Offline
User theme: Dark
Post
by dmzx » Dec 21st, '16, 20: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: 79 Joined: Dec 28th, '14, 00:59
Status:
Offline
User theme: Dark
Post
by lopoto » Dec 21st, '16, 20:59
Nice
Anders
Users
Posts: 80 Joined: Sep 15th, '15, 06:15
Status:
Offline
User theme: Dark
Post
by Anders » Dec 21st, '16, 21:01
Like it thanks
Midway
Translators
Posts: 115 Joined: Dec 8th, '14, 09:27
Status:
Offline
User theme: Dark
Post
by Midway » Dec 22nd, '16, 22:47
Very good I like it thanks
zardos
Users
Posts: 175 Joined: Feb 26th, '16, 22:20
Status:
Offline
User theme: Dark
Post
by zardos » Dec 23rd, '16, 22:02
Very nice, Thanks
dsaf
Users
Posts: 33 Joined: Jan 17th, '15, 16:51
Status:
Offline
User theme: Dark
Post
by dsaf » Jan 9th, '17, 07:09
Download doesnt work?
dmzx
Founder
Posts: 6573 Joined: Jan 13th, '14, 20:45
Status:
Offline
User theme: Dark
Post
by dmzx » Jan 9th, '17, 07:11
dsaf wrote: Jan 9th, '17, 07:09
Download doesnt work?
Works normal here, try again.
Xxxbennyxxx
Users
Posts: 74 Joined: Dec 30th, '14, 21:23
Status:
Offline
User theme: Dark
Post
by Xxxbennyxxx » Jan 11th, '17, 19: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
Founder
Posts: 6573 Joined: Jan 13th, '14, 20:45
Status:
Offline
User theme: Dark
Post
by dmzx » Jan 11th, '17, 19: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: Sep 13th, '15, 18:50
Status:
Offline
User theme: Dark
Post
by infspirit » Jan 12th, '17, 21: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: Oct 7th, '16, 14:10
Status:
Offline
User theme: Dark
Post
by Musiker15 » Jan 12th, '17, 21: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: Nov 29th, '16, 06:41
Status:
Offline
User theme: Dark
Post
by Smayliks » Feb 4th, '17, 12: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: Apr 27th, '17, 16:01
Status:
Offline
User theme: Dark
Post
by shekar4evr » Apr 27th, '17, 16:42
Excellent . thank you very much
Sinister Smile
Users
Posts: 63 Joined: Jan 6th, '17, 18:50
Status:
Offline
User theme: Dark
Post
by Sinister Smile » May 22nd, '17, 12:21
Is it possible to phpbb 3.1.10?
dmzx
Founder
Posts: 6573 Joined: Jan 13th, '14, 20:45
Status:
Offline
User theme: Dark
Post
by dmzx » May 22nd, '17, 12:28
Sinister Smile wrote: May 22nd, '17, 12: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.