Re: nabbleiframe hiding Post button
Posted by
GregChapman on
URL: https://support.nabble.com/No-Post-button-tp7602559p7602617.html
Hi Jim,
Yours is NOT a Nabble issue but the fact that you have chosen to insert the Nabble code in an iframe. These, by their nature, have a fixed height and are unsuitable for holding content that will vary in height.
If you are building your site with Wix, Weebly, Wordpress, or some other "no coding required" site builder application then you will need to refer to their help facility to find the appropriate method to use to insert content of variable height into your page.
If you are using a tool that allows you to to create you own code then the way I do it may assist. Typically my site's pages will be built with div tags each with an ID of header, content and footer.
Here's the code for the content div on a page where a forum is embedded:
<div id="content">
<h1>Members Area</h1>
<script type="text/javascript">
nabble_ignore_scroll = true;
</script>
<a id="nabblelink" href="http://members-area.61172.n8.nabble.com/">Members Area</a>
<script src="http://members-area.61172.n8.nabble.com/embed/f1"></script>
</div>The code below comes from another site, where I called the content div "main". You can view the whole page at:
http://www.seahawk17.org.uk/forum.php<div id="main">
<!--
<script type="text/javascript">
nabble_ignore_scroll = true;
</script>
-->
<a id="nabblelink" href="http://seahawk-forum.968426.n3.nabble.com/">SeaHawk
Forum</a>
<script src="http://seahawk-forum.968426.n3.nabble.com/embed/f1595494"></script>
<h2 class="top"><a href="forum.php#"><img class="top" src="images/uparrow.gif"
alt="Go to Top"></a></h2>
</div>In case you are wondering the additional script (commented out in the second example) is documented at:
http://n8.nabble.com/help/Answer.jtp?id=48
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.