Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

embed plugin script not working

edited February 2014 in Vanilla 2.0 - 2.8

I embedded the script into the page below

http://evevalkyrie.org/test-forum.html

as you can see it just say

Not Acceptable

An appropriate representation of the requested resource /vanilla/index.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

help?

Tagged:

Comments

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    First off you need to install Vanilla forum in a subdirectory to be able to embed it. The plugin does not work in a void.

    The index of the forum is php not html so adding the html part to the actual forum url will not work.

    Please reinstall it correctly and report back with more info.

  • @vrijvlinder said:
    First off you need to install Vanilla forum in a subdirectory to be able to embed it. The plugin does not work in a void.

    The index of the forum is php not html so adding the html part to the actual forum url will not work.

    Please reinstall it correctly and report back with more info.

    I installed it at http://evevalkyrie.org/vanilla does it have to be at the root?

  • vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited February 2014

    Ok that looks fine, may I ask what is the reason you are embedding ? Why not style the forum to match your site and have it in a stand alone forum ?

    Try this to test and see if it works.

        <div class="Iframe">
        <iframe src="http://www.evevalkyrie.org/vanilla" style="width:100%;min-height:1000px;"></iframe></div>
    

    It seems to work fine like that, I can't attach a file atm, the forum is being upgraded and nothing works yet...

  • this did work but a frame is a little bit of a unelegent way to do it. I gues i could have had it all in one but im not that profficient in matching styles.

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    The plugin all it does is add an iframe of the forum. The iframe is inside the javascript of the plugin code.

    I recommend you try a theme that resembles your style the most. Something that has been updated recently.

    Use a web inspector to help you customize. Firebug or chrome web inspector are good. learn how to inspect the elements and edit them right there so you can see your changes then add them to the custom.css file.

Sign In or Register to comment.