I installed signup status, but found that I the forms behind the "Signups" tab for editable nodes had not changed. I could not set the status of a signup, because the original signup form was being called instead of the forms in the new Signup Status module.
Also the signup admin pages had not changed to include a couple new signup status fields I expected to see.
I'm using v2.4 of the Signup module.
Both 5.x-1.0 and 5.x-1.x-dev exhibit the problem.
Here's what I found out. The Signup Status module tries to override the Signup menu at $node. '/signups', but this wasn't happening because both the Signup and Signup Status modules use the "if ($may_cache)" to ensure they are last called.
My workaround was to increase the weight in the system table for the Signup Status to a number larger than the weight of the Signup module.
Comments
Comment #1
jrbeemanComment #2
socialnicheguru commentedwhere do i change the weight?