• 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

Viewing 4 replies - 16 through 19 (of 19 total)
  • Apologies again… I misspelled your username.. @fleur2011..

    zeewon30

    (@zeewon30)

    Hello All,

    I had the same problem: Fatal error: Call to undefined function wp_tiny_mce() in //wp-content/plugins/article-directory/author-panel.php on line 269.

    I tried the solution that Sgodar gave: 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));

    It actually solved that problem but this one came up: Warning: Illegal offset type in /home/content/84/9258884/html/SAPPHIRESTAR/wp-includes/class-wp-editor.php on line 157

    Warning: Illegal offset type in /home/content/84/9258884/html/SAPPHIRESTAR/wp-includes/class-wp-editor.php on line 425

    Does anyone has the same problem and could give me a solution?

    did the chap with the ebook ever turn back up ahgain as i reall y need to use this director got i working without using the theme but got the above errors when using the etheme

    Ok I really dont want to touch anything in case it breaks agin and as i did to get it working i dont know but it is working chjournal.org

    This is really necessary for asite that we are building and it would be great if someone clever did somthing with it

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Issues with Article Directory’ is closed to new replies.