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)
 Announcment Scroller Mod
 New Topic  Reply to Topic
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

JJenson
Advanced Member

USA
2121 Posts

Posted - 02 December 2006 :  01:36:48  Show Profile  Visit JJenson's Homepage  Reply with Quote
Ok I am not sure who all will want something like this or not. I did not write the original code I modified it so that it would work with the base snitz code.

I hope people will like this and any improvements would be greatful I am not sure all the inhancements I can make but would appreciate it if someone would like to step in and make some.

Let me know if you want this or not if so I will see about uploading it over at snitzbitz.

Download File Here Updated 12/3/06 9:50 AM MST<

Edited by - JJenson on 06 January 2007 12:20:12

JJenson
Advanced Member

USA
2121 Posts

Posted - 02 December 2006 :  09:23:21  Show Profile  Visit JJenson's Homepage  Reply with Quote
I forgot to say you can see this at this site.

www.thebragboard.com/other/forum1

You do not need to log in to see this.

* Sorry edited its the right link now. I apologize about that.<

Edited by - JJenson on 02 December 2006 14:52:51
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 02 December 2006 :  14:27:48  Show Profile  Visit MarkJH's Homepage  Reply with Quote
quote:
Originally posted by JJenson

I forgot to say you can see this at this site.

www.thebragboard.com/forum1

You do not need to log in to see this.


Getting a 404 on that one, Jeff.<

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 02 December 2006 :  14:53:14  Show Profile  Visit JJenson's Homepage  Reply with Quote
edited both links above should work now sorry about that I should really check for typos when I do that <

Edited by - JJenson on 02 December 2006 14:55:47
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 02 December 2006 :  16:50:27  Show Profile  Visit modifichicci's Homepage  Reply with Quote
Not working with firefox...<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 02 December 2006 :  18:29:15  Show Profile  Visit JJenson's Homepage  Reply with Quote
Ok I only tested this with IE so I will have to see what I need to do to get it working with firefox. Any ideas on where to point me?

I will go ahead and take a look at this after dinner tonight.<

Edited by - JJenson on 02 December 2006 18:32:54
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 02 December 2006 :  18:34:10  Show Profile  Visit modifichicci's Homepage  Reply with Quote
Why in inc_announce3 there is a testing string on IE or Netscape?
Try deleting the if then checking for browser and see what happens, i haben't installed the mod , so i cannot try it..<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 02 December 2006 :  18:55:42  Show Profile  Visit JJenson's Homepage  Reply with Quote
Ok I will get on and try that as soon as dinner is finished
<
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 02 December 2006 :  19:15:41  Show Profile  Visit Jezmeister's Homepage  Reply with Quote
quote:
Originally posted by modifichicci

Why in inc_announce3 there is a testing string on IE or Netscape?
Try deleting the if then checking for browser and see what happens, i haben't installed the mod , so i cannot try it..


That's a check for compatibility, don't remove it but edit it if neccesary, simply add Mozilla to the list of accepted browsers otherwise it'll play up on browsers that don't support the code, the list of which i suspect is substantial given that such a check was incorporated in the first place.<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 02 December 2006 :  19:45:35  Show Profile  Visit JJenson's Homepage  Reply with Quote
Ok I tried it both ways. I am not sure if I take it out I get this error

Active Server Pages error 'ASP 0113'

Script timed out

/other/forum1/default.asp

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.

If i put in the code and maybe I am putting in the improper names for Firefox it gives me the same code. here is what I put in for the code on that line I am sure I did it wronge
if instr(strUserAgent, "MSIE") or instr(strUserAgent, "MSIE 6.") or instr(ua, "MSIE 5.") or instr(strUserAgent, "Netscape") or instr(strUserAgent, "Netscape7.") or instr(strUserAgent, "Firefox") or instr(strUserAgent, "firefox 1.5") or instr(strUserAgent, "MF") or instr(strUserAgent, "MF1.5") then


Let me know where I should change the code I am trying to search and figure out why it won't show with Firefox but this seems like firefox has issues with the <marquee> tag but not totally sure

thank<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 02 December 2006 :  21:08:25  Show Profile  Visit JJenson's Homepage  Reply with Quote
Ok I added the code that Jez suggested and got it to work.

Couple things now in IE it scrolls slower than in Firefox I am not sure exactly how to get the speeds to match up or maybe classify different speed just for the Firefox? Ok this is fixed and the zip file in the first post has all the fixes

You can change speeds of the scroller in Mozilla Firefox and you can change the speed in IE & Netscape seperately.

For IE search in inc_announce3.asp for IE & Netscape
For Firefox search in inc_announce3.asp for Mozilla Firefox

Thanks

<

Edited by - JJenson on 02 December 2006 23:28:08
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 03 December 2006 :  07:17:08  Show Profile  Visit Jezmeister's Homepage  Reply with Quote
You can remove all the mf's and firefox's, FireFox is recognised as Mozilla 1.7.x for version 1 and Mozilla 1.8.x for version 2.<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 03 December 2006 :  10:01:15  Show Profile  Visit JJenson's Homepage  Reply with Quote
OK great will take those out and place those two in them and make sure they work. Any other problems that you could see?<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 03 December 2006 :  10:13:08  Show Profile  Visit JJenson's Homepage  Reply with Quote
Ok I change the MF's and it still worked but when I changed the Firefox and Firefox 1.5 it did not work on my firefox not sure why. I changed just the mf's and everything looks good on my end now.

thanks<
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 03 December 2006 :  10:40:03  Show Profile  Visit Jezmeister's Homepage  Reply with Quote
Ok just tested it, a few errors with your db update file (i'm using MySql) - I corrected it to the following:
Forum Announcements Mod v3.3
[CREATE]
ANNOUNCE
A_ID
A_AUTHOR#varchar (150)#NULL#
A_SUBJECT#varchar (50)#NULL#
A_MESSAGE#text#NULL#
A_FORUM_ID#smallint##
A_START_DATE#varchar (50)#NULL#
A_END_DATE#varchar (50)#NULL#
[END]


I think the main issue was you'd specified NULL for smallint rather than a numerical value or blank, probably only MySql that's so pedantic about that but still, does no harm to be right for all db's.

other than that nothing specific, you can use Mozilla or firefox as the browser ID by the looks of it, i've always used Mozilla for it but as long as it works thats what matters.<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 03 December 2006 :  11:37:55  Show Profile  Visit JJenson's Homepage  Reply with Quote
Ok I have switch the DBS file for the Mysql database. It is now working within all browsers. Thanks Jez for the help I had never done something like this before and it has been really fun I think I will keep taking stabs at things like this.

Let me know if anything else needs to be done. I have updated the zip folder in the first post with the current updated files.

Thanks<
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07