Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Hey this is really good but I have one other simple question. I noticed that the module adds a list of subscribed nodes to the user profile page. Where can I see the code used to display this? I need to add it to my custom profile layout.
Comments
Comment #1
dwwYes. Already provided as a default view in 5.x-2.x-dev. See:
http://drupal.org/node/48267
http://drupal.org/node/137911
I really should cut a 5.x-2.3 release... If you could help test out the current 5.x-2.x-dev code, that'd be great. Thanks.
Comment #2
jafdfhdajghsfoghs commentedHey this is really good but I have one other simple question. I noticed that the module adds a list of subscribed nodes to the user profile page. Where can I see the code used to display this? I need to add it to my custom profile layout.
Comment #3
dwwfunction signup_user(). depending on the version you're looking at, either in signup.module, or signup_no_views.inc.
enjoy.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.