Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 44 total)
  • @weblogian

    Participant

    Try using my theme “Maximus” back after three yrs
    http://strapboot.blogspot.com/2015/02/maximus-buddypress-theme.html

    @weblogian

    Participant

    Delete the Buddypress Template pack if exist

    @weblogian

    Participant

    @weblogian

    Participant

    bp.blogs.php line 415
    //if ( ‘post’ != $post->post_type )
    // return false;
    That does the job.
    Can someone show a new function to override the above from functions.php

    @weblogian

    Participant

    I like to set maximum numbers of user in all groups to 50

    @weblogian

    Participant

    @ rich! @ etiviti
    how to restrict the number members to join

    @weblogian

    Participant

    I got error with this <?php if ( bp_group_has_members(‘max=1’) ) : ?>

    @weblogian

    Participant

    Is there is a way to check whether data is available in the field else return blank

    @weblogian

    Participant

    Can we define the custom URL SLUG from functions.php?
    I will probably love a plugin

    @weblogian

    Participant

    Any buddypress slug plugin?

    @weblogian

    Participant

    I am the owner of Blogcastor.com and is not in anyway harmful. It was a comment with a link (cc.co) that cause the problem. It has been removed and is running fine now.

    In that process(reactifying) I have lost my data. Themes will be available for download ASAP.

    @weblogian

    Participant

    I think my style is better. Even if buddypress is enabled, I can still control it from the theme option page- what to display

    @weblogian

    Participant

    @r-a-y Thank a million for the tip. you saved my day

    @weblogian

    Participant

    Won’t it load slower if we add defined( ‘BP_VERSION’ ) did_action( ‘bp_init’ ) function

    @weblogian

    Participant

    Thanks for the info. I have not use defined( ‘BP_VERSION’ )

    Where will be the proper place to put this code?

    @weblogian

    Participant

    You are right, I should have explained.
    I am making theme both compatible for WP and BP by using something like this
    <?php if (get_option(‘gangmei_switch_platform’) == ‘buddypress’) { ?>
    <?php include(TEMPLATEPATH . ‘/_inc/member-search.php’); ?>
    <?php } else { include(TEMPLATEPATH . ‘/_inc/search-form.php’); } ?>

    This work 100%
    ( If buddypress is enable from theme option page, it will show the buddypress member search form
    else it will show the wordpress search form)

    But i want something like I said.

    @weblogian

    Participant

    I think I am in the wrong place

    Sorry

    @weblogian

    Participant

    Copy the the activity index.php under activity folder

    Edit the html to your way

    @weblogian

    Participant

    @profitsbuzz Though this method is not exactly what I wanted, I use java script to fetch RSS feed and then I use the profile field data tag to call in. If we can integrate feed url validation this will work.

    I have tried it live on my site. But users don’t usually give their correct feed url. So it show up error message and it spoil the whole page.

    @weblogian

    Participant

    I can add rss feed but if user don’t give a correct feed URL it screw up everything. That’s the problem I am facing

    @weblogian

    Participant

    Guys if you want to set exclude category ID from your theme option page. here is a working code.
    ‘category__not_in’ => array(get_option(‘gangmei_blog_cat’)),
    Where gangmei is your theme shortname.

    @weblogian

    Participant

    @hnla
    Thank you so much for the response

    @weblogian

    Participant

    Oh I got it
    You can now see the member ‘s external blog link and latest update in the member directory page
    http://blogcastor.com/members/

    @weblogian

    Participant

    coming close
    <?php $data=bp_profile_field_data( 'field=Feed&user_id=' . bp_get_member_user_id() );

    if(!empty($data))

    {

    else

    echo ‘Fill up your feed url in your profile’;

    } ?>

    @weblogian

    Participant

    I found it!

    It’s ../members/single/plugins.php

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