Active
Project:
Drupal for Facebook
Version:
6.x-3.0-rc7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2011 at 10:21 UTC
Updated:
19 Aug 2011 at 16:45 UTC
"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
Comment #1
Dave Cohen commentedThere 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.
Comment #2
mattbk commentedI guess I am forced to ask . . . how can I copy these snippets to somewhere they will actually do something?
Comment #3
Dave Cohen commentedRead 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.