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)
 Zuel's Avatar Add On - Yeah Really! Done. [;)]
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 02 August 2006 :  12:17:49  Show Profile  Visit MarkJH's Homepage  Reply with Quote
So, is that all of the bugs so far listed fixed, Zuel?<

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

lander
Starting Member

7 Posts

Posted - 02 August 2006 :  13:58:15  Show Profile  Reply with Quote
quote:
Originally posted by Zuel

Do you have the URL to that page?

Like 34-36 is comments.

Also I found several bugs last night that I will patch and upload to the RAR. The path includes two fixes to the functions and two to the avatar data.

I remember Upload a personal avatar / Limit Exceeded was not within the forum font tags. Might appear bigger. Can't remember the rest. Beyond compare will tell me though.


Hello Zuel
The url is http://www.oretet.com/temp/
If you need more please let me know
<
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 02 August 2006 :  15:13:33  Show Profile  Reply with Quote
Just something small I noticed. In inc_avatarAdminData.asp, all instances of this:

bgcolor=" & strHeadCellColor & "

are causing the tables to display incorrectly. (missing 2 sets of quotes) The <td> is not spanning 2 columns. All instances of the above code need to be changed to:

bgcolor=""" & strHeadCellColor & """
<

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News


Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 02 August 2006 :  21:49:27  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
quote:
The url is http://www.oretet.com/temp/
If you need more please let me know
We can't even read your single forum because you've got guest accounts locked out. But anyway I think he wanted you to check your version; like he said, line 35 in v3 is a commented line; it can't error, so you must be using an old file. Did you actually download it from the link here in the last couple days?<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 02 August 2006 :  22:02:34  Show Profile  Visit Zuel's Homepage  Reply with Quote
TonyB7,

I don't think that is the problem. He's using a different language of VBScript it seems.

Sun ONE ASP VBScript compilation (0x800A03F2)

I've done a few searches on googles and it seems to be more strict, like an extra blank line will make the code error out. You can even check the admin page.

http://www.oretet.com/temp/frmAvatarAdmin.asp

Throws a ridiculous error about Private is not allowed within Functions or Subs. VBScript can be object oriented. Private, Public are valid...

I'm sorry Lander, but as of now my code is useless for your forum. I'll have the research the differences for the time being.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 02 August 2006 :  22:03:53  Show Profile  Visit Zuel's Homepage  Reply with Quote
JBaldwin,

I'll look into that. I should have an updated posted tomorrow. My work files are at work. I will take a look so I quickly fix it the next day.

Thanks for the bug reports :P<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 02 August 2006 :  22:15:40  Show Profile  Visit Zuel's Homepage  Reply with Quote
Found a few things that are different. Based on them, I think it would take a complete rewrite and make them both work. I don't have the experience with the java based ASP script to know for sure, but you can read the following to get the understanding. Also remember, this was built for MS-VBScript.

http://info99.sch.bme.hu/asp_dif.html
http://manual.intl.indoglobal.com/ch05s06.html

JBaldwin,

I see where I'm missing it. However, I don't see how it isn't making the td cells not span. They are in both IE and FF. But for consistancy and the fact that its just better to quote your values, I'll add that too in the update for tomorrow.

Thanks for catching.

Also, what broswer are you using so I can note which other to check.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File

Edited by - Zuel on 02 August 2006 22:23:25
Go to Top of Page

lander
Starting Member

7 Posts

Posted - 03 August 2006 :  02:44:30  Show Profile  Reply with Quote
Het Zuel,

Thanks for the input, wel i have avatars....online unfortunatly not with your mod.... Anyway i'll stick around and see if there's some news around here!
Thanx!

<

Edited by - lander on 03 August 2006 02:45:21
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 03 August 2006 :  08:55:50  Show Profile  Reply with Quote
I am using IE6 w/ Windows XP. Yeah, that is odd now that I think about it. All that was doing was quoting the values like you mentioned. It should not have broken the table colspan property. But once I added the missing quotes, it did resolve the problem.?.? hmm odd.<

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News


Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 04 August 2006 :  12:18:54  Show Profile  Visit Zuel's Homepage  Reply with Quote
Can you screenshot how it looked skewed then post your html source. It could have a specific settings like having no categories, or extensions that may have been an additional factor.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 04 August 2006 :  13:55:33  Show Profile  Reply with Quote
I already fixed the problem though. SOrry, I didnt grab any shots of it.<

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News


Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 04 August 2006 :  16:29:25  Show Profile  Visit Zuel's Homepage  Reply with Quote
Not a problem :P<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 11 August 2006 :  00:14:21  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
Well, I finally took the plunge. My biggest problem was in pop_profile.asp since none of the code I was supposed to look for was there (since I had installed an earlier version of the addon).

I can upload a Private avatar, but when I click on any existing pic in any category I get:
quote:
There Was A Problem With The Submission

* URL's start with "http://"

And the url looks like this:
quote:
http://www.shannondale.org/forum/frmAvatarMain.asp?image=../pics/avatars/cartoons/WinnieThePooh06.gif&method=Add&Select=cartoons


My pop_profile can be found at:
http://www.shannondale.org/ve/pop_profile.txt<
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 11 August 2006 :  00:21:48  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
quote:
Admins can reset a user avatar.
How?<
Go to Top of Page

Nijii
Starting Member

Greenland
49 Posts

Posted - 11 August 2006 :  08:41:05  Show Profile  Visit Nijii's Homepage  Reply with Quote
Just installed this MOD yesterday and got the following error when i click on "Click here to change your avatar" on the pop_profile.asp page:

Microsoft VBScript compilation error '800a0401'

Expected end of statement

/snitz/incAvatarFunctions.asp, line 351

checkAvatarFormat = checkAvatarFormat & "<li>URL's start with "http://"</li>"

What coud the problem be?
---------------------------------------------------------------^
<

Edited by - Nijii on 11 August 2006 15:22:12
Go to Top of Page
Page: of 11 Previous Topic Topic Next Topic  
Previous Page | 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