Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/live627/smf-post-notifier

Ribbon at the top of the topic display that will show only if there are new posts.
https://github.com/live627/smf-post-notifier

Last synced: 1 day ago
JSON representation

Ribbon at the top of the topic display that will show only if there are new posts.

Awesome Lists containing this project

README

        

# Post Notifier

This mod will add a ribbon at the top of the topic display that will show only if there are new posts within that topic. This, as you may have guessed, uses AJAX.

It updates every 60 seconds. To change, go and open ./Themes/defautl/scripts/postnotifier.js. Replace

```
60000
```

with

```
30000
```

and that will set the timer to 30 seconds, or 30,000 milliseconds.