Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 201 through 225 (of 258 total)
  • @naijaping

    Participant

    hi, have just solved this type of problem on my test site. go to Wp dashbord, click on users, at the list of users , change the Admin Email address from ———— @example.com to just normal email like yahoo. gmail. etc

    Thats it enjoy

    @naijaping

    Participant

    @mercime, @hnla, you guys rock my world, thank u thank you. have learnt a lot from you, thanks sooooooooooooo much for your help.

    regards

    @naijaping

    Participant

    @mercime, @hnla, thanks soooooo much, just what i wanted. you are indeed a stunning stars…. but how can i style login sidebar form as it has been striped naked now.

    have a look: http://naijaping.co.cc/

    Regards

    @naijaping

    Participant

    @hnla, @mercime, I just created multiple sidebar on my test site, i followed tutorial from the following link : http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/ and i have the extra sidebar widget, however, they still show as one with no space in between the content so please how can i achieve this.i want the sidebars to have space inbetween one another.

    my test site is : http://naijaping.co.cc/

    thanks

    @naijaping

    Participant

    @hnla apologies if my question was not clear. thats exactly what i want, i want each widget to appear in its own sidebar so that they will not join together. any pointer to right direction in achieving that will be highly appreciated.

    thanks

    @naijaping

    Participant

    @mercime thanks for your reply, have tried it and it was cool but not really what am looking for. as i want each sidebar widget item to have a space bottom and top so that each of them can stand alone. anymore suggestion will be highly appreciated.

    regards

    @naijaping

    Participant

    @Timothy : i created it at wp-content/themes/(My Theme)/members/single/member-header.php. but funny enough, i cant see members-header.php in my theme file at the wordpress dashboard. i can only see it through my FTC.

    thanks

    @naijaping

    Participant

    hi, you can have a look at the following may be it will help.

    http://www.htmlcodetutorial.com/forms/index_famsupp_157.html

    @naijaping

    Participant

    If you can wait, Bp Album ++++++ plugin will soon have music and video upload as it currently support only picture. , but if you cant, try premium bp gallery by buddydev.com

    BP Gallery

    @naijaping

    Participant

    @Timothy Tarmon Jr am still trying to see what am i doing wrong. its not working for me right now.

    regards

    @naijaping

    Participant

    @Timothy Tarmon Jr, thanks for you effort, just tried this as instructed but seems to have no effect, what am i doing wrong, i just copied member-header.php to my child theme and replaced

    with the code provided above but no changes, what am i doing wrong.

    regards

    @naijaping

    Participant

    i just got this working on my site after some research, i used javascript with just two lines code. it look cool simple than i thought

    @naijaping

    Participant

    use the plugin i just provided instead that plugin u provided will not be updated for buddypress 1.3

    @naijaping

    Participant

    ok try this :

    use this plugin to manually active users that are not activated yet : https://wordpress.org/extend/plugins/wp-activate-users/

    and use the below code in your functions.php .to disable email activation.

    function disable_validation( $user_id ) {
    global $wpdb;
    $wpdb->query( $wpdb->prepare( “UPDATE $wpdb->users SET user_status = 0 WHERE ID = %d”, $user_id ) );
    }
    add_action( ‘bp_core_signup_user’, ‘disable_validation’ );
    function fix_signup_form_validation_text() {
    return >false;
    }
    add_filter( ‘bp_registration_needs_activation’, ‘fix_signup_form_validation_text’ );

    @naijaping

    Participant

    Firstly check your filter, choose alphabetical order and see if all members show, and also if your site require email activation, you will see some members under manage users but not in members directory because their email is not verified yet. hope this will help.

    regards

    @naijaping

    Participant

    i have tried this before but seems not to workout. i am currently using formidable form for feedback which work like a charm. here is the link :

    http://www.naijaping.com/contact-us/

    https://wordpress.org/extend/plugins/formidable/

    @naijaping

    Participant

    anyone?

    @naijaping

    Participant

    just tried this but nothing happen onsubmit=”document.f1.Submit.disabled=true;document.f1.Submit.value=’please wait…’;”

    @naijaping

    Participant

    any news?

    @naijaping

    Participant

    Hi, just put this code in your members- loop.php “

    Telephone is the value of what you want to display.

    thanks

    @naijaping

    Participant

    thanks

    @naijaping

    Participant

    @Mikey3D just tried your code and it even conrol members page. whatever number you set is for both activities and members page.

    thanks

    @naijaping

    Participant

    Hi, this is what am using on my website. : <a href=&quot;profile/edit">Edit Profile Info</a>

    @naijaping

    Participant

    if you simply want to hide Admin bar login and sign up, just add

    remove_action( 'bp_adminbar_menus', 'bp_adminbar_login_menu', 2 );

    to your functions.php and login and sign up will go away

    @naijaping

    Participant

    thanks so much, the above approach worked, Am using a child theme created by me, but i copied all the files from bp-default theme and customised it. where can i get the onecolumn-page.php template? am not developer but its only help from people like that push me this far

    regards

Viewing 25 replies - 201 through 225 (of 258 total)
Skip to toolbar