"I read the README.txt from start to finish," but can someone please advise where I can find the settings page for the example customizations module? I have enable it but can't seem to find anywhere to access it. Thanks.

Comments

Dave Cohen’s picture

There is no settings page.

It would be nice to have a user-friendly module on top of modules/fb that makes common features easy to set up. But noone has written that yet. fb_example.module is full of little snippets you can pick and choose from in your own custom module.

mattbk’s picture

I guess I am forced to ask . . . how can I copy these snippets to somewhere they will actually do something?

Dave Cohen’s picture

Read here on drupal.org how to create a custom module. Copy from fb_example.module the hooks you're interested in and modify the code to work just the way you want it to.