-
naijaping posted on the forum topic how to remove login frm the upper left section of the site in the group Creating & Extending: 13 years, 5 months ago
@naved, post a link to your website please.
-
naijaping posted on the forum topic how to remove login frm the upper left section of the site in the group Creating & Extending: 13 years, 5 months ago
If you are talking about the login / sign up at the admin bar, just put the following code in your function.php and it will be removed.
remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_login_menu’, 2 );
-
naijaping posted on the forum topic Improper group members displayed? in the group Installing BuddyPress: 13 years, 5 months ago
Hi, am very sure that the rest members you cant see are spam or they did not activate their account via the activation key sent to them. it has happened to me before. firstly go to wp admin, and go to users, then check how many users you can see. if it is 523.
regards
-
naijaping posted on the forum topic Welcome Pack Welcome Message Meta Not Working in the group Welcome Pack: 13 years, 5 months ago
This problem is still not solved? i tried this plugin today and noticed this problem too, it omit sent between ( ) and state the name of the new user.
regards
-
naijaping joined the group Welcome Pack 13 years, 5 months ago
-
Prince Abiola Ogundipe posted an update 13 years, 5 months ago
@timothyjunior i just used the following code but does nothing
// 1 &&
whatsnew.scrollHeight whatsnew.offsetHeight)
{
whatsnew.rows++;
}
whatsnew.rows++
}
}//]]>
and this at the form area
onkeyup="expandit(this)"
what can i do?
-
Prince Abiola Ogundipe posted an update 13 years, 5 months ago
Regarding the whats new form auto expand, please what tag are you talking about? am so sorry to disturb you, am not a good coder, but have learnt a lot true help from good people like you.
regards
-
naijaping posted on the forum topic Progress bar plugin in the group Third Party Components & Plugins: 13 years, 5 months ago
@nlvp ,Try this : https://wordpress.org/extend/plugins/buddypress-profile-progression/
May be you can modify it to what you want
-
naijaping posted on the forum topic Admin gets automatically redirected to homepage… in the group How-To and Troubleshooting: 13 years, 5 months ago
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
-
Prince Abiola Ogundipe posted an update 13 years, 5 months ago
-
Prince Abiola Ogundipe posted an update 13 years, 5 months ago
@timothyjunior
Hi, i just past this in my header.phpfunction expandit(whats-new){
while (
whats-new.rows > 1 &&
whats-new.scrollHeight whats-new.offsetHeight)
{
whats-new.rows++;
}
whats-new.rows++
}and paste this
onkeyup=”expandit(this)”
in the whats new textarea in post-form.phpbut nothing happen as it did not work
-
naijaping started the forum topic update form height expand automatically, anyone know how to do this? in the group Creating & Extending: 13 years, 6 months ago
Hi, it will be a cool function if Update form height ( whats new form) can auto expand. check the link below for the code but no explanation on how to use it. someone have a look please.
-
naijaping posted on the forum topic Change Avatar on mouseover like Facebook in the group Creating & Extending: 13 years, 6 months ago
@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 posted on the forum topic Change Avatar on mouseover like Facebook in the group Creating & Extending: 13 years, 6 months ago
@Timothy Tarmon Jr am still trying to see what am i doing wrong. its not working for me right now.
regards
-
Prince Abiola Ogundipe posted an update 13 years, 6 months ago
@timothyjunior 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 posted on the forum topic Change Avatar on mouseover like Facebook in the group Creating & Extending: 13 years, 6 months ago
@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
-
Prince Abiola Ogundipe posted an update 13 years, 6 months ago
@timothyjunior hi, i am looking for this mouseover function aswell, my own website is : http://www.naijaping.com/
regards
-
naijaping posted on the forum topic please wait on login in the group Creating & Extending: 13 years, 6 months ago
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 posted on the forum topic Not all membrs are displayed on members page? in the group Creating & Extending: 13 years, 6 months ago
use the plugin i just provided instead that plugin u provided will not be updated for buddypress 1.3
-
naijaping posted on the forum topic Not all membrs are displayed on members page? in the group Creating & Extending: 13 years, 6 months ago
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…[Read more]
- Load More
@naijaping
Active 4 years, 9 months ago