Hi,
The way we have our wordpress installations is that we use a custom wp-content directory:
/public_html/
/wordpress
/wp-content
/wp-admin
/wp-includes
/wp-content <!-- this is the wp-content used, path is defined in wp-config.php
this allows easy wordpress upgrades as its as an svn external and we get to keep our project repositories separate from wordpress.
However, when previewing a from for example it queries directly gravity-forms/preview.php
which can't find wp-load.php.
Is support for custom content directories something that we can expect in future version. Are there any easy changes we can do to the code in the meanwhile?
thanks