There is no short-code for pie chart..
If you check checkbox anyone can register at Settings –> General, Then you can see register page. http://yourwesite.com/wp-login.php?action=register There you can check your settings of register page.
— AJsquare (INDU)
Hi,
I guess Rubiya is speaking about the V2 beta of PIE REGISTER.
I have a system, where users will log from a lightbox like with three tabs to connect, register, then forgot password.
So if i check in admin config, when you block the access to regular wp-admin?action=register etc… you have 3 dropdowns where to choose then wich page to use instead.
And if you choose : PIE Register Login for example, etc… it says just bellow the field :
This page must contain the Pie Register Login form short code.
So what that sentence means exactly ?
My problem is that when i create a custom form, i don’t think it updates the whole system. So if you request the WP register form inside a custom lightbox for example, you still have the default wordpress fields. I guess the whole function WP register fields should be updated so be call everywhere on custom template.
Well so if the plugin is not doing this, then we need a shortcode I guess to call the modified WP register form where we want.
And this looks to be possible from this sentence about shortcode in admin…
Am I right ? ^^
Thanks,
Eldehel
Ok mea culpa, i just found these shortcodes inside the FAQ of the website, so maybe it can be useful to place these shortcodes directly inside PIE REGISTER admin page as a reminder…
With the use of Shortcodes ([pie_register_login] & [pie_register_form]), Pie-Register allows you to place your registration forms anywhere you desire. With the use of shortcodes and built-in Widgets, Pie-Register allows you to place the login/registraion forms anywhere you want.
edit : after looking inside plugin (v2 beta) i found all :
add_shortcode( ‘pie_register_login‘, array($this,’showLoginForm’) );
add_shortcode( ‘pie_register_form‘, array($this,’showForm’) );
add_shortcode( ‘pie_register_profile‘, array($this,’showProfile’) );
add_shortcode( ‘pie_register_forgot_password‘, array($this,’showForgotPasswordForm’) );