Foren / Cotonti / Extensions / Request-PM Notifier

12NächsteLetzte

Hataz
#1 7. August 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 7. August 2009, 09:13
uhm, this is already included in cotonti..
Hataz
#3 8. August 2009, 08:49
No, not the thing that would make javascript pop up and say 'You Got Mail'
Ross
#4 4. September 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 4. September 2009, 21:14
if you use Leetlogin you get a popup and sound on a new PM.
5uper Mario
#6 5. September 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.

Dieser Beitrag wurde von 5uper Mario (am 5. September 2009, 04:18, vor 15 Jahre) bearbeitet
Kilandor
#7 5. September 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 5. September 2009, 09:00
:O

you gonna kill me now?
cause I already did

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

can you explain why that is?
Kilandor
#11 5. September 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 5. September 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 5. September 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.

Dieser Beitrag wurde von Kilandor (am 5. September 2009, 15:57, vor 15 Jahre) bearbeitet
GHengeveld
#14 5. September 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 5. September 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

12NächsteLetzte