Terms of Use Inline Thickbox
-
With the new inline thickbox url I thought I’d rewrite my resize script. However I noticed the thickbox now ignores width/height values. I guess you didn’t see it when you made the changes. Can you confirm and see if there’s a fix for this. Otherwise I’ll write something to set the styles directly.
As for more safety it takes less than 1 minute to make the form inaccessible without url parameters by putting this at the top of the form template:
<?php if(!count($_GET)) { echo 'You cannot access this form directly'; }else{ ?> // regular template below this line
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Terms of Use Inline Thickbox’ is closed to new replies.