3.2.x Extensions Database 3.2 / 3.3Private Message info

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

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

Private Message info

Post by dmzx »

Extension Name: Private Message info
Author: dmzx

Special thanks to: martin

Extension Description:
Private message info in nice drop down.



Screenshot:
Image

Extension Download:


Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `privatemessageinfo`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. 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
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Private Message info` under the Disabled Extensions list, and click its `Enable` link.

User avatar

lopoto
Users
Users
Posts: 79
Joined: 28 Dec 2014, 01:59
    Windows 10 Firefox

Re: Private Message info

Post by lopoto »

Nice :beers:

User avatar

Anders
Users
Users
Posts: 80
Joined: 15 Sep 2015, 08:15
    Linux Chrome

Re: Private Message info

Post by Anders »

Like it thanks :beers: :beers:

User avatar

Midway
Translators
Translators
Posts: 115
Joined: 08 Dec 2014, 10:27
    Windows 7 Firefox

Re: Private Message info

Post by Midway »

Very good I like it thanks

User avatar

zardos
Users
Users
Posts: 175
Joined: 26 Feb 2016, 23:20
    Ubuntu Firefox

Re: Private Message info

Post by zardos »

Very nice, Thanks
Image

User avatar

dsaf
Users
Users
Posts: 33
Joined: 17 Jan 2015, 17:51
    Windows 10 Chrome

Re: Private Message info

Post by dsaf »

Download doesnt work? :guns:

User avatar

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

Re: Private Message info

Post by dmzx »

dsaf wrote: 09 Jan 2017, 08:09 Download doesnt work? :guns:
Works normal here, try again.

User avatar

Xxxbennyxxx
Users
Users
Posts: 74
Joined: 30 Dec 2014, 22:23
    Windows 8.1 Chrome

Re: Private Message info

Post by Xxxbennyxxx »

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;}}


User avatar

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

Re: Private Message info

Post by dmzx »

The background: rgba(16, 82, 137, 0.8); in .privatemessageinfo { is for the colour.
Change that and clear cache.

User avatar

infspirit
Translators
Translators
Posts: 25
Joined: 13 Sep 2015, 20:50
    Windows 8.1 Chrome

Re: Private Message info

Post by infspirit »

Spanish translation :)
You do not have the required permissions to view the files attached to this post.

User avatar

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

Re: Private Message info

Post by Musiker15 »

German Translation
de.rar
You do not have the required permissions to view the files attached to this post.
I'm from Germany so my English is not the best...
________________________________________________________________
Image

User avatar

Smayliks
Users
Users
Posts: 2
Joined: 29 Nov 2016, 07:41
    Windows 7 Firefox

Re: Private Message info

Post by Smayliks »

Translate for russian
You do not have the required permissions to view the files attached to this post.

User avatar

shekar4evr
Users
Users
Posts: 2
Joined: 27 Apr 2017, 18:01
    Windows 7 Firefox

Re: Private Message info

Post by shekar4evr »

Excellent . thank you very much

User avatar

Sinister Smile
Users
Users
Posts: 63
Joined: 06 Jan 2017, 19:50
    Windows 7 Chrome

Re: Private Message info

Post by Sinister Smile »

Is it possible to phpbb 3.1.10?

User avatar

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

Re: Private Message info

Post by dmzx »

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.

Post Reply Previous topicNext topic