d.lanza38
Member
Posted 6 months ago #
I am trying to get the plugin "Article Directory" working on my WordPress Blog. The link to the exact one I am using is here. I followed the installation instructions according to that page but it seems it cuts off the page just below the article text label and I don't see the text area to enter the contents of my article.
I found an example of what the page should look like, minus the different css here. This is linked to from the first page I linked.
If anyone has any ideas why this may be happening I'd greatly appreciate it.
Thanks, Dan
dscurlock
Member
Posted 6 months ago #
I am having the same issue. When I try to view the author panel, only half the page shows up, when I view source, it seems like there is a lot more there, but only half the author page shows up. The last time that I installed this, it worked fine...
anyone have any ideas?
Thanks
dougnbr
Member
Posted 5 months ago #
According to this thread: cannot-post the plugin is no longer supported:
See Dimox's article here: http://articlesss.com/article-directory-wordpress-plugin/
And the statement at the bottom of the page:
Further development and support for Article Directory Plugin and Theme is stopped.
Which is a shame, it was a popular plugin.
Marsh4
Member
Posted 3 months ago #
Guys, there is a fix for the problem you are having. If you still would like to use the plugin, I have written an eBook on setting up the directory in the most secure way. It also deals with all the current issues and the primary one is the wp_tiny_mce problem you are referring to above. So, if you would like, just leave a reply on this post.
I will send you a review copy. All I ask is that you send me a review to let me and others know this eBook helped you out.
@Marsh4
I'm having the same dang gone wp_tiny_mce issue:
Fatal error: Call to undefined function wp_tiny_mce() in //wp-content/plugins/article-directory/author-panel.php on line 269
What's up with this?!?!????! If you could lend a helping hand that would be AMAZING!!
Thanks,
Scott G.
Same issue here. Would love to get this plugin working on another site, but at a loss. Got the exact same error as sgodar.
Bill H.
http://www.podaid.com
@gcwebs
Actually figured out the wp_tiny_mce issue:
Article Directory Plugin
Show Text Editor: NO
Open /plugins/aricle-directory/author-panel.php in a text editor and replace line 269:
wp_tiny_mce( false, array( 'height' => '370' ) );
with
wp_editor( $content, array("tinymce" => $a));
VOILA!
--Scott
Ahhh very kewl. Thanks for sharing.