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 2Null 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.
Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.1 & 3.2 Extensions Database 3.1 / 3.2 ⇒ Animated PM Notification
-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
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.
Last edited by Sniper_E on 21 Oct 2015, 18:50, edited 1 time in total.
-
Solidjeuh
- Donator

- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Animated PM Notification
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
But ok I can also live with 1.0.1 version
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
Nully
- Users

- Posts: 111
- Joined: 08 Sep 2015, 12:29
Re: Animated PM Notification
I'm happy to install back version 1.0.1
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
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.Solidjeuh wrote:Hmz I find that login useful.. I was just missing the checked box to stay logged in...
Anyone not wanting that can remove that template... or ...I could make a switch for it in the ACP for it.
As I have tried to explain writing out Messages as Private Messages is too long and is not good for the responsive layout.Nully wrote:[2] messages prives non lus
This is the responsive layout with just the Messages text.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;
}
}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.
-
Nully
- Users

- Posts: 111
- Joined: 08 Sep 2015, 12:29
Re: Animated PM Notification
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
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
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.
-
Solidjeuh
- Donator

- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Animated PM Notification
Maybe a stupid idea, but maybe use scroll text? so that everything fits..
Marquee that stops when mouse over.. ?
Marquee that stops when mouse over.. ?
Last edited by Solidjeuh on 21 Oct 2015, 23:51, edited 1 time in total.
-
kronos1
- Users

- Posts: 7
- Joined: 23 Sep 2015, 11:55
Re: Animated PM Notification
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?
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.
-
Nully
- Users

- Posts: 111
- Joined: 08 Sep 2015, 12:29
Re: Animated PM Notification
I don't have this problem, because I have mChat on top, so "Mark forum red" is below mChat 
-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
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.htmlIt 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.
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">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.
-
kronos1
- Users

- Posts: 7
- Joined: 23 Sep 2015, 11:55
Re: Animated PM Notification
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.
Thank you for the help.
-
Nully
- Users

- Posts: 111
- Joined: 08 Sep 2015, 12:29
Re: Animated PM Notification
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.
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.
-
kronos1
- Users

- Posts: 7
- Joined: 23 Sep 2015, 11:55
Re: Animated PM Notification
I don't have mchat installed.
-
kronos1
- Users

- Posts: 7
- Joined: 23 Sep 2015, 11:55
Re: Animated PM Notification
It is another ext that is causing the problem, again thanks for your help.
-
infspirit
- Translators

- Posts: 25
- Joined: 13 Sep 2015, 20:50
Re: Animated PM Notification
Spanish translation ;)
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
Null
- Users

- Posts: 125
- Joined: 09 Oct 2015, 06:03
Re: Animated PM Notification
Another one? Here it isinfspirit wrote:spanish translation ;)
Last edited by Null on 06 Nov 2015, 14:23, edited 1 time in total.
