Author |
Topic |
Zuel
Average Member
USA
540 Posts |
Posted - 11 August 2006 : 16:32:00
|
Oh that.
Change it too this:
checkAvatarFormat = checkAvatarFormat & "<li>URL's start with ""http://""</li>"
< |
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 11 August 2006 16:32:29 |
|
|
Nijii
Starting Member
Greenland
49 Posts |
Posted - 11 August 2006 : 18:25:23
|
quote: Originally posted by Zuel
Oh that.
Change it too this:
checkAvatarFormat = checkAvatarFormat & "<li>URL's start with ""http://""</li>"
Thanks Zuel.
I got this error after choosing an avarter ------------ There Was A Problem With The Submission
URL's start with "http://"
Go Back
I can't see the option to limit the number of personal avatars so mayby its the wrong update I have. Sorry! I will try with the MOD again.< |
Edited by - Nijii on 11 August 2006 19:41:54 |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 12 August 2006 : 11:37:44
|
quote: Originally posted by Nijii
quote: Originally posted by Zuel
Oh that.
Change it too this:
checkAvatarFormat = checkAvatarFormat & "<li>URL's start with ""http://""</li>"
Thanks Zuel.
I got this error after choosing an avarter ------------ There Was A Problem With The Submission
URL's start with "http://"
Go Back
I can't see the option to limit the number of personal avatars so mayby its the wrong update I have. Sorry! I will try with the MOD again.
Ah ****it thats right.
Sorry but go into incAvatarFunctions.asp
Line 349 - 353
Remove this chunk of code:
Select Case (Instr(avatarString, "http://") > 0)
Case True
checkAvatarFormat = checkAvatarFormat & "<li>URL's start with ""http://""</li>"
Case Else: '=== Do Nothing
End Select < |
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
|
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 12 August 2006 : 11:42:05
|
quote: I can't see the option to limit the number of personal avatars so mayby its the wrong update I have. Sorry! I will try with the MOD again.
After the installation, did you run "Check Installation" on the Admin Panel?
This puts application variables into your forum. The limit is one of them.
You should be able to just go into your admin panel > Avatar Setup > Zuel's Avatar Addon and set the personal upload limit in the left column.< |
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
|
|
|
Nijii
Starting Member
Greenland
49 Posts |
Posted - 13 August 2006 : 17:39:27
|
quote: Originally posted by Zuel
quote: I can't see the option to limit the number of personal avatars so mayby its the wrong update I have. Sorry! I will try with the MOD again.
After the installation, did you run "Check Installation" on the Admin Panel?
Yes I did. I downloaded the MOD http://www.twistingshadows.com/newforum/Zuelsavatarmod.rar and started all over with the changes in the "Addon instructions" and your suggestion from 12 August.
I have just observed that the limit to the number of personal avatars does not work. Members can post unlimited number of avatars.
I have also tried to upload a file that is greater than 97.66KB and got the following error:
Active Server Pages error 'ASP 0113'
Script timed out
/newforum/frmAvatarMain.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.
You have any idea what I might have done wrong? < |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 14 August 2006 : 10:52:33
|
I posted that error on the first page. I have not created a resolution yet. It only happens when one tries to upload a file greater then the limit. The class file isn't properly dismissing the upload attempt as it should.
Eeek..Mine isn't working either. Don't worry about the information below. I'll create a fix really quick.
Do you have a link to your forum?
Also what is the upload limit you set?
When you go to the Admin Options, what value is in for the current limit?
Admin Panel > Forum Variables Information > Does the value for INTAVATARUPLOADCOUNT match the personal upload limit?
When you go to View All as the admin, does each avatar have an owner? Or does it say N/A?
Well, this is a start < |
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 14 August 2006 10:58:00 |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 14 August 2006 : 11:14:06
|
Download the rar again and replace the incAvatarData.asp and incAvatarFunctions.asp with the ones you have. Should fix the personal uploads bug.< |
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
|
|
|
Nijii
Starting Member
Greenland
49 Posts |
Posted - 14 August 2006 : 16:41:59
|
quote: Originally posted by Zuel
I posted that error on the first page. I have not created a resolution yet. It only happens when one tries to upload a file greater then the limit. The class file isn't properly dismissing the upload attempt as it should.
OK, I see this has not been fixed yet.
BTW I downloaded the rar file and the max number of avatars works now.< |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 15 August 2006 : 16:11:35
|
Perfect. Glad to hear. I will post a fix once look into it.< |
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
|
|
|
TonyB7
Junior Member
USA
267 Posts |
Posted - 16 August 2006 : 17:57:57
|
I'm still wondering how I can 'reset' someones Avatar?< |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 17 August 2006 : 12:45:01
|
Edit their profile. Should be a reset box under their avatar.< |
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
|
|
|
TonyB7
Junior Member
USA
267 Posts |
Posted - 17 August 2006 : 18:28:46
|
No, I see nothing. Well, one odd thing - a little red icon or something on their pic. As I said earler, this might be because I had modified my pop_profile installing the earlier version.
Can you take a look at mine or put one up for me to look at? http://www.shannondale.org/ve/pop_profile.txt< |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 18 August 2006 : 14:51:38
|
The change isn't in Pop_Profile.asp but rather inc_Profile.asp.
There is only one change so carefully check yours vs that one.
If I remeber correctly it should be the last Select Case Statement near the bottom that your looking for.< |
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
|
|
|
TonyB7
Junior Member
USA
267 Posts |
Posted - 18 August 2006 : 20:11:55
|
Thanks for the pointer. It would seem I did neglect to change that block of code.
Upon testing though, I reset the avatar on a test account, which worked, but my own avatar disappeared too!
Any idea what that funny red diamond is?< |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 21 August 2006 : 15:15:14
|
O.o
I tried it on my own and I didn't reset my avatar.
Take a screenshot of this red diamond. Also post your browser as well.
Throughly check the Pop_Profile.asp and Inc_Profile.asp changes. It could be that you have a change from an eariler version that may be doing this. I'll be back tracking in the previous threads to make sure I didn't attempt to patch this temporary in a different location.< |
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 |
|