• Hi,

    After several attempts to change the settings in the Sociable plugin so that link will open up in a new window, it still won’t change. Also when I check extra sites, they do not update. Default settings seem to override everything option.

    Anyone else having the same problem? How can it be fixed?

    thanks! oh..and wishing everyone a Happy & Successful New Year…!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same issue and came here looking for answers. Happy to at least know I am not the only one who can’t get the dang thing working

    See if you have the following form code…

    <form method=”post” action=”<?php echo $_SERVER[‘REQUEST_URI’]; ?>”>

    and change it to something like this (use PHP_SELF) – this is from the Lester Chan line of plug ins. This was postede there and I tested it out (on an IIS box that didn’t like REQUEST_URI).

    <form method=”post” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>?page=<?php echo plugin_basename(__FILE__); ?>&updated=true”>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Save changes” will not save in Sociable plugin.’ is closed to new replies.