Hi everyone. It seems this topic is fairly well covered; but I thought I'd add my experience in getting FAQ-tastic to work with WP 2.7.
For me, it was a simple matter that the latest official version of FAQ-tastic is referencing edit.php in various links within its admin interface -- however, under WP 2.7, plugins are now organized under tools.php in admin area.
The FAQ-tastic files of concern (within the FAQ-tastic plugin folder) are as follows:
- Main FAQ-tastic folder
- "admin" sub-folder (within the FAQ-tastic plugin folder:
- admin_email.php,
- group_item.php,
- help.php and
- pending.php
In each of those files, the instances of references to "edit.php" need simply be changed to "tools.php"
Then, of course, those files should be saved and uploaded over the plugin's files on your site (making certain that the files from the "admin" sub-folder get posted to that same sub-folder and not to the main "FAQ-tastic" folder).
Then, FAQ-tastic should work with WP 2.7!
Hope this helps!