Issue with Automatic Subscriptions plugin - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Support (https://community.mybb.com/forum-72.html) +---- Thread: Issue with Automatic Subscriptions plugin (/thread-148801.html) |
Issue with Automatic Subscriptions plugin - hleibac - 2013-12-09 I am trying to figure out how to automatically subscribe new users to e-mails on post updates (but still allow them to change individual subscription options later). Basically default "Subscribe and receive email notification of new replies" to be on. I installed the Automatic Subscriptions plug in: http://mods.mybb.com/view/automatic-subscriptions I followed the instructions, installing the plug in and modifying the two template files. When I do this, the Registration process member.php seems to break. The "Submit Registration!" button disappears, as does part of the right panel of the screen. See "before plug in / working" screen shot: And "after plug in / not working" screen shots. FYI, I also tried the manual way of doing this as outlined here, but had the same problem: http://community.mybb.com/thread-106089.html Any suggestions? RE: Issue with Automatic Subscriptions plugin - Matt - 2013-12-09 Post your member_register template here, not sure how adding that variable would cause the template to break. RE: Issue with Automatic Subscriptions plugin - hleibac - 2013-12-09 (2013-12-09, 06:40 PM)Matt. Wrote: Post your member_register template here, not sure how adding that variable would cause the template to break. After you mentioned that, I took second look at the member_register template. All the lines after the line I added were somehow truncated. Maybe it was because I put some extra blank lines in and that messed things up? Anyway, even with a complete and non-truncated member_register I was not able to get the plug in to work, but I did get the result I was looking for (default subscribe to posts) by following the instructions here: http://community.mybb.com/thread-106089.html So I am all set - thank you for the help! |