Support » Plugin: Facebook Comments :: Red Rokk Widget Collection » [Plugin: Facebook Comments :: Red Rokk Widget Collection] Undefined variable: $classname

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Jonathon_at_RedRokk

    (@jonathon_at_redrokk)

    Thanks! I’m fixing that right now and will have it posted for you within the hour.

    Thread Starter frankindelicato

    (@frankindelicato)

    Thank you. Also, when you click on the app_id field to put in the app_id the focus goes to the title field preventing you from putting it in.

    Plugin Author Jonathon_at_RedRokk

    (@jonathon_at_redrokk)

    What browser is that in?

    Thread Starter frankindelicato

    (@frankindelicato)

    I am using Mac Safari Version 5.1.7 (6534.57.2)

    Plugin Author Jonathon_at_RedRokk

    (@jonathon_at_redrokk)

    I’ve made these adjustments and pushed 0.03 for you. Unfortunately I do not have a mac so I couldn’t test to make sure it 100% worked. However, I have come in contact with this bug on other systems and I’ve adjusted the code. Please let me know if you need anything else.

    Thread Starter frankindelicato

    (@frankindelicato)

    Thank you very much. I will download the new version tomorrow and test it. Since you do not have a Mac if the focus problem in the widget still exists I will go ahead and fix it and let you know what I find. Other than these beta problems the plugin is great! Thank you for taking the time to write it and make it available to everyone.

    Thread Starter frankindelicato

    (@frankindelicato)

    Thank you for solving the focus problem in the widget and it works on Mac. The title field was still being replaced by whatever app_id you put in. (ie., Set up the title and the app_id in the widget and then edit the widget and the app_id will show up as the title). I think I fixed that by changing in your fields array:

    array(
    				'name' => 'App ID',
    				'desc' => '',
    				'id' => 'title',
    				'type' => 'text',
    				'default' => '',
    				'desc'	=> '<a href="https://developers.facebook.com/apps/" target="_blank">Get an App ID</a>'
    			),

    To:

    array(
    				'name' => 'App ID',
    				'desc' => '',
    				'id' => 'app_id',
    				'type' => 'text',
    				'default' => '',
    				'desc'	=> '<a href="https://developers.facebook.com/apps/" target="_blank">Get an App ID</a>'
    			),

    Really like the Plugin!!! Thank you.

    Plugin Author Jonathon_at_RedRokk

    (@jonathon_at_redrokk)

    Aww! You got me, hate it when I miss the obvious. I have made that adjustment as well, I won’t push until the end of the day today tho, just in case there’s anything else I need to include.

    The correct id actually needs to be appId and not app_id.

    Keep your eyes open for more plugins just like this one! 🙂

    getting error using firefox-latest WP and no facebook plugins
    loaded already…

    plugins/facebook-comments-red-rokk-widget-collection/comments.php on line 1022

    hope this helps?

    rgds
    Mark

    Hi…please i get this error on activating:

    Plugin could not be activated because it triggered a fatal error.
    Fatal error: Declaration of Facebook_Comments_Widget::html() must be compatible with that of Empty_Widget_Abstract::html() in /home/***/public_html/***/wp-content/plugins/facebook-comments-red-rokk-widget-collection/comments.php on line 1022
    Thank you

    Plugin Author Jonathon_at_RedRokk

    (@jonathon_at_redrokk)

    This error is due to a different version of php then I have. I’ve made the adjustments that I believe will fix the problem, but I’ll need you to confirm for me whether or not it has been fixed.

    Thank you. v0.04

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Facebook Comments :: Red Rokk Widget Collection] Undefined variable: $classname’ is closed to new replies.