Can I change other behaviors of an embedded forum?
Yes. Besides the redirect option, we have a few options that you can use to change other behaviors of your embedded forum.
These options must be set as javascript variables in your HTML page (place them before the embedding code).
For example, you can add the following code to your page:
<script type="text/javascript">
nabble_width = "500px";
nabble_ignore_scroll = true;
nabble_ignore_title = true;
</script>
Variable
Description
nabble_width
Use this variable if you want to have an embedded forum with fixed width.
The default value is "100%" and you can change it according to standard CSS rules
(e.g., "50%", "10em", "500px").
nabble_ignore_scroll
Set this variable to true if you don't want the embedded forum to
scroll to specific posts or messages. By default, the embedded forum will
eventually scroll the page to specific messages depending on the user navigation
and clicked links.
nabble_scroll_top
Set this variable to true if you want the embedded forum to
scroll to the top of your HTML page whenever the user navigates through the forum.
By default, the forum will scroll to its top, which is not necessarily the top of your
HTML page.
nabble_ignore_title
Set this variable to true if you don't want the embedded forum to
change the title of your HTML page. By default, the embedded forum will
set the title of your page with the forum name.
If you still have questions, visit Nabble Help or the Nabble Support forum.
«