Does WpForo has Codex ? I can't add links like as custom ( since they have symbols that are not accepted )
I've been looking for them on the documentation , but I don't find them .
Thanks
Hi @akhi,
Please check the value of the "Min number of posts to be able post links" option. It is located in Dashboard > Forums > Tools admin page:
Not exactly what I'm looking for . I want something like [WpForo_Login] or some kind of stuff . I'm the admin , so I don't need the option you linked . And yes , I have it already at = 0
But when you want to add some other option ( like redirect to the login ) from other plugins for example , you can't do that without Codex
The login URL is not changed, it's not dynamic. You can use the direct URL without any code:
- Login: https://wpforo.com/community/?wpforo=signin
- Register: https://wpforo.com/community/?wpforo=signup
Also you can use following PHP functions, they return according URLs:
wpforo_register_url() wpforo_login_url()