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

Remi
Users
Users
Posts: 6
Joined: 29 Apr 2016, 21:40
    Windows 8.1 Internet Explorer

Re: Animated PM Notification

Post by Remi »

Are you sure for the version, 1.0.1 or 1.0.2 ?. It did not matter much, but ...

User avatar

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

Re: Animated PM Notification

Post by Null »

Will it work in 3.2 forum?

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Animated PM Notification

Post by Sniper_E »

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 ] Image
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Animated PM Notification

Post by Sniper_E »

Null wrote: 12 Jan 2017, 01:01Will it work in 3.2 forum?
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 ] Image

User avatar

mixanobios
Users
Users
Posts: 1
Joined: 01 Jul 2016, 09:07
    Windows 7 Chrome

Re: Animated PM Notification

Post by mixanobios »

Hi, phpbbb 3.1.10 it is working perfectly with version 1.0.1 but doesn't with version 1.0.4.


Thank you!

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Linux Chrome

Re: Animated PM Notification

Post by Sniper_E »

I'll have to go back and look at 3.1.10 and get back to you on that.

User avatar

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

Re: Animated PM Notification

Post by Null »

There are some layout problems with we_universal and absolution styles.

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: Animated PM Notification

Post by jan_2017 »

Nice extension 1.01 works fine , 1.04 terrible . Let show all menus open , could not close

[ Post made via Android ] Image

User avatar

Funny
New user
New user
Posts: 126
Joined: 06 Mar 2017, 16:39
    Windows 10 Chrome

Re: Animated PM Notification

Post by Funny »

Hi
Have the extension Animated PM Notification 1.0.4 installed. If I go to actarize this error comes

Image

How can I fix this error?

mg Funny :eyes2:

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 »

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
Null wrote: 24 Jan 2017, 16:01There are some layout problems with we_universal and absolution styles.
I probably need to look into this ext again. It's been awhile.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Animated PM Notification

Post by martin »

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.
Image

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 »

@martin it was my ./versions/anipmnotify_version.jason file missing. I put it back on my server now. That error is gone.

User avatar

Funny
New user
New user
Posts: 126
Joined: 06 Mar 2017, 16:39
    Windows 10 Chrome

Re: Animated PM Notification

Post by Funny »

Hi
works now
Many thanks for the quick processing

mg Funny :eyes2:

User avatar

rammstein
Users
Users
Posts: 78
Joined: 13 Mar 2015, 19:08
    Windows 10 Firefox

Re: Animated PM Notification

Post by rammstein »

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
Image

thank you

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 »

In the event/overall_header_navbar_before.html (line 7)

Code: Select all

<span class="pm-clapping">{CURRENT_USERNAME_SIMPLE}</span>
Replace with

Code: Select all

<!-- IF CURRENT_USER_AVATAR --><span>{CURRENT_USER_AVATAR} <!-- ELSE --><span class="pm-clapping"><!-- ENDIF -->{CURRENT_USERNAME_SIMPLE}</span>
To have avatar before name and clapping image after Replace with

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

Post Reply Previous topicNext topic