Installed... set permissions, but can't find any settings to grant a node "front page" status. Reading the code, it looks like it should appear when editing the node, but nothing shows up.

Thanks,
Bruce

Comments

Anonymous’s picture

Title: Can't set values for node » Only variables can be passed by reference

There is a error in the code that doesn't allow the module to be enabled; the second parameter passed to a call to drupal_alter() is not a variable (I keep to forget that in Drupal 7 the first three parameters of the function are passed by reference).

I am fixing this problem, and I will create a new official release ASAP.

Anonymous’s picture

Title: Only variables can be passed by reference » Can't set the frontpage

There is actually another issue that causes the settings of the module to not appear. I am fixing that as well.

Anonymous’s picture

Component: User interface » Code
Status: Active » Fixed

I have fixed the code, committed it, and created a new official release (http://drupal.org/node/1022320).

The project page describe better what needs to be done to set up the module.

Thank you for your report.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.