MyBB Community Forums

Full Version: remove header and footer of thread in iframe.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i show some forum thread in other thread with iframe.

such as :

<iframe src="http://community.mybb.com/newthread.php?fid=127" ></iframe>

but when i use iframe, footer and header show in iframe too.

how can i remove footer and header that show in iframe ?

i more explain my purpose :

[Image: 68854936891521074755.png]
no, my content of forum is variable,
i think i need remove $header and $footer tag of any content show in forum. when iframe load > remove header and footer tag $ from content. (contents are diffrent threads)
but How ?
What are you talking about...? You want to manipulate site's PHP through <iframe>? Just a little comparision - that's like manually building a bridge in Los Angeles while you're in London... I can imagine all the hackers simply putting other sites in <iframes> and manipulating their PHP...

There is no better solution than the tricky CSS I posted above -don't want or don't know how to use it - can't help further.