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
-
Remi
- Users

- Posts: 6
- Joined: 29 Apr 2016, 21:40
Re: Animated PM Notification
Are you sure for the version, 1.0.1 or 1.0.2 ?. It did not matter much, but ...
-
Null
- Users

- Posts: 125
- Joined: 09 Oct 2015, 06:03
Re: Animated PM Notification
Will it work in 3.2 forum?
-
Sniper_E Online
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
I just went to phpbb 3.2.0 so I'm sure it needs to be updated. Not sure if it will install on 3.2... I've been wanting to expand this to include notifications also, so I may play around with it again. It's been awhile since I looked at this.
We'll I'll be... I just installed this in 3.2.0 and it still works.
I'll work on the updates I wanted and share later.
[ Post made via Samsung Galaxy S5 Active ]
We'll I'll be... I just installed this in 3.2.0 and it still works.
I'll work on the updates I wanted and share later.
[ Post made via Samsung Galaxy S5 Active ]

-
Sniper_E Online
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
It will now. Fist post updated with version 1.0.4
For phpBB 3.2.0 - Shows new PMs and new post notifications.
[ Post made via Samsung Galaxy S5 Active ]

-
mixanobios
- Users

- Posts: 1
- Joined: 01 Jul 2016, 09:07
Re: Animated PM Notification
Hi, phpbbb 3.1.10 it is working perfectly with version 1.0.1 but doesn't with version 1.0.4.
Thank you!
Thank you!
-
Sniper_E Online
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
I'll have to go back and look at 3.1.10 and get back to you on that.
-
Null
- Users

- Posts: 125
- Joined: 09 Oct 2015, 06:03
Re: Animated PM Notification
There are some layout problems with we_universal and absolution styles.
-
jan_2017
- Users

- Posts: 203
- Joined: 05 Feb 2017, 10:21
Re: Animated PM Notification
Nice extension 1.01 works fine , 1.04 terrible . Let show all menus open , could not close
[ Post made via Android ]
[ Post made via Android ]

-
Funny
- New user

- Posts: 126
- Joined: 06 Mar 2017, 16:39
Re: Animated PM Notification
Hi
Have the extension Animated PM Notification 1.0.4 installed. If I go to actarize this error comes

How can I fix this error?
mg Funny
Have the extension Animated PM Notification 1.0.4 installed. If I go to actarize this error comes

How can I fix this error?
mg Funny
-
Sniper_E Online
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
I fixed that error for you Funny. Try again.
jan_2017 wrote: 21 Feb 2017, 20:29nice extension 1.01 works fine , 1.04 terrible . Let show all menus open , could not close
I probably need to look into this ext again. It's been awhile.Null wrote: 24 Jan 2017, 16:01There are some layout problems with we_universal and absolution styles.
-
martin
- Admin

- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Animated PM Notification
Looks like a bad install or update error to me ie ext installed and then new files uploaded (that needed to be unistalled first) then when on activating you get the bla bla bla file cant be found.

-
Sniper_E Online
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
@martin it was my ./versions/anipmnotify_version.jason file missing. I put it back on my server now. That error is gone.
-
Funny
- New user

- Posts: 126
- Joined: 06 Mar 2017, 16:39
Re: Animated PM Notification
Hi
works now
Many thanks for the quick processing
mg Funny
works now
Many thanks for the quick processing
mg Funny
-
rammstein
- Users

- Posts: 78
- Joined: 13 Mar 2015, 19:08
Re: Animated PM Notification
Good evening everyone
I have a small question it would be possible to put the avartar in front of the Pseudo and the icon behind the Pseudo that can be seen on this image

thank you
I have a small question it would be possible to put the avartar in front of the Pseudo and the icon behind the Pseudo that can be seen on this image

thank you
-
Sniper_E Online
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Animated PM Notification
In the event/overall_header_navbar_before.html (line 7)
Replace with
To have avatar before name and clapping image after Replace with
Code: Select all
<span class="pm-clapping">{CURRENT_USERNAME_SIMPLE}</span>Code: Select all
<!-- IF CURRENT_USER_AVATAR --><span>{CURRENT_USER_AVATAR} <!-- ELSE --><span class="pm-clapping"><!-- ENDIF -->{CURRENT_USERNAME_SIMPLE}</span>Code: Select all
<!-- IF CURRENT_USER_AVATAR --><span>{CURRENT_USER_AVATAR} {CURRENT_USERNAME_SIMPLE}</span><span class="pm-clapping"></span><!-- ELSE --><span class="pm-clapping">{CURRENT_USERNAME_SIMPLE}</span><!-- ENDIF -->