Author |
Topic |
vesse
New Member
United Kingdom
69 Posts |
Posted - 29 May 2002 : 14:12:45
|
Title: NewsFlash MOD Version: 1.2 Compatability: Version 3.3.x NewsFlash contains relevant code for ensuring that malicious code cannot be processed by the scripts. Download: Please check http://ls3k.com/snitz and Download "NewsFlash MOD v1.2" Description: Serves NewsFlash Alerts to most forum pages (all those using inc_top.asp). NewsFlash Alerts can be set to be viewed by only certain member levels and expire after set periods. Demo: No Demo Currently available Support: Please post replies to this topic or email webmaster@vdesign-studios..
Features: Admin Interface For: Enabling/Disabling Feature Setting View Level Setting Author Level Enabling/Disabling Priority Sorting Reviewing Alerts Deleting All Alerts/Expired Alerts Enabling/Disabling Alert Signatures Setting Signatures to Dynamic/Static for Alerts Locking Alerts Edited On Date View Counts (and Logs) Hold Alerts Viewed Alerts are hidden Topic Bar Improved Admin functuality AutoExtend Expiry on popular Alerts Admin Lock Overide
User and Admin Interface for: Adding Alerts Editing and Deleting Alerts Viewing Alerts Individual Member Feature Toggle
Fixes and Additions in Version 1.2:[i] Formatting Buttons in Add and Edit Alerts Hold Alerts New DB Fields for features Improved inc_newsflash.asp Improved newflash.asp Hot Alerts w/ AutoExtend Capability Popup Lock/Unlock page View All Alerts Page New functions in inc_functions.asp Popup View Alert Logs Page Hide Viewed Alerts, Administrators immune to this function Added NewsFlash Links to inc_top.asp and inc_jump_to.asp Added Topic Bar with number of unread Alerts for each member
I believe this version of the MOD to be a lot more stable and efficient than previous versions and as far as I know is totally bug free!!
Hope people like this MOD and make use of it. And please report any bugs you may find and post any ideas for further imporvements you may have.
Special Thanks to Crash for his ideas for extra features tp this MOD which I've implemented into this Version along with my own ideas.
Building Web Systems for a new Generation @ http://www.vdesign-studios.com webmaster@vdesign-studios.com rvesse@hotmail.com rvesse@dhtmlshock.com
Edited by - vesse on 20 June 2002 15:20:34 |
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 29 May 2002 : 18:25:40
|
quote: Special Thanks to Crash for his ideas for extra features to this MOD which I've implemented into this Version along with my own ideas.
that sentence is enough to make me use this MOD!
will install it immediately!
Crash's Site | Crash is from
|
|
|
HarshReality
Junior Member
USA
128 Posts |
Posted - 29 May 2002 : 19:08:27
|
looks like Crash is everywhere, lol
but this one has me curious as well
Anti Social Personality |
|
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 29 May 2002 : 20:04:20
|
Ok, deal me in too!
|
|
|
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 29 May 2002 : 20:15:38
|
Hi~ i just installed this GREAT mod, everything seem fine except... on the end of a topic view.. this error message:
Microsoft VBScript runtime ERROR '800a000d'
Type mismatch: 'getNewsFlashTopicBar'
/doramoon/forum/topic.asp, line1020
coz i have the Poll MOD installed already, so when i edit the topic.asp, i'm REALLY not sure i replace the code in right place...
could someone also the same problem tell me how to edit this file correctly? thx.
and about the plentiful functions of this MOD, i think it should take me some more time to get it....
thank vesse creating this great work !
~~ ¡¹ ¡¸ ¡¸¡¹ ¡¸ ¡¹ ~~ |
|
|
vesse
New Member
United Kingdom
69 Posts |
Posted - 30 May 2002 : 02:46:14
|
Sorry bout the bug, a bit of an oversite in the readme files (now corrected). Here is the section of nfreadme.txt that was missing, this refers to editing topic.asp:
After this line:
<!--#INCLUDE FILE="inc_moderation.asp" -->
Add this line:
<!--#include file="inc_newsflash_topicbar.asp"-->
That should get the MOD working fine, sorry!
Building Web Systems for a new Generation @ http://www.vdesign-studios.com webmaster@vdesign-studios.com rvesse@hotmail.com rvesse@dhtmlshock.com
Edited by - vesse on 30 May 2002 02:48:02 |
|
|
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 30 May 2002 : 09:20:39
|
thx, vesse. now this problem is solved. :-P but in actually, i can't understand what the function getNewsFlashTopicBar meaning on earth? it just show how many unread news alerts about the "TOPIC POSTER", not about the "Topic Viewer" or "USER". right !?
and a little new problems found : 1. when i log out (i.e. not member login), the defaul.asp page seem no more load correctly. the error message indicate something like "BOF or EOF is true....." in inc_function.asp.
2. the edited footer in alert message, seem not show correctly for me. always the "Invalid use of Null: 'Replace' " error in inc_function.asp occurred, then i must change the line201 in newsflash.asp to show it. " " & FormatStr(ChkString(rsNF("N_EDITED"), "message")) & vbcrlf & _ to " " & FormatStr(ChkString(rsNF("N_EDITED"), "display")) & vbcrlf & _ but still have some problem with this.
btw, i must say it's maybe just my own problem.. coz i have a heavily modified inc_function.asp file..... not really the bug of this FlashNews MOD.
~~ ¡¹ ¡¸ ¡¸¡¹ ¡¸ ¡¹ ~~ |
|
|
vesse
New Member
United Kingdom
69 Posts |
Posted - 30 May 2002 : 14:12:30
|
The getNewsFlashTopicBar function calculates the number of unread Alerts for the poster of the topic and the poster's of any replies to that topic.
The problem with changing the chkString call type to display is that forum code will not be processed and displayed correctly. I can't seem to find the source of the replace error you were getting.
The logout bug occurs when you have set NewsFlash View to everyone. The source of the problem is actually in a forum function and not one of the NewsFlash functions. You can fix this problem by editing the following line in the function getMemberID:
Change: getMemberID = rsGetMemberID("MEMBER_ID") To: if not rsGetMemberID.eof then getMemberID = rsGetMemberID("MEMBER_ID") else getMemberID = "0" end if
Building Web Systems for a new Generation @ http://www.vdesign-studios.com webmaster@vdesign-studios.com rvesse@hotmail.com rvesse@dhtmlshock.com |
|
|
vesse
New Member
United Kingdom
69 Posts |
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 30 May 2002 : 16:55:32
|
the MOD works like a charm after adding that forgotten include file!
i thank thee! i love it! mind if i edit it a little to make it more suitable for my version of the code?
Crash's Site | Crash is from
|
|
|
vesse
New Member
United Kingdom
69 Posts |
|
vesse
New Member
United Kingdom
69 Posts |
|
nastea
Starting Member
16 Posts |
Posted - 09 July 2002 : 21:18:13
|
i'm getting this error what have i done wrong
Microsoft VBScript compilation error '800a03ea'
Syntax error
/forums/inc_jump_to.asp, line 95
'Show NewsFlash Links if Enabled ^
|
|
|
Etymon
Advanced Member
United States
2385 Posts |
|
SmokeMeRot
Starting Member
Netherlands
11 Posts |
Posted - 09 August 2002 : 11:14:20
|
quote: Originally posted by nastea
i'm getting this error what have i done wrong Microsoft VBScript compilation error '800a03ea' Syntax error /forums/inc_jump_to.asp, line 95 'Show NewsFlash Links if Enabled ^
I am getting the same ?? i think it is strange to work with if statement here , but with other peeps here it seem to work ?? What do people have in the inc_jump_to.asp ?? cause with me it wont work ?? |
|
|
SmokeMeRot
Starting Member
Netherlands
11 Posts |
Posted - 09 August 2002 : 11:33:58
|
Ok i think i solved this problem :
What i did is i pasted the lines between Forumtype and ForumID around line 81. It now seems to work , only now i wonder how to get the the newsflash table in the forum in stead off floating above it ??
well you never know i might figure it out and post it. |
|
|
Topic |
|