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

    (@guido07111975)

    Hi Joe,

    For now you can just change the file yourself.
    Open file wp-chatroll(.php) and look for:

    $this->WP_Widget('chatroll', $name, $widget_ops, $control_ops);

    Change that into:

    parent::__construct('chatroll', $name, $widget_ops, $control_ops);

    Did not test it but should work.

    Guido

    btw, you can create nice looking links by selecting text and clicking the link icon in the editor.

    Thread Starter leejosepho

    (@leejosepho)

    Many thanks, Mr. Guido! Some time ago I had asked Chatroll about possibly updating this plugin, but I doubt that will ever happen now that they make easy-to-use <iframe> and some related SSO (Single Sign On) code available at the Chatroll user’s Admin page.

    Thread Starter leejosepho

    (@leejosepho)

    Here is an updated file I am using in the ‘Chatroll Live Chat’ plugin:

    * Plugin Name: Chatroll Live Chat SSO
    * Description: Updated for PHP 5.4 and widget removed while retaining SSO features for Chatroll HTML and shortcodes. Shortcodes and HTML from Chatroll Dashboard can be pasted into WordPress pages, posts and text widgets.
    * Version: 2.1.1.2
    * Author: Chatroll & NoNameYet
    * License: GNU General Public License GPLv3

    https://pastebin.com/Zw8YyF7e

    Plugin Author Chatroll

    (@chatroll)

    Hi,

    Just a quick update: we have incorporated a fix for this in version 2.2.1 of the official Chatroll Live Chat plugin. Please update your plugin to get the fix!

    Kind regards,
    Chatroll Support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘constructor method for WP_Widget is deprecated’ is closed to new replies.