• I would really like to be able to add this inside my admin area! I have users which have some limited access to admin functions and I would like to make this available to them on their dashboard. Is there any html code I can use to accomplish this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, do you mean add the upload form in a dashboard page?

    Regards

    Nickolas

    Thread Starter mcharliej

    (@mcharliej)

    Yes. I am using a plugin called White Label CMS and it accepts HTML in the user boxes that display on their admin pages.

    Plugin Author nickboss

    (@nickboss)

    Well the plugin can be added on admin pages using the following PHP code:

    echo do_shortcode('[wordpress_file_upload]');

    However, in order to work, the following line must also be added in the HTML output before the above command:

    <script type="text/javascript" src="/wp-content/plugins/wp-file-upload/js/wordpress_file_upload_functions.js"></script>

    Regards

    Nickolas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enable in Admin Area’ is closed to new replies.