Make 4.3 friendly

joe lombardo - January 3, 2004 - 03:43
Project:Feature
Version:4.2.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Dries
Status:closed
Description

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

#1

Dries - January 3, 2004 - 08:18

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

<?php
print feature_listing();
?>

#2

joe lombardo - January 3, 2004 - 16:51

That did the trick! Thanks Dries.

- Joe

#3

Dries - January 3, 2004 - 19:56
Assigned to:Anonymous» Dries
 
 

Drupal is a registered trademark of Dries Buytaert.