Title: [Plugin: Sociable] options panel
Last modified: August 19, 2016

---

# [Plugin: Sociable] options panel

 *  [night2008](https://wordpress.org/support/users/night2008/)
 * (@night2008)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-sociable-options-panel/)
 * Hi guys,
 * Just wanted to share this “fix” I had to apply to stop the errors in my options-
   panel…
 * Line 1193 sociable.php: I added a value check in the foreach.
 *     ```
       foreach($curconditionals as $condition=>$toggled) {
       			$value = array_key_exists($condition, $_POST['conditionals']);
       			$conditionals[$condition] = ( isset($value) && $value == 1 ) ? 1 : 0;
       		}
       ```
   
 * And around line 1316 in sociable.php: I had to add a second parameter to checked(),
   being ‘1’.
 *     ```
       <input type="checkbox" name="conditionals[is_home]"<?php checked($conditionals['is_home'], 1); ?> /> <?php _e("Front page of the blog", 'sociable'); ?><br />
       ```
   
 * and so for each input checkbox.
 * With kind regards,
 * Kim

Viewing 1 replies (of 1 total)

 *  [hariom-balhara](https://wordpress.org/support/users/hariom-balhara/)
 * (@hariom-balhara)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-sociable-options-panel/#post-1321918)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Sociable] options panel’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [hariom-balhara](https://wordpress.org/support/users/hariom-balhara/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-sociable-options-panel/#post-1321918)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
