Hello,
It's a common UI agreement to put "subscribe" form under "Reply" in forum.
How do I make it show this way for drupal?
Currently, Subscription form is higher than "comment", that's unacceptable for forum.
Also I'd like to make "subscribe" collapsed by default.
Comments
Comment #1
gustav commentedHello jumper12. To move the Subscribe fieldset further down you would have to give it a higher weight, by adding a line
'#weight' => nn,below line 72 of subscriptions_ui.module, where for nn you have to chose a number that is big enough to move the fieldset to where you want it. Probably easiest to find this by trial and error.
This should do the trick in your case, but you may nevertheless also be interested in the discussion of the user interface issues for user subscriptions at http://drupal.org/node/189977.
Comment #2
salvis@delius: Have you tried that? It doesn't work for me. chx said it can't be moved down to the links area.
We're still looking for a good alternative...
Comment #3
salvisThis is fixed by introducing the Subscriptions interface block in BETA9, except the old fieldset remained visible, too (so you ended up with two fieldsets).
The patch in http://drupal.org/node/208631#comment-702471 takes care of displaying only one of the fieldsets, and something along those lines will be in the next beta release.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.