• Resolved karljung

    (@karljung)


    I tell you why..
    create and account
    name great
    email address great
    choose pw 2x great

    then
    it asks:

    Profile Details

    Members (required)

    profile details members??? I know its a possible alias; but new people are put off registering, cause they dont KNOW
    I have gone through wp-signup wp-register to look for

    <label for=”field_1″>Members (required)</label>
    <input type=”text” name=”field_1″ id=”field_1″ value=”” />

    nowhere can I find how to edit a logical text to be displayed here

    http://www.godstruths.com

Viewing 13 replies - 1 through 13 (of 13 total)
  • I think you can edit this through the options provided by BuddyPress.

    Thread Starter karljung

    (@karljung)

    Hiya Darren
    bben there checked ? got no tshirt
    they allow in BP pages section to choose another page
    zikltch change.. any more ideas
    surely that register page is called up mfrom somewhere? sigh

    The reason the signup page has these forms if because they’re required in your sites profile fields. You should be able to go to BuddyPress > Profile Fields to change these options, or add a better description. I don’t believe you have to edit any files. Hope this helps!

    Thread Starter karljung

    (@karljung)

    Thx we are closer, however when I do this it adds another field
    and a box, the base page cant be edited from here.
    however i created a new box with an explanation….
    there has to be a way… I appreciate your help
    MinKarl
    http://www.godstruths.com

    You should be able to rename all the fields. So you could rename Members to name.

    Thread Starter karljung

    (@karljung)

    Your a star, will do just that.
    Thank you Darren God bless, I know about bible truths, and not so much about php…. thanx alot.

    aha thanks. if you’ve any more questions fire away!

    Thread Starter karljung

    (@karljung)

    Darren one last thing, would you knoe\w this?
    when one makes a comment or posts you have these ‘tags’

    You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>

    <cite> <del datetime=""> <i> <q cite=""> <strike>
    wher do I get rid of them?
    thanx

    In your comments.php file you should see code aline

    <?php comment_form(); ?>

    replace it with

    <?php comment_form(
    	array(
    		'comment_notes_after' => ' ',
    	)
    ); ?>
    Thread Starter karljung

    (@karljung)

    tried this on the comments.php (buddypress-default) nogo

    just below the comments block one has this blah blah writing:

    You may use these HTML tags and attributes: etcetc

    I have in my child theme (which inherits) comment.php
    and in my suffusion theme I have
    comment-author-above.php
    comment-author-below.php
    comment.php
    which must I edit?
    youre a star.`

    comment.php from your child theme, I think. If you can find the code there, thats the one. Without checking your code I cant know for sure.

    Thread Starter karljung

    (@karljung)

    the comment.php
    starts like this
    <?php

    /**
    * BuddyPress – Activity Stream Comment
    *
    * This template is used by bp_activity_comments() functions to show
    * each activity.
    *
    * @package BuddyPress
    * @subpackage bp-default
    */
    which controls the activity stream
    it must be somewhere else, its not serious, however looks stupid to have the text there.
    came across this http://wordpress.org/support/topic/how-to-remove-text-after-comment-box?replies=4
    but it makes no sense to me
    I have checked through the css sheets, couldnt find anything.
    thx anyway

    Thread Starter karljung

    (@karljung)

    I found it, its a backend setting in suffusion.
    God bless you Darren for your time.
    feel free to join. karl

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Help my signup page is stupid..really pls help’ is closed to new replies.