Thanks so much for your hard work in building this plugin. it really looks great !
I am having two problems I hope you can help me fix. .. My site is http://johncohn.org.
I upgraded my Wordpress theme to one that supports widgets and fixed my previous problem. now I'm trying to figure out why the integration I've done is not working completely. .When I go to the genealogy page I created at http://johncohn.org/base/about…..genealogy/ i get the TNG entry panel as I would wish.. but when I select the 'Administration' option I get the following error message in my browser
Warning: file_get_contents(/hermes/bosweb/web169/b1691/sl.samstone/johncohn.org-redirect/tng/admin/php) [function.file-get-contents]: failed to open stream: No such file or directory in /hermes/bosweb/web169/b1691/sl.samstone/johncohn.org-redirect/base/wp-content/plugins/tng-wordpress-plugin/tng.php on line 8
Also.. I notice that the menu font size and border dimensions are differnt once I go from my normal wordpress pages into TNG.. is there a CSS file that's over writing my fonts sizes etc on these pages ?
I had the same issue and fixed it by doing the following (assuming you are using TNG 8):
1. Make a backup copy of /wp/wp-content/plugins/tng-wordpress-plugin/tng.php file
2. Open the tng.php file and make the following changes:
Somewhere around line 1626 there is a line:
$filename = substr ($filename, 6);
change to
// $filename = substr ($filename, 6);
under that there is:
$tng_folder .= 'admin';
change to
//$tng_folder .= 'admin';
I think what is happening is that in v8 of TNG they moved some of the admin pages around and the plugin is trying to rewrite the url to the old pages.