Support » Plugin: Mybb Last Inforamtion » Correction for some missing forum_url

  • There are missing forum_url, we should also use for these two function:
    1. show_lastpost()
    2. show_lastuser()

    Add this:

    $query_forum=MybbLastInfo::query("SELECT * FROM  ".$table_prefix."settings WHERE name='bburl'");
    	$fetch_forum=mysqli_fetch_array($query_forum);
    	$forum_url=$fetch_forum['value'];

    after:
    $table_prefix=get_option('mli_mybb_tableprefix');

    Thanks for the update.

    https://wordpress.org/plugins/mybb-last-information/

  • The topic ‘Correction for some missing forum_url’ is closed to new replies.