Forum Replies Created
-
@marathifacebook, am not being funny, but no one will be willing to help you with this kind of you attitude, refering to a free plugin which developer spent hours of hardwork on as useless even make the matter worst.
There is no free gmail importer that am aware of, you may have to consider some paid one and make it work with buddypress or code one yourself.
Naijaping
@imagine81, what you can do is create a function using ban array to ban some words e.g:”Phone Number”, “My address” etc…and check for the ban words in private messages.
Naijaping
@imagine81, You can use a function to remove email contact from private message:
Note: You can amend it to remove other contact aswell
Naijaping
@praveshraheja, whatever you Name the field that you use date selector to create is your birthday field name. e.g Birthday or Your Date of birth.
Note: The field must be exactly as you name it
Naijaping
@martinm92, if you want to rename it what ever you like or style it, you can try:
<a class="lostpass"href="http://www.yoursite.com/wp-login.php?action=lostpassword">Lost password?</a>then you can change Lost password to whatever you like
@mistercyril, after a quick search, I found – https://wordpress.org/plugins/user-control/ you can have a look if you can use is for buddypress.
Note: I have not tested this plugin
@mistercyril, There is no such function by default, what you can do is hire a developer to create a plugin which does that for you.
Naijaping
you welcome
@martinm92, use this functions stolen from modemloopers plugin. let me know if it work for you
@martinm92, a link to you test site ?
@martinm92, put the following code in functions.php of your theme. assuming you are using child theme.
// Remove html margin from body function my_function_admin_bar(){ return false; } add_filter( 'show_admin_bar' , 'my_function_admin_bar');Here is another way of doing it. In your setting >>> discussion >> default avatar them choose mystry man and the following code will go into functions.php
//Custom avatar for no avatar user function myavatar_add_default_avatar( $url ){ return get_stylesheet_directory_uri() .'/_inc/images/user-nopic2.png'; } add_filter( 'bp_core_mysteryman_src', 'myavatar_add_default_avatar' );Naijaping
You welcome mate
@wpbp, The problem is that many spam nowadays are not bots but real human spam. I have same problem on one of my installation. all you can do is to ban the domain which has been a source of spam to your site. e.g: spam1@me-now.com. spam22@me-now.com
when you put “me-now.com” in the following code, it will ban any email from me-now.com, Put it in your functions.php
Note: I have 3 sets of this code, I have the one which can ban specific email from gmail, yahooo, hotmail etc without banning other users using gmail, yahooo, hotmail. if you want that aswell i can post it or all the 3 if someone can release it as a free plugin , no problem.
Naijaping
If what you are after is facebook style activity time i.e something like “Demo” posted an update May 28, 2013 6:00 pm.
you can use the following code in your functions.php
Naijaping
@mercime, Thanks. you are faster than me.
Not to worry,
You will be able to access your site through FTP, then rename buddypress to buddypres, and rename Commons in a Box aswell then you can Investigate further.
Naijaping
IMO, since there is a simple solution for this request, i dont think it is necessary to be in the core, someone can make a simple plugin of that.
Here is another version which echo NOW ONLINE or OFFLINE tested with latest BP/WP
Hi @sooskriszta,
You can easily do that by using the following code in your members-header.php and style accorgingly.
Naijaping
Try the code in the link below. that should solve the problem.
Thanks mate, thanks God notification is finally working on here
you can follow this article
http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
@jamie771, yes you can do it with a plugin called (BuddyPress Automatic Friends)
https://wordpress.org/extend/plugins/bp-automatic-friends/
the plugin is still working.
Naijaping
Ans 1, you can hide it with simple css in your theme by using :
#wp-admin-bar-wp-logo>.ab-item .ab-icon {display:none ! important}
I dont understand the question 2
Naijaping