Login Problem Solving

After adding a login module, I created an article that would display when a user logs in and another when they log out. The problem is, in the login module parameters you can only select an article link from a menu entry. It would look bad and unprofessional to have these articles assigned to the menu, so I wasn't prepared to do that.

After much deliberation I came up with a solution. I created a new menu module and called in loginmenu, and created 2 menu entries, 1 for each article I needed to display. Then, I set it up in the login module parameters to use the articles, as they were now menu entries. I then went back to the menu module and disabled it, so that is would not be visible on the website. This way I can retain the functionality needed for the login pages, but keep the site looking cleaner without the need for the extra menu.