Get creative with shortcodes. Many of the plugin’s shortcodes can be used together to create specific elements of customization without the need for code.
While the shortcodes have some limitations, there is quite a bit you can accomplish with them. Here are some examples and ideas.
Show status when a user is logged in
[wpmem_logged_in]
You are logged in as: [wpmem_field user_login]
[wpmem_logout]
[/wpmem_logged_in]
Output:
You are logged in as: {username}
Click here to logout.