Quote:
O yea. I don't know if anyone knows this, but you can put videos in your profile. I've updated the first post with Screen Shots.
Reply With Quote
|
I did notice, nice touch and about stage6 yeah it seems like regexps changed but i'm not great at them. btw in the class file ther was something like:
info[width] = info[widthpad] + info[addition]
info[height] = info[height] + info[addition]
"info[addition]" is not the correct wording but i forgot and im too lazy to check. but anyways I actually changed that to:
info[width] = info[width] + info[addition]
info[height] = info[height] + info[addition]
I did that so i can hard code the stage6 site but just asking cause i couldn't find out, where does widthpad come from cause I couldn't find where it was defined and thats why i always got that blank screen "width=0"