Re: Redirection Fails When Multiple Pages Are Embedded
Posted by
h3rb1x on
Mar 22, 2018; 4:25am
URL: https://support.nabble.com/Redirection-Fails-When-Multiple-Pages-Are-Embedded-tp7598729p7600334.html
haozwang<Nabble> wrote
but in the embedded frame links should set to "target top" would resolve the issue? at least when not accessed through the profile page?
I also embedded another "application" (sub forum) on a separate page.
How do you set "target top" exactly, I have the below?
<script type="text/javascript">
nabble_width = "700px";
nabble_ignore_scroll = true;
nabble_ignore_title = true;
</script>
Note: Removing the breadcrumb seems like a good option and I will try it.