MyBB Community Forums

Full Version: iframe page mybb template not scrollable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i installed this mod page manager to add an iframe to an IRC channel
https://mods.mybb.com/view/page-manager

I want to use the MyBB template while in the iframe, but the problem arises when the recaptcha of freenode asks to verify multiple images. First you click a checkmark (which this part is scrollable), then *sometimes* it also asks you for an image verification too (this part is not scrollable). However this part only shows the bottom half and not the top half, so you cant scroll up to see the top half captcha images when you use the mybb template to verify the recaptcha to even get into IRC.

Even if i expand the page to fullscreen, mybb template takes up too much space to confirm the captcha

How can i expand this. I am using the iframe in the manager as
<iframe src="http://webchat.freenode.net?randomnick=1&channels=%23python-forum&uio=d4" width="100%" height="100%" scrolling="auto"></iframe>



and the page is located at
http://metulburr.com/misc.php?page=chat

I hacked it i guess. Not exactly what i wanted but i guess it works. I changed the height to a specified height

height="500px" 
This is just barely enough to see the image captcha. But then when you actually get into IRC becomes too narrow length wise. IS there a way to go back to 100% after the captcha? Or another fix it besides that?