Needs review
Project:
LoginToboggan
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 20:33 UTC
Updated:
2 Jun 2016 at 21:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
acidpotato commentedThis patch works. I can use Context module to add sidebars. I tried adding custom template (page--user--register.tpl.php) and Context module to get the sidebars to appear but was stumped and couldn't figure out why normal Drupal overrides and methods were not working and this patch helped. Btw I am using Zen.
I don't understand why removing sidebars and preventing page template overrides is the default behavior. It is definitely above and beyond what this module needs to do, but all things considered, a great module. Thank you.
Comment #2
pieterdcI agree with anik8z.
Comment #3
squarecandy commentedI agree - default value should be FALSE for logintoboggan_denied_remove_sidebars and option to remove them should be available in the admin, as per this patch.
Comment #4
ptsimard commentedThis bit me hard. I spent over an hour hunting around with dpms trying to find what was removing the sidebars. Then I got super angry at LoginToboggan for not documenting this setting!.
And I thoroughly agree that this should be an optional behavior and very visible in the settings screens.
So here I took ohthehugemanatee's patch, changed the text, set it to a default of FALSE (both in the form and in hook alter) and rerolled it against latest dev.
Hopefully this gets accepted.
Thanks
Comment #5
mchampsee commented+1 Just lost a couple of hours trying to flag this down.