Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

  • nandopax
    Participant

    @nandopax

    Tickects created #999 #1000 #1001.

    I’m glad to help


    nandopax
    Participant

    @nandopax

    Another.

    The Profile fields lost the original ID order.


    nandopax
    Participant

    @nandopax

    One problem more with the forum:

    My original bbPress installation was in the forums folder (http://voiceover-casting.com/forums), the same of the slug used by buddypress.

    Fix to make the bbPress run:

    1) Before to configure it in buddypress, enter in bbPress admin and change the url to (http://yoursite.com/forum)

    2) After, enter in your FTP and change the directory name “forums” to “forum”

    3) Configure buddypress in “Forums setup” and will work.

    4) If you want delete the old bbPress instalation you can do that, you WILL NEED leave only the “bb-config.php” file in the “forum” folder


    nandopax
    Participant

    @nandopax

    Hi PerS! I already downloaded this plugin of this site and isn’t work for the buddypress!

    The profile pages and other pages aren’t indexed.

    Use a external sitemap generator like this http://www.auditmypc.com/xml-sitemap.asp (need java running – you can get in http://www.java.com/) to get all pages is an alternate


    nandopax
    Participant

    @nandopax

    I’m having the same problem


    nandopax
    Participant

    @nandopax

    Don’t Work… I don’t know why but not working anymor.


    nandopax
    Participant

    @nandopax

    After hours working on that I found a solution, but isn’t definitive and already have a bug! Let’s go. Nicolas, don’t kill me – i’m trying to help! :-)

    In the line 728 on bp-xprofile-classes.php just copy and paste the code bellow:

    <div id="titlediv">

    <h3><label for="is_public"><?php _e("Is This Field Public?", 'buddypress') ?> *</label></h3>

    <select name="is_public" id="is_public" style="width: 30%">

    <option value="0"<?php if ( $this->is_public == '0' ) { ?> selected="selected"<?php } ?>><?php _e( 'Public', 'buddypress' ) ?></option>

    <option value="1"<?php if ( $this->is_public == '1' ) { ?> selected="selected"<?php } ?>><?php _e( 'Private', 'buddypress' ) ?></option>

    </select>

    </div>

    This code will add an opition in the field edit screen / at ProfileFields Admin – to keep the data private for “non friend users”

    But the problem is IF the field have data and you aren’t a friend, you will see the field name, but the data will be hidden. look at my birthday http://voiceover-casting.com/members/admin/

    I have tryed do the same with the Groups Fields but doesn’t work. Maybe someone can help me to create “Hidden Field Groups” and found a fix my newbie solusion for the “Private Fields” bug.

    Could be nice if in a new version the admin and the users can select “Who can see the data” like: “Public, Only Friends, Hidden (only visible for admin and the owner), “.

    Nicolas, I will donate for you soon for your great job.


    nandopax
    Participant

    @nandopax

    Great! It works!

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar