Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 20,076 through 20,100 (of 68,967 total)
  • Author
    Search Results
  • #167463

    @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

    #167456
    Martin
    Participant

    @modemlooper
    So anything to do with BuddyPress then?

    #167445
    bp-help
    Participant

    @nobodymove
    Have you tried reverting to twenty twelve theme or bp-default theme to see if your issue persists?
    If so then try bulk deactivating all those plugins other than BuddyPress and then reactivate each one individually and test if the issue you are having persists against each one of those plugins as you reactive them individually. I know it sounds tedious but this is pretty basic troubleshooting procedure to narrow down if it is a theme or plugin causing the issue. If you find that it is a theme or plugin then report it to the respective author so they may check and make any adjustments necessary. If the issue persists after this procedure and you have not been able to narrow down the culprit then please report back here.

    #167444
    nobodymove
    Participant

    Also, I do have this in my buddypress settings tab under Legacy Group Forums – bbPress configuration: /var/www/vhosts/lochmoorclub.com/httpdocs/wordpress/bb-config.php

    Not sure what that is…

    #167443
    nobodymove
    Participant

    Thanks @bphelp. Info listed below:

    1. Which version of WordPress are you running?

    3.5.2

    2. Did you install WordPress as a directory or subdomain install?

    Directory

    3. If a directory install, is it in root or in a subdirectory?

    root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?

    3.5

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    Wordpress seems to be working fine

    6. Which version of BP are you running?

    1.7.2

    7. Did you upgraded from a previous version of BP? If so, from which version?

    1.7

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    Yes, a lot. 🙂

    Allow Multiple Accounts
    amr users + buddypress
    buddypress group email subscription
    buddypress member import
    buddypress message attachement
    Buddypress Toolbar
    Buddypress Xprofile custom fields type
    comprehensive google map
    contact form manager
    events manager pro
    easy table
    form lightbox
    GRAND Flash Album Gallery
    Lightbox Galleries EWSEL
    Mass Messaging in Buddypress
    Online Backup for WordPress
    Peter’s Login Redirect
    SHortcode Widget
    User Switching
    WP Full Calendar
    WP Wunderground

    9. Are you using the standard BuddyPress themes or customized themes?

    I’m using Razor 1.1.3 from Themeforest/Parallelus

    10. Have you modified the core files in any way?

    No

    11. Do you have any custom functions in bp-custom.php?

    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting?

    Network Solutions

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?

    VPS hosting package

    #167441
    bp-help
    Participant

    @nobodymove
    This is not default behavior. Please see:
    https://buddypress.org/support/topic/when-asking-for-support-2/
    And supply all the info you can regarding your install!

    #167430

    In reply to: BuddyPress Group Page

    Hugo Ashmore
    Participant

    @disqusnow BuddyPress is a plugin, plugins live in the WP directory /wp-content/plugins/ not in the directory /wp-content/themes/

    BP historically ran it’s default theme from it’s plugin struture and still does along with the new theme compatibility files /buddypress/bp-templates/bp-legacy/

    If you have a custom theme and you want to edit the bp theme compat templates then you must copy them over to your theme and edit them from there ( to confirm as mentioned earlier the actual WP pages are placeholders you do not enter content in them.)

    Please see the codex for more in depth guides to theme compatibility and overloading the templates to your theme.

    #167429

    In reply to: BuddyPress Group Page

    disqusnow
    Participant

    @macpresss I finally found it via my host ftp but my theme folder doesn’t have buddypress inside it. wp-content / themes / [your-theme-name] />>NO BUDDYPRESS but there is an index.php file inside it.

    #167422

    In reply to: BuddyPress Group Page

    disqusnow
    Participant

    @macpresss Thanks for your detailed explanation. I tried to find the index.php file via wordpress admin>>plugins>>buddypress but I couldn’t find a file called bp-templates on the right hand side of that page.

    Thanks
    Benjamin

    #167420

    In reply to: BuddyPress Group Page

    Shmoo
    Participant

    What you’re trying to do doesn’t work I believe.

    BuddyPress only creates those pre-named Pages in WordPress to create Permalink -structures.

    I believe the BuddyPress script takes over from that point , those pages have no further meaning from the back-end of your WordPress website. You can add content to them as much as you want but that content will not show up on the front-end of the page because BuddyPress has taken over those pages and instead loads it’s own ‘groups’ – ‘activity’ – ‘members’ templates.

    If you want to add some content to those pages you have to look into the template files.

    wp-content / plugins / buddypress / bp-templates/ bp-legacy / buddypress / groups / index.php

    Thats the files that will be shown when you view the Groups page.
    If you would like to add some content to it or edit it in any form you should copy-/paste that file inside your WP Theme folder – just like this.

    wp-content / themes / [your-theme-name] / buddypress / groups / index.php <– make sure that’s a COPY of the default version.

    #167416

    In reply to: BuddyPress Group Page

    disqusnow
    Participant

    @mgrmn
    I have emptied the trash and changed the parmalink from groups-2 to groups but non of my edit of Groups via the page menu isn’t showing on the Group page when view from a browser.

    #167414
    Shmoo
    Participant

    Found the answer by reading this topic.
    https://buddypress.org/support/topic/how-to-get-group-id-while-in-activity-loop-php/

    The word item_id got me thinking-/searching in the Core files before I found this tag.

    
    <?php bp_activity_item_id(); ?>
    

    – It will Echo just a plain ID number of the related Group the activity is posted in. Just what I needed, I maybe was too focused on the word ‘group’ and searching to much about group_id’s.

    #167408

    In reply to: author name

    Henry
    Member

    So you want to replace fullname “John Doe” with username “johndoe93”? Do you need to make the change sitewide?

    r-a-y (BP core developer) has built a plugin for that:
    https://wordpress.org/plugins/buddypress-usernames-only/

    #167401
    daol9999
    Participant

    @mercime

    Thank you so much. Best $15 I’ve spent in a long time. No faffing around for hours and hours and hours, it just works!


    @hnla
    @henrywright-1

    I will install the new 1.8 version on a test server when its out (fyi: I am THE developer. There are no other developers to talk to.) It sounds a big step in the right direction though. In answer to all the ‘why have you done it like that’ questions (on this and another thread) that you and Henry raise is because BuddyPress is a steep learning curve and this project involved bringing together both site functionality (i.e. BuddyPress) and the design that the graphic designer supplied. The design was closer to the TwentyTwelve theme, which is why that was chosen. Then its learn and make mistakes on the way. Some things you get right, others you get wrong. Some things work, some things don’t… So to answer all your ‘whys’, ‘that’s why’.

    #167392

    In reply to: BuddyPress Group Page

    mgrmn
    Participant

    Go to pages -> Trash -> empty all pages from trash
    And in the page make sure the permlink says groups and not groups-2 (edit if needed)

    edit -> ok -> update page

    #167384

    In reply to: Custom Forum Role

    Paul Wong-Gibbs
    Keymaster

    Best to ask on bbPress.org. bbPress is the component that provides forums to BuddyPress.

    #167364

    In reply to: Creating New Plugins

    modemlooper
    Moderator

    Looks good. One more suggestion per WP standards. Place all add_actions right below it’s function unless the action is inside a function in that case you place that actions function below the function the add action is inside. It’s to keep the code easier to manage when you have really long file and scrolling up and down gets tedious.

    /*** Make sure BuddyPress is loaded ********************************/
    function private_community_for_bp_lite_bp_check() {
        if ( !class_exists( 'BuddyPress' ) ) {
    	add_action( 'admin_notices', 'private_community_for_bp_lite_install_buddypress_notice' );
        }
    }
    add_action('plugins_loaded', 'private_community_for_bp_lite_bp_check', 999);
    
    function private_community_for_bp_lite_install_buddypress_notice() {
    	echo '<div id="message" class="error fade"><p style="line-height: 150%">';
    	_e('<strong>Private Community For BP Lite</strong></a> requires the BuddyPress plugin to work. Please <a href="https://buddypress.org/download">install BuddyPress</a> first, or <a href="plugins.php">deactivate Private Community For BP Lite</a>.');
    	echo '</p></div>';
    }
    
    function private_community_for_bp_lite_init() {
    	require( dirname( __FILE__ ) . '/private-community-for-bp-lite.php' );
    }
    add_action( 'bp_include', 'private_community_for_bp_lite_init' );
    Tux Kapono
    Participant

    Thanks guys! Ah, here it is: https://codex.buddypress.org/developer/releases/version-1-7/

    Forums

    Retired bbPress 1.x “Group Forums” component (replaced with bbPress 2.x integration) (#3598)

    #167351
    Hugo Ashmore
    Participant

    Check the Codex and BuddyPress release notes! As of 1.7 there is a theme compatibility layer built in to BP that allows it to work with most themes – activate your theme, activate BP, that is about all you have to do bar a few style mods if required to bed BP screens in.

    Henry
    Member

    Hugo beat me to it 🙂

    Henry
    Member

    Ah yes, my bad. BP forums was pre 1.6.5. The bbPress plugin is different.

    This may help you move everything across:
    https://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/

    Hugo Ashmore
    Participant

    it is in the Codex!

    Originally BP used a stripped down version of bbpress built in, now that is removed and bbPress plugin provides support for BP groups forums, there is a guide on transitioning over.

    https://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/

    Tux Kapono
    Participant

    bbPress is a separate plugin – bbpress.org. We have the BuddyPress 1.6.5 forums on our site without the bbpress plugin installed, and they seem very dated IMO.

    It would be nice to have this all explained in one definitive document though, as we’re not clear what we have to do to maintain the most up-to-date forums.

    Henry
    Member

    ‘BuddyPress forums’ is bbPress (as far as i know)!

    #167343
    Henry
    Member

    @maan18

    Your code is outputting the exact same line of code to both logged in users and logged out users:

    do_action( 'bp_member_header_actions' );

    The idea of an ‘if’ statement is to output different code based on certain criteria being met.

Viewing 25 results - 20,076 through 20,100 (of 68,967 total)
Skip to toolbar