Author |
Topic |
Simko
Starting Member
25 Posts |
Posted - 11 October 2006 : 11:38:07
|
Thanks Zuel, but now... uhm, I really don't know what this error has to do with Avatars..., When I click on frmAvatarMain.asp, I'll get this message:
Microsoft VBScript compilation Error "800a0411'
Name redefined
/en/forum-new/inc_Chat.asp, line 9
Const ApplicationUsers = "ChatUsers" ------^
inc_chat.asp< |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 11 October 2006 : 11:54:04
|
Check that you haven't included inc_chat.asp twice in that file.
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Simko
Starting Member
25 Posts |
Posted - 12 October 2006 : 00:55:03
|
Nope, haven't included inc_chat.asp in frmAvatarMain.asp< |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 12 October 2006 : 17:21:02
|
quote: Originally posted by Simko
Nope, haven't included inc_chat.asp in frmAvatarMain.asp
frmAvatarMain includes config.asp, inc_common_func.asp a few others.
Are you using a frame? or do you have a link to the page that is throwing the error?< |
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
|
|
|
Simko
Starting Member
25 Posts |
|
Zuel
Average Member
USA
540 Posts |
Posted - 13 October 2006 : 08:07:35
|
Open up inc_header.asp
Does Const ApplicationUsers = "ChatUsers" exist in there?
I think it does which is the problem. The problem would then exist in frmAvatarMain.asp with the calls to inc_header.asp, I see another way to write it and since I removed the pop ups, I can refactor that page so it doesn't throw those errors.
I'll post a fix for it today.< |
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
|
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 13 October 2006 : 08:14:11
|
The problem is arising from the fact that you have inc_header.asp included twice in the page.
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 13 October 2006 : 10:26:39
|
quote: Originally posted by Shaggy
The problem is arising from the fact that you have inc_header.asp included twice in the page.
Sure is, that is why in the instructions I had Dim Stopwatch moved to the config file because I couldn't write the include dynamically. The problem was request binary couldn't have request form in it which is how that page was developed, and also the fact that the original mod had popups which I removed.
Seeing how those won't be affecting anything now I can refactor that page.< |
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
|
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 13 October 2006 : 10:41:32
|
Or simply add your new page to the list of pages that won't show the login/logout forms in inc_header.asp
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 13 October 2006 : 11:02:29
|
quote: Originally posted by Shaggy
Or simply add your new page to the list of pages that won't show the login/logout forms in inc_header.asp
Eh, that will always work too. Sucks that I was learning how to code during this mod. If anyone ever takes the time to look through it, you may see different coding styles which led me to take those inane coding decisions.
However, I fixed the problem and I will be updating the ZIP file soon.< |
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
|
|
|
Berrie
Starting Member
Netherlands
22 Posts |
Posted - 16 October 2006 : 16:42:51
|
Zuel,
I've got a really not important question
Is it possible to move the "Postcount" and "Country" to above the avatar? I think that looks a bit nicer..
Which page(s) do i have to edit? Is it maybe just topic.asp?
Thanks already < |
My site: www.berrie.eu |
|
|
Simko
Starting Member
25 Posts |
Posted - 19 October 2006 : 13:28:46
|
Aargh... get the Avatar Mod () running but now I've got the problem that only the Avatar from the user who starts the topic is show, all other members who reply to the topic are without Avatars... I've tried it with a testaccount, so first posting with Avatar, reply without, but same user...:
< |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 19 October 2006 : 16:56:07
|
In Topic.asp you may have gotten the instructions mixed up.
Consult the avatar mod instructions from Hamlin avatar mod by Richard Kinser.
The last 4 on the bottom of the readme. Be sure you got those changes. If it still doesn't work, then please post a txt version of your topic.asp so we can view what may be going on.
< |
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
|
|
|
OBmoderator
New Member
98 Posts |
Posted - 22 October 2006 : 08:55:17
|
Zuel, Have you fixed or adressed the issue when an admin tries to upload and assign as well as change a members avatar it changes the admin's instead? I just read this whole thread again and saw others were having the same issue I pointed out. Unfortunately I got lost and can't decipher if you said this was fixed so the Admin can now upload and change a users avater? < |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 25 October 2006 : 21:41:55
|
I have not added that yet.
I am in the process of writing that funcationality. So stay tuned!< |
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
|
|
|
Topic |
|