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.
embedding in posterous
therourke
New
Hello
I am having trouble embedding a vanilla forum in posterous. I beleieve this a a posterous issue, rather than a vanilla one, but I wanted to make sure.
I have a posterous site setup to direct from my main @ DNA host (art-research.co.uk). I then have a subdomain that allows me to access my webspace by ftp (forum.art-research.co.uk).
I set a page up in posterous (http://art-research.co.uk/pages/forum/) and tried to embed a self-hosted vanilla forum. The forum is located in a /forum folder. So to directly access that folder I would be able to point by FTP to forum.art-research.co.uk OR forum.art-research.co.uk/forum/
The javascript I am trying to add to the posterous page is:
but I have also tried:
Also, I have added these lines to the config.php:
With no success
I realise this all seems a little convoluted, but I could find no other way to host the vanilla forum AND have my main domain name point to my posterous site
Please help...
I am having trouble embedding a vanilla forum in posterous. I beleieve this a a posterous issue, rather than a vanilla one, but I wanted to make sure.
I have a posterous site setup to direct from my main @ DNA host (art-research.co.uk). I then have a subdomain that allows me to access my webspace by ftp (forum.art-research.co.uk).
I set a page up in posterous (http://art-research.co.uk/pages/forum/) and tried to embed a self-hosted vanilla forum. The forum is located in a /forum folder. So to directly access that folder I would be able to point by FTP to forum.art-research.co.uk OR forum.art-research.co.uk/forum/
The javascript I am trying to add to the posterous page is:
<script src="http://forum.art-research.co.uk/plugins/embedvanilla/remote.js" type="text/javascript"></script>
but I have also tried:
<script src="http://forum.art-research.co.uk/forum/plugins/embedvanilla/remote.js" type="text/javascript"></script>
Also, I have added these lines to the config.php:
$Configuration['Plugins']['EmbedVanilla']['RemoteUrl'] = 'http://art-research.co.uk/pages/forum/';
$Configuration['Plugins']['EmbedVanilla']['ForceRemoteUrl'] = TRUE;
With no success
I realise this all seems a little convoluted, but I could find no other way to host the vanilla forum AND have my main domain name point to my posterous site
Please help...
Tagged:
1
Comments
Still Having this problem. Any ideas?