[Resolved] How to customize register-page
-
WordPress 3.5.1.
Theme Weaver II Pro 1.3.8
Buddypress 1.72
Also use WangGuard plugin: http://wordpress.org/plugins/wangguard/
Site: http://ssnet.org/I created a page in my WordPress blog (http://ssnet.org/join-us/) for Buddypress registration, and I added the shortcode [register-page] (It seemed like it ought to be valid. 😉 So where do I find a list of valid shortcodes for Buddypress??) Attempting to access the page directly yields a page-not-found error. However, it comes up when a user clicks on “Register” on the front page.
However, the content on the page I created gets totally overlooked and standard registration form content appears instead.
I see this in the Source for the page:
<div class="entry-content cf">
<div id="buddypress"><div class="page" id="register-page">
<form action="" name="signup_form" id="signup_form" class="standard-form" method="post" enctype="multipart/form-data">
<p>Registering for this site is easy, just fill in the fields below and we'll get a new account set up for you in no time.</p>
I would like to know precisely where to find the form to edit the paragraph beginning with "Registering ..." (I don't want to use a plugin for that).
There's much else I would like to do, but editing that one paragraph would be a good start.
Any help would be much appreciated. :) (I'm quite inexperienced re Buddypress. Trying to learn ...)
- The topic ‘[Resolved] How to customize register-page’ is closed to new replies.