Alert Messenger Find a MOD


Members Menu
Remember Me?
or
Register
Alert Messenger Ver.1.2
1.2
3.4.07
Carefree
24 January 2012
No Rating
0
360
I fixed the repeating alerts issue, etc. I also updated the "readme" file so it is 3.4.07 compatible.

Files for both computer/European date schemes are included.

v1.2 Fixed lines 57-58 in "inc_alert.asp" for European date schemes.
Alert Messenger Ver.1.0
1.0
3.4
rgrund
20 June 2003
2
2298
Hi,

If you need to alert your logged on members of any news, this MOD does it for you! It opens up an javascript alert message and displays the message. Has an admin section to add, edit and delete alerts.

No Demo available! It would make my users nuts!

Initial Release: 10. June, 2003

Alert Messenger 1.0

For Snitz 3.4.02+

Database: Access

Follow the readme instructions.

Easy to install!

If you have any questions please post here!

Bob



Update

If you have already installed the script and have not deleted an alert yet then you have missed the SQL error.

To solve this goto line 130 in the file admin_alert.asp which should be

DelSql = DelSql & "WHERE (((AM_ID)=" & Request.QueryString("ID") & "))"

and replace it with

DelSql = DelSql & " WHERE (((AM_ID)=" & Request.QueryString("ID") & "))"

or just add a space before the WHERE clause.