Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Magic Nights Skin, please help!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Magic Nights Skin, please help!

 Post Reply Post Reply Page  <123>
Author
Scotty32 View Drop Down
Moderator Group
Moderator Group


Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
Post Options Post Options   Thanks (0) Thanks(0)   Quote Scotty32 Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2003 at 3:27am

you dont need to put "Dim" for them all - if you do, you will get a Redifened Error

you only have to put a Dim for the ones that have errors

just do it like this: (add the Green bit)

Dim strTableVariableWidth

'Global on Each Page
'---------------------------------------------------------------------------------
Const strBgColour = "#000000"
Const strBgImage = ""
Const strTextColour = "#CCCCCC"
Const intSmallFontSize = 10

 

'Table colours
'---------------------------------------------------------------------------------
Const strTableColour = "#222222"
Const strTableBgImage = ""
Const strTableBorderColour = "#000000"
Const strTableVariableWidth = "98%"

Const strTableTitleColour = "#00083A"
Const strTableTitleBgImage = ""

Const strTableTitleColour2 = "#444444"
Const strTableTitleBgImage2 = ""

Const strTableEvenRowColour = "#222222"
Const strTableOddRowColour = "#222222"

am acctually a n00b to ASP but i know a lil - and it should get rid of the error - if you get more "undifined" errors just put "Dim...." then wot ever isnt Defined

but you'll just get errors if you "Dim" them all

save the file then put upload it

but make a backup of the old "skin_file.inc" just put it on your desktop - incase anyfin goes wrong

(or ya could just redownload the skin )

do ya understand? sorry am tryna help, but i dont know much me self, an i dunno wot you know so

*edit* also, try downloading another skin and seein if ya get the errors with that too *edit*



Edited by Scotty_32
Back to Top
Apheleon View Drop Down
Newbie
Newbie


Joined: 02 April 2003
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote Apheleon Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2003 at 3:33am

Wow! That really helps! I think I understand how to do it now!  

I'll repost telling you how it worked out after I edit my file.

I really appriciate your help and I'll tell you how it goes. I need to go out and eat and do a few other things first, but I'll make sure I post back here telling you how it went. I'll be back in a couple hours or so.

Your help is quite appriciated! Thanks again!  



Edited by Apheleon
Back to Top
Kegman View Drop Down
Newbie
Newbie
Avatar

Joined: 30 March 2003
Location: United States
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote Kegman Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2003 at 4:12am
Yea thats awesome.  Definately tell us what happened.  Like I said I tried to use the that same one but instead chose the easy way out!!!  LOL 
Back to Top
Scotty32 View Drop Down
Moderator Group
Moderator Group


Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
Post Options Post Options   Thanks (0) Thanks(0)   Quote Scotty32 Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2003 at 4:17am

yeah, i tend to move on to the next, if sumfin doesnt work the way i want........

only problem is i tend to go thru a list.... then dicided to make wot ever it was my self (dont think ill be doin that wit the forum )

like i made my own News Script, and Gallery - on and filemanager
but like everyfin i do - they aint finished

anyway, hope it works, if not let me know - and ill try an fix wot it is

 

Back to Top
Apheleon View Drop Down
Newbie
Newbie


Joined: 02 April 2003
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote Apheleon Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2003 at 4:58am

Ok here is what I did, and I'm still getting the same error.

'Global on Each Page
'---------------------------------------------------------------------------------
Const strBgColour = "#000000"
Const strBgImage = ""
Const strTextColour = "#CCCCCC"
Const intSmallFontSize = 10

'Table colours
'---------------------------------------------------------------------------------
Const strTableColour = "#222222"
Const strTableBgImage = ""
Const strTableBorderColour = "#000000"
Dim strTableVariableWidth
Const strTableVariableWidth = "98%"

Const strTableTitleColour = "#00083A"
Const strTableTitleBgImage = ""

Const strTableTitleColour2 = "#444444"
Const strTableTitleBgImage2 = ""

Const strTableEvenRowColour = "#222222"
Const strTableOddRowColour = "#222222"

Did I type this wrong or something?

I have also tried this
Dim strTableVariableWidth = "98%"

And I got the same error as well. Sometimes when I upload, my FTP program doesn't upload correctly, so if you think I typed this correctly, just tell me and I'll try uploading again to double check.
(Scotty_32 do you have MSN or AIM?)



Edited by Apheleon
Back to Top
Scotty32 View Drop Down
Moderator Group
Moderator Group


Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
Post Options Post Options   Thanks (0) Thanks(0)   Quote Scotty32 Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2003 at 5:16am

yep, i got MSN

umm the "Dim strTableVariableWidth = "98%"" wouldnt acctually work

you have to define it before you use it, if you put a bit of code at the top

ok did you get the SAME error? when you did :

'Table colours
'---------------------------------------------------------------------------------
Const strTableColour = "#222222"
Const strTableBgImage = ""
Const strTableBorderColour = "#000000"
Dim strTableVariableWidth
Const strTableVariableWidth = "98%"

did it say "Variable is undefined: 'strTableVariableWidth' "

or was it differant?

ill try puttin V6.x on my site, an use the same skin an see wot happens

Back to Top
Scotty32 View Drop Down
Moderator Group
Moderator Group


Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
Post Options Post Options   Thanks (0) Thanks(0)   Quote Scotty32 Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2003 at 5:22am
hello again - umm wot skin was it, cose i just downloaded one, i thought it was the one your using, and i put it on my site, i got no errors - could of been a diff one though
Back to Top
Apheleon View Drop Down
Newbie
Newbie


Joined: 02 April 2003
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote Apheleon Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2003 at 5:25am

Yep I still get the error.

It's MagicNight skin

 



Edited by Apheleon
Back to Top
 Post Reply Post Reply Page  <123>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.