Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.1 & 3.2 Extensions Database 3.1 / 3.2Animated PM Notification

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Animated PM Notification

Post by Sniper_E »

Version 1.0.1 is on the first post in this topic and in the GitHub repository and at .com - Let's not be throwing copies out all over the internet.
Null wrote:If someone wants version 1.0.1, its here: YOU DO NOT NEED TO RE-DISTRIBUTE COPIES OF MY EXTENSION NULL. PLEASE REMOVE THAT.
OK, OK, OK, I was trying something out and it didn't work. We are back to version 1.0.1 - phpBB • [DEV] Animated PM Notification - Page 2
Last edited by Sniper_E on 21 Oct 2015, 18:50, edited 1 time in total.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Animated PM Notification

Post by Solidjeuh »

Hmz I find that login useful.. I was just missing the checked box to stay logged in...
But ok I can also live with 1.0.1 version :rolling:
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

Nully
Users
Users
Posts: 111
Joined: 08 Sep 2015, 12:29
    Windows 7 Firefox

Re: Animated PM Notification

Post by Nully »

I'm happy to install back version 1.0.1 :rolling:
animpm_101.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

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Animated PM Notification

Post by Sniper_E »

Solidjeuh wrote:Hmz I find that login useful.. I was just missing the checked box to stay logged in...
I could add that back in but put it in a different template for placing it over the header. And I can add the check box in.
Anyone not wanting that can remove that template... or ...I could make a switch for it in the ACP for it.
Nully wrote:[2] messages prives non lus
As I have tried to explain writing out Messages as Private Messages is too long and is not good for the responsive layout.

This is the responsive layout with just the Messages text.
animated_pm_responsive1.gif
Do you see that even without the "Private Messages" text in there it is already running off the area it sits in on 320px width.

I think the way it is now the images even need to be taken out. I changed this in the bottom of the anipmnotify.css stylesheet.

Code: Select all

@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
	.pm-have {
		display: none;
	}
	.pm-read {
		background: url("");
		padding-right: 0;
	}
	.pm-mail {
		background: url("");
		padding: 0;
	}
}
Without the images it gives you a little more room to fit all of it.
animated_pm_responsive2.gif
You might want to check your responsive layout with the "Private Messages" text being in yours.
With just 1 message showing it may be fine. But with 1 new message and 2 unread messages it may run of the page even without the images.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Nully
Users
Users
Posts: 111
Joined: 08 Sep 2015, 12:29
    Windows 7 Firefox

Re: Animated PM Notification

Post by Nully »

Without changing anything, layout on my two smartphones portrait mode is ok.
Even on the small one - I don't know dimensions - it is Motorola xt925.
My username has 9 letters. May be with a long username it could be bad.

Using a website to test, iPhone 5 portrait · width: 320px, words are too long.
I'll try tomorrow using your modifications in .css

Edit
I added your code in .css file, I shortened one of "message privé" and it seems ok :smile:

Code: Select all

'PM_YOU_HAVE'		=> 'Vous avez',
		'PM_READ'			=> 'Lisez votre MP',
		'PM_READ_S'		=> 'Lisez vos MP',
		'PM_NEW'			=> 'Nouveau message privé',
		'PM_NEW_S'		=> 'Nouveaux messages privés',
		'PM_UNREAD'		=> 'message privé non lu',
		'PM_UNREAD_S'		=> 'messages privés non lus',
Last edited by Nully on 22 Oct 2015, 11:43, edited 1 time in total.

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Animated PM Notification

Post by Solidjeuh »

Maybe a stupid idea, but maybe use scroll text? so that everything fits..
Marquee that stops when mouse over.. ?
Last edited by Solidjeuh on 21 Oct 2015, 23:51, edited 1 time in total.

User avatar

kronos1
Users
Users
Posts: 7
Joined: 23 Sep 2015, 11:55
    Windows 10 Internet Explorer

Re: Animated PM Notification

Post by kronos1 »

Since installing this extension my 'Mark forums read' text is no longer to the right of the screen, can I do anything to put this back?
Pic.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by kronos1 on 24 Oct 2015, 13:59, edited 1 time in total.

User avatar

Nully
Users
Users
Posts: 111
Joined: 08 Sep 2015, 12:29
    Windows 7 Firefox

Re: Animated PM Notification

Post by Nully »

I don't have this problem, because I have mChat on top, so "Mark forum red" is below mChat :whistl:

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Animated PM Notification

Post by Sniper_E »

This ext is placed above where your chat is on top. It is even place above the time. It is placed right below the navbar.

overall_header.html

Code: Select all

			</div>
		</div>

		<!-- INCLUDE navbar_header.html -->
	</div>

	<!-- EVENT overall_header_page_body_before -->

	<a id="start_here" class="anchor"></a>
	<div id="page-body">
It uses the overall_header_page_body_before.html so you can see where it places it. I don't think the location is the problem.

The only way this ext could effect your mark forums read is if I had a class the interfered with that.
I was careful to use .pm- at the beginning of all the classes for this ext so it wouldn't conflict with any phpbb classes.

Have you tried to disabled this ext to see if your mark forums read goes back to the right?
I don't see how this ext could cause that problem. Grab the latest version off of GitHub and try again.

User avatar

kronos1
Users
Users
Posts: 7
Joined: 23 Sep 2015, 11:55
    Windows 10 Internet Explorer

Re: Animated PM Notification

Post by kronos1 »

I have installed the latest version and uninstalled it, the problem it still there so it looks like it is not this ext.

Thank you for the help.

User avatar

Nully
Users
Users
Posts: 111
Joined: 08 Sep 2015, 12:29
    Windows 7 Firefox

Re: Animated PM Notification

Post by Nully »

Hi Sniper,
I hope you're not giving a reply to me, because you are talking about mChat position.
I have no problem about location.
My post was a (bad) joke for kronos1.
I don't know if he has mChat.

User avatar

kronos1
Users
Users
Posts: 7
Joined: 23 Sep 2015, 11:55
    Windows 10 Internet Explorer

Re: Animated PM Notification

Post by kronos1 »

I don't have mchat installed.

User avatar

kronos1
Users
Users
Posts: 7
Joined: 23 Sep 2015, 11:55
    Windows 10 Internet Explorer

Re: Animated PM Notification

Post by kronos1 »

It is another ext that is causing the problem, again thanks for your help.

User avatar

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

Re: Animated PM Notification

Post by infspirit »

Spanish translation ;)
es.rar
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Animated PM Notification

Post by Null »

infspirit wrote:spanish translation ;)
Another one? Here it is Animated PM Notification
Last edited by Null on 06 Nov 2015, 14:23, edited 1 time in total.

Post Reply Previous topicNext topic