Remove the function "Subscribe to my Twitter friends here."

edited April 2011 in General
I would like to remove the option "Subscribe to my Twitter friends here." which is on "twitter settings", anyone know how I do?

Comments

  • @fernando You can probably hide it with some custom css, or write a plugin to make it not show up at all. I do not think there's an option to just remove it unfortunately.
  • edited May 2011
    I get it. Thanks @jordanc
  • My thoughts:

    Safest bet is probably a plugin to make this a hidden in the .php itself, using the checkbox's id as in <input type="hidden" value="false" id="friendsync"/>.

    Less safe bet is to have the .js help out here, maybe with jQuery. If you are familiar with .js, you can write some jQuery to replace the checkbox input with a hidden input (with a value of 'false'), similar to what the plugin would do.

    Least safe bet is to hide with .css. Simply because with the checkbox hidden, it might still come across as "checked" when submitting the form. That wouldn't be a nice feature.

    Some things to consider, I suppose.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID