I've been playing with the feature module a little more and have a few questions.

1. I see on drupal that drupal.org/feature is the path to see the features page. This URL returns an empty page on my site. I'm using a modified interlaced theme.

2. The submit feature link is only found under "Home » administer » content " It took a while to find there as it is inconsistant with the rest of the interface.

As always, thanks!

- Joe

Comments

dries’s picture

The features page on drupal.org is implemented as a static PHP page that invokes feature_listing():

print feature_listing();
joe lombardo’s picture

That did the trick! Thanks Dries.

- Joe

dries’s picture

Assigned: Unassigned » dries