Forum Replies Created
-
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
@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
@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
@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
@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
@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
hi, you can have a look at the following may be it will help.
http://www.htmlcodetutorial.com/forms/index_famsupp_157.html
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
@Timothy Tarmon Jr am still trying to see what am i doing wrong. its not working for me right now.
regards
@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
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
use the plugin i just provided instead that plugin u provided will not be updated for buddypress 1.3
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’ );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
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 :
anyone?
just tried this but nothing happen onsubmit=”document.f1.Submit.disabled=true;document.f1.Submit.value=’please wait…’;”
any news?
Hi, just put this code in your members- loop.php “
Telephone is the value of what you want to display.
thanks
thanks
@Mikey3D just tried your code and it even conrol members page. whatever number you set is for both activities and members page.
thanks
Hi, this is what am using on my website. :
<a href="profile/edit">Edit Profile Info</a>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
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