Форумы / Cotonti / Extensions / Request-PM Notifier

12>>>

Hataz
#1 07.08.2009 07:41
Can someone make a PM notifier plugin? When you go to the homepage of a cotonti site the plugin should make a thing pop up saying you have a message.
Kingsley
#2 07.08.2009 09:13
uhm, this is already included in cotonti..
Hataz
#3 08.08.2009 08:49
No, not the thing that would make javascript pop up and say 'You Got Mail'
Ross
#4 04.09.2009 20:24
It is included or a plugin in Seditio. I even miss it in Cotonti. It'd be great if somebody coded it - for notifying PMs, new posts, new pages...
DemptD
#5 04.09.2009 21:14
if you use Leetlogin you get a popup and sound on a new PM.
5uper Mario
#6 05.09.2009 04:02
# DemptD : if you use Leetlogin you get a popup and sound on a new PM.

Yep ;)

or if it doesn't work due to compatibility you can always ask me and I'll try and port it.
Отредактировано: 5uper Mario (05.09.2009 04:18, 15 лет назад)
Kilandor
#7 05.09.2009 08:53
God no i'll kill the person that port's that plugin, ban them and kill them some more. (LeetLogin) that is.

What the hataz wants could be done very simply. heck it doesn't even require a plugin

<!-- IF {PHP.usr.messages} -->
<script type="text/javascript">
alert('You have {PHP.usr.messages} new private messages');
</script>
<!-- ENDIF -->

That should work but.... It would do it every page load till they read their PM's, it could be expaneded to use cookies or something to prevent that Its just a simple example
5uper Mario
#8 05.09.2009 09:00
:O

you gonna kill me now?
cause I already did

just did, a few other plugins as well.
Kilandor
#9 05.09.2009 09:06
Burn it destroy it now, let that plugin die! :)
Kingsley
#10 05.09.2009 13:47
@ kilandor

can you explain why that is?
Kilandor
#11 05.09.2009 14:25
Well no offense to whoever created it I don't recall, but its a very messy, badly programed, and unatractive. Although I can honestly say nothing else either really provides the functionalty like it did though in truth.
Kingsley
#12 05.09.2009 14:55
I was not offended, just curious for the reasons of your strong words..

Is is hard to make?

maybe this could be my first php project... Got to start somewhere with php, right..?
Kilandor
#13 05.09.2009 15:51
Looking back yea its a pretty simple plugin overall. But a few things it does really isn't even needed, like the code for the quick login

Guess it wasn't as bad as I remebered but anyways(Think maybe I got confused with a different plugin). Yea it wouldn't be a bad place to start.
Отредактировано: Kilandor (05.09.2009 15:57, 15 лет назад)
GHengeveld
#14 05.09.2009 18:29
LeetLogin in my opinion is legacy. Most of its features can be done by Cotonti by default. Mostly by using the IF/ELSE system in XTemplate.
Kingsley
#15 05.09.2009 18:58
# Koradhil : LeetLogin in my opinion is legacy. Most of its features can be done by Cotonti by default. Mostly by using the IF/ELSE system in XTemplate.

well, show us how to :p

12>>>