Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Plugins
    In reply to: Help Desk question

    and it still not working…

    Forum: Plugins
    In reply to: Help Desk question

    edit file /help-desk/funstions.php
    edit this line echo ‘<script src=”‘ . $siteurl . ‘/wp-content/mu-plugins/help-desk/functions.js” to
    echo ‘<script src=”‘ . $siteurl . ‘/wp-content/plugins/help-desk/help-desk/functions.js”

    replace in all files
    help-desk.php&task
    wwith
    help-desk/help-desk.php&task

    Forum: Plugins
    In reply to: Help Desk question

    !!! 4 is not get_blog it’s get_bloginfo

    Forum: Plugins
    In reply to: Help Desk question

    0 open file help-desk.php at line 33
    replace line with

    define(‘_HELPDESKROOT’, ABSPATH . ‘/wp-content/plugins/help-desk/help-desk/’);

    now you should inspect all files *.php and replace
    1 update_site_option with update_option
    2 get_site_option with get_option
    3 is_site_admin() with is_admin()
    4 look in function.php line28 and replace get_bloginfobyid with get_blog
    wwell i got it working watch your logs if it’s not work =)))

Viewing 4 replies - 1 through 4 (of 4 total)