151

Re: Private Messaging (pun_pm)

PanBB.Ru wrote:

Нарисуйте как это должно работать.

http://punbb.informer.com/forums/topic/ … -notifier/

That little notifier was exactly what was needed!!

I also found an extension that sends an email when a pm comes in.

Marvelous work.

152 (edited by KamWest 2020-12-26 00:48)

Re: Private Messaging (pun_pm)

Chaosmaker wrote:

Another thing that came to my mind: Even with the setting "Display 'New messages (N)' link at the top of every page." enabled, you don't really have a well visible indication for new messages (the "PM" is simply displayed bold then). As I don't like to change built-in extensions too much, I wrote my own little extension-extension for that purpose:
http://www.danielrathjen.de/punbb/pun_p … cation.zip

Preview:
http://www.danielrathjen.de/punbb/pm_notification.png
It's not the Oxygen style in that forum, but it should be clear enough to see how it works. Unfortunately only one link allowed in this post, so please copy&paste. smile

Any thoughts on that extension?

I have this installed and think it is not necessary.

Instead I used this

<span style="color:#C60000;">

Now the PM link turns Bold and Red when a new message is received

Work great for me

Edit: Functions.php in pun_pm

153

Re: Private Messaging (pun_pm)

Is there a way to take the address for pun pm

https://domain.com/pun_pm/inbox/

and change it to this:


https://domain.com/inbox/

154

Re: Private Messaging (pun_pm)

You can try to edit the files:
/extensions/pun_pm/url/Folder_based.php
/extensions/pun_pm/url/Folder_based_(fancy).php

But if there are collisions with other paths, then some of them will not be available.

ForkBB
I speak only Russian  :P

155

Re: Private Messaging (pun_pm)

1. Fix pun_pm_next_reply() function  https://github.com/MioVisman/punbb_exte … 7f14b9ea66
2. Fix style for display less than 800px https://github.com/MioVisman/punbb_exte … 48b0d0aeb5

ForkBB
I speak only Russian  :P