Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 51 through 75 (of 258 total)
  • @naijaping

    Participant

    @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

    @naijaping

    Participant

    @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

    @naijaping

    Participant

    @imagine81, You can use a function to remove email contact from private message:

    http://pastebin.com/jZeThNEv

    Note: You can amend it to remove other contact aswell

    Naijaping

    @naijaping

    Participant

    @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

    @naijaping

    Participant

    @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

    @naijaping

    Participant

    @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

    @naijaping

    Participant

    @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

    @naijaping

    Participant

    you welcome

    @naijaping

    Participant

    @martinm92, use this functions stolen from modemloopers plugin. let me know if it work for you

    http://pastebin.com/TmaZQ5fb

    @naijaping

    Participant

    @martinm92, a link to you test site ?

    @naijaping

    Participant

    @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');

    @naijaping

    Participant

    @henrywright-1,

    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

    @naijaping

    Participant

    You welcome mate

    @naijaping

    Participant

    @henrywright-1,

    <?php echo bp_search_form() ?> did the trick for me.

    Naijaping

    @naijaping

    Participant

    @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

    http://pastebin.com/a2mTNVZX

    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

    @naijaping

    Participant

    @dnbrawler,

    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

    http://pastebin.com/W50QHF1e

    Naijaping

    @naijaping

    Participant

    @mercime, Thanks. you are faster than me.

    @naijaping

    Participant

    @shreyachaudhary,

    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

    @naijaping

    Participant

    @sooskriszta,

    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

    http://pastebin.com/v9zeqMTw

    @naijaping

    Participant

    Hi @sooskriszta,

    You can easily do that by using the following code in your members-header.php and style accorgingly.

    http://pastebin.com/Gdbg6UGg

    Naijaping

    @naijaping

    Participant

    @funflash,

    Try the code in the link below. that should solve the problem.

    http://pastebin.com/3ANFRQeR

    @naijaping

    Participant

    @bphelp,

    Thanks mate, thanks God notification is finally working on here

    @naijaping

    Participant

    @naijaping

    Participant

    @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

    @naijaping

    Participant

    @blackmatarsak,

    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

Viewing 25 replies - 51 through 75 (of 258 total)
Skip to toolbar