Posted by joe lombardo on January 3, 2004 at 3:43am
Jump to:
| Project: | Feature |
| Version: | 4.2.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Dries |
| Status: | closed (fixed) |
Issue Summary
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
#1
The features page on drupal.org is implemented as a static PHP page that invokes
feature_listing():<?phpprint feature_listing();
?>
#2
That did the trick! Thanks Dries.
- Joe
#3