Hello,
There is no “page creation” in this plugin. Simply configure your Slugs URL (make sure those URL aren’t used by something else first!) then save your settings and you should be fine!
In order to make the Login/Logout button appear you must include the specific PHP Function in your templates or pages. There is no [shortcode] version for the moment, so you’re probably thinking about the wrong plugin.
If you want to learn more about how to include custom PHP Functions to your pages/posts/templates, please read: http://wordpress.stackexchange.com/questions/67576/how-to-call-function-within-a-page-post-to-dynamically-generate-content
Regards.
Hello
After reading again your topic, I think I understood it correctly now. You’re using a wpforum plugin that use its own login/logout page including its own [shortcode]. There is no “easy” integration with WP Steam Auth tho, as your case is pretty custom.
I would suggest you to check for the “wpforum” readme/FAQ/forum to understand where is the actual template of the login-page.php (there is always one). See, the wpforum shortcode call a page which is probably somewhere like /wp-plugins/wpforums/templates/login.php (it’s an example). There, you will be able to add the correct WP Steam Auth Function.
I cannot really help more, because I don’t know that “wpforum” plugin. Please refer to their support section for more informations.
Hope it helps!
Regards.
oh alright there i manage to make it work 😀 thanks for the reply the plugin helps alot 😀
Hey!
Glad to hear you made it works. Can you share the method you used? No need to go in details, maybe just quote which *.php templates you’ve updated?
Also, if you enjoy the plugin, please feel free to post a review, it’s an easy way to promote it within the plugin directory 😉
Have a good day!
Regards.