Hi,

since 2.0, the Twitter thing reappeared and I can't seem to remove it anymore. What would I need to do?

Cheers,
Nico

Comments

quicksketch’s picture

Visit admin/build/themes/settings/ninesixtyrobots and disable the option for Twitter posts at the bottom of the page.

nschloe’s picture

Hm.

I'm using a theme derived from 960 Robots, and I also copied over theme_settings.php (btw., can it be you're missing a ?> there at end of the file?), but something like that doesn't appear for the derived theme. It does for 960 Robots, though.

I guess I'll just have to fiddle around some more.

Cheers,
Nico

quicksketch’s picture

If you're writing a custom theme just based on 960 Robots, a simple solution is to simply delete the entire contents of ninesixtyrobots_preprocess_page() from template.php, which is responsible for the Twitter feature.

nschloe’s picture

Status: Active » Fixed

Thanks for the tip!

What I used eventually is somewhat cleaner I find: Copy over theme-setting.php (which needs to be done anyway), rename the function in the file to match the new theme's name, and do the configurations through Drupal online.

Cheers,
Nico

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.