G Gabby Well-known member Sep 18, 2013 #1 How can I inline my forum into my main website? I keep getting this permission error. I know how to inline but need to fix permission in my cpanel. "The website you are trying to display in the inline frame does not allow you to do that."
How can I inline my forum into my main website? I keep getting this permission error. I know how to inline but need to fix permission in my cpanel. "The website you are trying to display in the inline frame does not allow you to do that."
Digital Doctor Well-known member Sep 19, 2013 #3 Gabby said: How can I inline my forum into my main website? " Click to expand... Do you mean run Xenforo in an iframe ? Maybe something here could help ? http://xenforo.com/community/search/4212566/?searchform=1&q=iframe&o=date&c[title_only]=1 Upvote 0 Downvote
Gabby said: How can I inline my forum into my main website? " Click to expand... Do you mean run Xenforo in an iframe ? Maybe something here could help ? http://xenforo.com/community/search/4212566/?searchform=1&q=iframe&o=date&c[title_only]=1
Rigel Kentaurus Well-known member Sep 19, 2013 #4 Not really possible. XenForo sends a header that prevents it from being included inside a frame That is by design Frames has not been the way to go for years now If you really, *really* want to do it remove this line Code: $this->_response->setHeader('X-Frame-Options', 'SAMEORIGIN'); from library/XenForo/ViewRenderer/Abstract.php Upvote 0 Downvote
Not really possible. XenForo sends a header that prevents it from being included inside a frame That is by design Frames has not been the way to go for years now If you really, *really* want to do it remove this line Code: $this->_response->setHeader('X-Frame-Options', 'SAMEORIGIN'); from library/XenForo/ViewRenderer/Abstract.php
Jeremy in memoriam 1991-2020 Sep 19, 2013 #5 Rigel, the click jacking configuration option should fix that. Upvote 0 Downvote
Rigel Kentaurus Well-known member Sep 19, 2013 #6 Jeremy said: Rigel, the click jacking configuration option should fix that. Click to expand... Oh, you are right ... Alternative In your library/config.php Add this at the end Code: $config['enableClickjackingProtection'] = false; Upvote 0 Downvote
Jeremy said: Rigel, the click jacking configuration option should fix that. Click to expand... Oh, you are right ... Alternative In your library/config.php Add this at the end Code: $config['enableClickjackingProtection'] = false;
G Gabby Well-known member Sep 19, 2013 #7 Digital... thanks.. don't know if you were being mean or not but I did search but I used I and frame not iframe together. And thank you to all the rest... we will use your suggestions today. Upvote 0 Downvote
Digital... thanks.. don't know if you were being mean or not but I did search but I used I and frame not iframe together. And thank you to all the rest... we will use your suggestions today.
G Gabby Well-known member Sep 19, 2013 #8 Jeremy, were would I find this 'click jacking" option? Sorry I'm lost. Upvote 0 Downvote
Mike Edge Well-known member Sep 19, 2013 #9 Gabby, Go into your config.php and add $config['enableClickjackingProtection'] = false; If you need more help, open a ticket with us and I'll be happy to add it for you Upvote 0 Downvote
Gabby, Go into your config.php and add $config['enableClickjackingProtection'] = false; If you need more help, open a ticket with us and I'll be happy to add it for you