Author |
Topic |
Zuel
Average Member
USA
540 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Zuel
Average Member
USA
540 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
vynsane
New Member
73 Posts |
Posted - 27 October 2005 : 21:06:43
|
quote: Originally posted by Zuel
vynsane, I also fixed the focus so it should pop correctly. Thanks for catching that.
it's still doing it sometimes. not all the time. i'm on FF, so it's probably the pop-up blocker trying to prevent the popup...
EDIT: just set FF to allow pops from twistingshadows.com and it's still popping under. i got nuthin'.< |
why do you not have something to drink... choose one making you better feeling...
my snitz's:
www.vynsane.com/forum - l:guest p:guest (limited access account...)
www.WallCrawlersWeb.com/forum - The Spidey Database |
Edited by - vynsane on 27 October 2005 21:08:24 |
|
|
Zuel
Average Member
USA
540 Posts |
|
Zuel
Average Member
USA
540 Posts |
Posted - 28 October 2005 : 00:04:20
|
quote: Originally posted by vynsane
quote: Originally posted by Zuel
vynsane, I also fixed the focus so it should pop correctly. Thanks for catching that.
it's still doing it sometimes. not all the time. i'm on FF, so it's probably the pop-up blocker trying to prevent the popup...
EDIT: just set FF to allow pops from twistingshadows.com and it's still popping under. i got nuthin'.
There was a focus on the javascript piece but I removed because that is what gave the main page focus again. Here is the code for the pop up.
scriptAssign = "<input type='image' width='" & intAvatarWidth & "' height='" & intAvatarHeight & "' src='" & fullPath & "' onClick=""myRef = window.open('avatar_add.asp?image=" & fullPath & "&name=" & name &"','myw','left=20,top=20,width=450,height=175,toolbar=0,resizable=0');"">"
Using IE, the pop up window retains focus while the main page refreshes which is intended. I do not have FireFox at home so I can't test it here. I could download it but nah.
I'll try it from work but it did work when I tried it.
Can you give me a little more information on which ones you tried?
GIFS VS JPEGS On which Category
Anything else that may seem like the cause.< |
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 28 October 2005 00:05:00 |
|
|
vynsane
New Member
73 Posts |
Posted - 28 October 2005 : 09:35:48
|
it seems to be working alright now... maybe i needed to have fresh versions of the pages - not cached...
it WAS popping under in all categories with either file format. but like i said, it now seems to be working correctly. (on development/forum)
HOWEVER
when i click on a 'tar in a category other than "blizzard" the refresh goes back to "blizzard" - meaning, when on "warcraft" or "misc" the refresh brings me back to "blizzard"< |
why do you not have something to drink... choose one making you better feeling...
my snitz's:
www.vynsane.com/forum - l:guest p:guest (limited access account...)
www.WallCrawlersWeb.com/forum - The Spidey Database |
Edited by - vynsane on 28 October 2005 09:36:50 |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 28 October 2005 : 09:52:33
|
Yeah I'm trying to figure out how to remove the query the gets popped onto the URL when you click an avatar. Or even why that end piece gets put on there. I need to test that more.
I am requesting the query string based on the avatar category. When you click an avatar then it puts some wierd **** on there like ?X=5&Y=4 which isn't valid so my check sets the default to Blizzard so the page doesn't error out when someone tries to play with the URL query string.< |
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 - 28 October 2005 : 16:44:56
|
quote: Originally posted by vynsane
when i click on a 'tar in a category other than "blizzard" the refresh goes back to "blizzard" - meaning, when on "warcraft" or "misc" the refresh brings me back to "blizzard"
All fixed. I was using <input> tags to handle the onclick events. But I just removed those and replaced it with <a><img></a> tags. Same functionaility but without the page refreshing elsewhere.< |
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 - 29 October 2005 : 09:53:59
|
Another Update:
quote:
I tested an upload and uploaded a text file to see if you aded a check of sorts to make sure they upload only image files, like check the extensions of the file upload, if it meets that of selected extensions allowed, then upload, else, abort upload. It would be good to add such thing to prevent users from uploading virus to the server. also after upload at the bottom you see: Files uploaded: charles the first.txt (1268B) Enter a number = Checkbox values =
not sure what what the last two are for, can't type anything in so maybe not display the last two.
Only Jpg's and Gifs are allowed. Also the last two values are not included anymore. Matter of fact the upload page resemables the one Richard made initally. I embedded his code in the data include.
quote:
Is it possible to set a maximum file size and if the file uploaded is greater than this, the software automatically rejects it?
Currently Implemented but it is hardcoded. I am working on putting this information in the Database. Any help with this would be greatly appreciated.
Oh man, I am getting dangerous. I just trimmed 6 pages into 2 using Query String Method Calls.
I am about 70% Done!< |
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 - 02 November 2005 : 23:28:24
|
I finished the code.
Config and everything else is done. The only thing to do now is the installation guide and the readme.
I also need to create a DBS file.
Shouldn't be more then a another day or so.
But I need a quick answer. In the admin options, there is an area to create/delete a category in the database. When that happens, should it create/delete the associated folder in the avatars folder?
I would if I could but I can't get the FSO.folderexist command to work. If you feel it should be in there and can assist me in some folder checking code I would greatly appreciate 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
|
|
|
vynsane
New Member
73 Posts |
Posted - 03 November 2005 : 14:24:26
|
i take care of my folders independently of the admin home anyway, so it wouldn't bother me to not include it. also, i wouldn't want to delete the folder unless there was nothing in it anyway, and i would do that through FTP, so i guess that's my ten cents.
i'm really excited by this, BTW... thanks for your hard work.< |
why do you not have something to drink... choose one making you better feeling...
my snitz's:
www.vynsane.com/forum - l:guest p:guest (limited access account...)
www.WallCrawlersWeb.com/forum - The Spidey Database |
Edited by - vynsane on 03 November 2005 14:25:20 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 03 November 2005 : 18:57:48
|
set myFso = server.createObject("scripting.FileSystemObject")
strFolderName = ("c:\temp\foldername\")
If not myFso.FolderExists(strFolderName) then
myFso.createFolder(strFolderName)
end if
< |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Zuel
Average Member
USA
540 Posts |
|
Topic |
|