Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 NewsFlash MOD Version 1.2 Released!
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

vesse
New Member

United Kingdom
69 Posts

Posted - 29 May 2002 :  14:12:45  Show Profile  Visit vesse's Homepage  Send vesse an AOL message  Send vesse an ICQ Message
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  Show Profile  Visit crash's Homepage
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
Go to Top of Page

HarshReality
Junior Member

USA
128 Posts

Posted - 29 May 2002 :  19:08:27  Show Profile  Visit HarshReality's Homepage  Send HarshReality an AOL message  Send HarshReality an ICQ Message  Send HarshReality a Yahoo! Message
looks like Crash is everywhere, lol

but this one has me curious as well

Anti Social Personality
Go to Top of Page

Etymon
Advanced Member

United States
2385 Posts

Posted - 29 May 2002 :  20:04:20  Show Profile  Visit Etymon's Homepage

Ok, deal me in too!

Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 29 May 2002 :  20:15:38  Show Profile
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 !


~~ ¡¹ ¡¸ ¡¸¡¹ ¡¸ ¡¹ ~~
Go to Top of Page

vesse
New Member

United Kingdom
69 Posts

Posted - 30 May 2002 :  02:46:14  Show Profile  Visit vesse's Homepage  Send vesse an AOL message  Send vesse an ICQ Message
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
Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 30 May 2002 :  09:20:39  Show Profile
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.


~~ ¡¹ ¡¸ ¡¸¡¹ ¡¸ ¡¹ ~~
Go to Top of Page

vesse
New Member

United Kingdom
69 Posts

Posted - 30 May 2002 :  14:12:30  Show Profile  Visit vesse's Homepage  Send vesse an AOL message  Send vesse an ICQ Message
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
Go to Top of Page

vesse
New Member

United Kingdom
69 Posts

Posted - 30 May 2002 :  15:33:31  Show Profile  Visit vesse's Homepage  Send vesse an AOL message  Send vesse an ICQ Message
I'm experiencing a major problem with my webhosts webserverr right now so you may not be able to view the demo on my forums. Also, the download link may not work and you'll need to use these alternative links if that is the case:

http://www.vdesign-studios.com/filedump/mod_newsflash.zip - Full MOD
http://www.vdesign-studios.com/filedump/mod_newsflash_u12.zip - MOD Upgrade

And by the way the major problem is about as major as you can get, absolutely no database connectivity to any of my databases.

Building Web Systems for a new Generation @ http://www.vdesign-studios.com
webmaster@vdesign-studios.com
rvesse@hotmail.com
rvesse@dhtmlshock.com
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 30 May 2002 :  16:55:32  Show Profile  Visit crash's Homepage
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
Go to Top of Page

vesse
New Member

United Kingdom
69 Posts

Posted - 31 May 2002 :  02:55:49  Show Profile  Visit vesse's Homepage  Send vesse an AOL message  Send vesse an ICQ Message
Feel free to adapt it however you need cos I know your versison of the code is pretty different.

Building Web Systems for a new Generation @ http://www.vdesign-studios.com
webmaster@vdesign-studios.com
rvesse@hotmail.com
rvesse@dhtmlshock.com
Go to Top of Page

vesse
New Member

United Kingdom
69 Posts

Posted - 06 June 2002 :  16:49:21  Show Profile  Visit vesse's Homepage  Send vesse an AOL message  Send vesse an ICQ Message
My site is now fully up and running. You can now get the MODs from the links at the top of this topic.

The MODs are also available on the Snitz Exchange.

Building Web Systems for a new Generation @ http://www.vdesign-studios.com
webmaster@vdesign-studios.com
rvesse@hotmail.com
rvesse@dhtmlshock.com
Go to Top of Page

nastea
Starting Member

16 Posts

Posted - 09 July 2002 :  21:18:13  Show Profile
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
^


Go to Top of Page

Etymon
Advanced Member

United States
2385 Posts

Posted - 15 July 2002 :  17:35:33  Show Profile  Visit Etymon's Homepage
quote:

http://www.vdesign-studios.com/filedump/mod_newsflash.zip - Full MOD



Hey, Vesse ...

This link seems to be down. The other one works though.


Thanks for the great MOD,


Etymon

Go to Top of Page

SmokeMeRot
Starting Member

Netherlands
11 Posts

Posted - 09 August 2002 :  11:14:20  Show Profile
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 ??
Go to Top of Page

SmokeMeRot
Starting Member

Netherlands
11 Posts

Posted - 09 August 2002 :  11:33:58  Show Profile
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.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07