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)
 MOD: Forum Announcements
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

GauravBhabu
Advanced Member

4288 Posts

Posted - 28 June 2001 :  16:31:59  Show Profile
quote:

quote:

ok, found your problem.

Since you have been adding stuff to the inc_fader.asp, you need to change the following also:

intI = 3


you should change it to the next higher # than what you are using for the links you entered manually.

In your case it should be:

intI = 5





Thanks! just a beginning. but i can not edit the start date. when i go to edit it is disabled.

I think may be the start date for the announcements already started can not be changed.

gauravbhabu

There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 28 June 2001 12:39:39



gauravbhabu

There is only one miracle...That is LIFE!
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 28 June 2001 :  18:03:19  Show Profile
Hi Richard

Is it possible to open a pop up window directly by clicking on the announcement in the fader. Though I can get a single announcement to show with the option to view all the announcements. Leaving the page with the fader and coming back starts the announcements in the fader from beginning.
I have been trying pop up to appear directly from the fader but no success.

just a beginning

gauravbhabu

gauravbhabu

There is only one miracle...That is LIFE!
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 28 June 2001 :  18:04:50  Show Profile
quote:

Yes, that was the way I intended it, for the Start Date to be disabled when you are editing an Announcement.

Here is an edited admin_edit_announce.asp file where the Start Date isn't disabled:

http://www11.ewebcity.com/dssdbs/files/admin_edit_announce.zip



That is correctly intended and shall remain that way.

Thanks.

gauravbhabu

gauravbhabu

There is only one miracle...That is LIFE!
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 04 July 2001 :  17:57:03  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
Hey Richard,

for some reason, only 1 of 2 announcements are shown.

they both have the same START DATE and EXPIRATION DATE.

maybe you know why???

RDoGG™
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 04 July 2001 :  23:59:04  Show Profile
That is the default way this MOD works. It only shows 1 announcement( should be the latest).
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 05 July 2001 :  02:05:40  Show Profile
quote:

That is the default way this MOD works. It only shows 1 announcement( should be the latest).



I have merged the events along with announcements to be shown in the fader. I have two events for the same start date and end dates. they both show up fine.

script at http://forum.snitz.com/forum/topic.asp?TOPIC_ID=12347


check here just a beginning...

gauravbhabu

There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 05 July 2001 02:09:21
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 05 July 2001 :  16:52:24  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
i want to uninstall this mod. how do i do that?

RDoGG™
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 05 July 2001 :  16:53:15  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
quote:

i want to uninstall this mod. how do i do that?

RDoGG™



mighta found my answer...

do i change [CREATE] in forum_announcements.dbs to [DELETE] or something?

RDoGG™
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 05 July 2001 :  18:55:20  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
quote:

quote:

i want to uninstall this mod. how do i do that?

RDoGG™



mighta found my answer...

do i change [CREATE] in forum_announcements.dbs to [DELETE] or something?

RDoGG™



nope...doesn't work.

RDoGG™
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 July 2001 :  20:01:56  Show Profile
Just put this in the forum_announcements.dbs file: (delete everything else in the forum_announcements.dbs file first.)

Delete Announcements MOD
[DROP]
ANNOUNCE
[END]
Go to Top of Page

Mr.D
Starting Member

6 Posts

Posted - 06 July 2001 :  18:18:56  Show Profile  Visit Mr.D's Homepage
Creating table(s)...
CREATE TABLE FORUM_ANNOUNCE( A_ID int IDENTITY (1, 1) NOT NULL , A_AUTHOR;varchar (50);NULL; NOT NULL , A_SUBJECT;varchar (50);NULL; NOT NULL , A_MESSAGE;text;NULL; NOT NULL , A_START_DATE;varchar (50);NULL; NOT NULL , A_END_DATE;varchar (50);NULL; NOT NULL )
-2147217900 | Syntax error in field definition.

this is what i got when i tried to setup the database for the announcements...
this is on a local web server, the other mods update worked perfectly.
I need to mention that i did not substitute the dbsetup.asp file with the one found on the zip but used the one i had since before. I believe that it's the same exact file. Please help!
Mr.d

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 July 2001 :  20:33:17  Show Profile
Nope, looks like the mod_dbsetup.asp file you are using is different. That's why I specifically stated to use the one included with the .zip file.
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 06 July 2001 :  20:43:48  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
quote:

Just put this in the forum_announcements.dbs file: (delete everything else in the forum_announcements.dbs file first.)

Delete Announcements MOD
[DROP]
ANNOUNCE
[END]




thanks Richard...works like a charm.

RDoGG™
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 06 July 2001 :  20:44:09  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
quote:

quote:

Just put this in the forum_announcements.dbs file: (delete everything else in the forum_announcements.dbs file first.)

Delete Announcements MOD
[DROP]
ANNOUNCE
[END]




thanks Richard...works like a charm.

RDoGG™



wait a minute....

RDoGG™
Go to Top of Page

Astralis
Senior Member

USA
1218 Posts

Posted - 12 July 2001 :  01:13:23  Show Profile  Send Astralis a Yahoo! Message
This is very strange: I installed the "recent topics" mod by AznKnight and the Announcement at the top of my forum disappeared. I checked the dates and that isn't the reason and other announcements won't show up. What's the reason for this? How do I get it back?

Go to Top of Page
Page: of 11 Previous Topic Topic Next Topic  
Previous Page | 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.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07