Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,676 through 19,700 (of 94,540 total)
  • Author
    Search Results
  • #239026

    In reply to: Wrong Member Count

    danbp
    Participant

    This phenomenom is normal.

    Once a user has registered, he is considered as pending untill he connect and login to the site.

    Many user register, receive an activation key and come back a few hours or day later to connect for the first time as site mebers.

    That’s why you have 28 entries in the table and 22 on members directory. 6 entries have never connected.

    You can follow such members via members admin, under pending list.

    Similar topic

    #239024

    In reply to: Does BuddyPress works?

    danbp
    Participant

    You need to install WP at first and make it work correctly before installing BuddyPress.

    Refer to WP codex and follow install instruction. At this time, you have no BP installed, so come back once it is done and only if you have an issue.

    Getting started is avaible on both codex, and the start begins with WP.

    Have a nice day.

    joshdrok
    Participant

    Is there any way to change the labels other than the PO and MO translation method? This way of changing the labels is shotty at best, and I have to change these every single time Buddypress is updated. Is there anyway I can change the “groups” label to a more fitting term for my site that is a little more permanent and stable? Is it possible to edit the plugin and achieve this?

    jkin
    Participant

    Hi Shanebp,

    Thank you very much for your prompt reply.

    The programer that helped me to setup the theme with buddypress/bbpress and userpro, from the Theme Dutch, told me that they use userpro’s register, hence, the ‘register’ and the ‘activate’ pages are not associated with the buddypress.

    When I land http://www.enihongo.net/register/, it would jump to http://www.enihongo.net/profile/register (for userpro) now.
    There is no ‘activate’ page now.

    #239015
    agalassi0917
    Participant

    Hello,

    I am relatively new to wordpress and buddypress. I am currently developing a website using the Divi theme and I am trying to develop the buddypress side of my page with buddypress version 2.2.3.1. I was wondering if there was an easier way to edit the group and profile templates for buddypress besides editing the php files directly or if the design work for buddypress needs to all be hand coded.

    Is there anyway with less coding which can allow me to edit the templates? I’ve been searching for plugin for weeks and still haven’t found anything, the conclusion I’ve come to is that you have to be a developer to edit the profile templates. Any help will be greatly appreciated!

    If the only way to edit the template files is directly in the php files, what are the file paths of the profile template and the group template?

    Thank you!

    Andrea

    #239014

    In reply to: Does BuddyPress works?

    luketapis
    Participant

    Thanks,
    I checked my cPanel and I can clearly see that WP is in the public_html.

    Click into the wordpress folder, rename wp-config-sample.com to wp-config.com
    What is the purpose of this action??

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);

    So I suppose I don’t need to change my database information…?

    Is that mean that I can use BuddyPress now?

    #239009

    In reply to: Does BuddyPress works?

    luketapis
    Participant

    Sorry I didn’t want to be rude, there is so many scams online so I wasn’t sure.

    Thank you for your links. I’m studding it now.

    In required section I found this information:

    WordPress should be installed manually i.e. via FTP, cpanel, etc. and NOT via webhost scripts (fantastico, softalicious, etc.)which bring about numerous issues when BuddyPress is activated.

    I use zyma.com for hosting my website. I downloaded WP in my cpanel, but when I click on WP (in my cpanel) it redirect me to…softalicious.
    Is that mean that I cannot use BuddyPress correctly?

    #239007

    In reply to: Does BuddyPress works?

    Henry Wright
    Moderator

    Is BuddyPress really works?

    It sure does 🙂

    #239005

    In reply to: Does BuddyPress works?

    shanebp
    Moderator

    Did you read this:

    Getting Started

    #239003
    luketapis
    Participant

    Sorry for my stupid question.
    I installed BP because I heard that it is a fantastic tool for WP.
    After installation I got 2 new pages: groups and Activity and Groups – but they are blanks.

    Is BuddyPress really works or is a scam?

    #238998
    luketapis
    Participant

    Hi

    I just downloaded BuddyPress and unfortunately when I tried to activate my plugin black stripe with wordpress appear and cover my MENU. I am building my site there is nothing on it yet:
    http://www.glosujenogami.pl

    Do you know how to get rid of it?

    #238996
    danbp
    Participant

    I was unable to reproduce this on a single install with Twenty Twelve.
    Simply copy/pasted your link into the what’s new form, and published.
    Are yu sure that group admin hasn’t tried to use a <a> tag ?

    FYI read also here:
    https://buddypress.trac.wordpress.org/ticket/6430
    https://buddypress.trac.wordpress.org/ticket/6432

    producist
    Participant

    Hello @imath,

    I was following your thread ( https://codex.buddypress.org/plugindev/post-types-activities/#adding-the-buddypress-support-and-specific-labels-at-post-type-registration) on how to add a custom post type support to the activity stream. I’m currently using WP 4.2.1 and BP 2.2.3.1, with a multisite — directory folder setup.

    I created a custom-bp.php file and uploaded it to my plugins folder and added the code you had for the CPT “pages” on the thread link above. This is the error I got:

    “Parse error: syntax error, unexpected T_FUNCTION in /nas/wp/www/staging/mcs2/wp-content/plugins/bp-custom.php on line 6”

    My goal is to add a custom post type called OFFER to the activity feed using your directions in the thread above. Can you help me with this please?

    Thanks

    #238984
    maddogprod
    Participant

    In case anyone has this problem, here’s how I fixed it (I’m still not sure why it wouldn’t work as intended automatically):

    – I registered the sidebar in fucntions.php

    – Added a copy of page.php to the child theme directory: /wp-content/themes/wellness/buddypress/members/single using the name: index.php

    – Where the code in that page calls the Sidebar, I changed it to: <?php dynamic_sidebar( 'new_members_area' ); ?> which of course includes the registered name of the sidebar

    – For some reason it wasn’t picking up the Sidebar CSS so I enclosed it in a div:

    <div id="sidebar">
    <?php dynamic_sidebar( 'new_members_area' ); ?>
    </div>

    -VOILA!

    #238981
    mase857
    Participant

    Henry Wright gave a good explanation, that is the exact same way that I implemented user password and validation on my php classifieds website, which used to be a wordpress site. Can buddypress work easily with a PHP website that is not wordpress-based? It would be a cool feature to add.

    #238980
    shanebp
    Moderator

    You can create template overloads of the files you want to change.

    The single group templates are here:
    buddypress\bp-templates\bp-legacy\buddypress\groups\single\

    jkin
    Participant

    Hi, I am using buddypress + bbpress, with userpro in a theme called Magmik.
    The setting for buddypress, bbpress, and userpro seems to be ok, however, I am don’t know how to make sure for these, although I have released my order to the theme company to set it up for me.

    My question here is that, due to the userpro, the message in the admin board keeps showing:
    The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair.

    I am told that I am using userpro to replace both the Activate and Register pages, therefore, there is no issue in here, it seems.

    however, my problem is the message in the backend of the website.
    Please advise how could I hide this message in my dashboard for administrator.

    Versions are:
    WordPress 4.2.2
    buddypress: 2-2-3-1
    bbpress: 2.5.7
    The website is: http://www.enihongo.net/

    Please help. thanks.
    Kay

    #238976
    sanghamitra
    Participant

    Hi team,

    Currently activity feed is loading based on the parent activity id for eg activity-100 .lets say i have now around 100 activity feeds and now someone comment and replied to 20th activity. Now the 20th activity need to shown on the top right , same like in facebook even if a old pic or status if some is commenting then its showing on the top of the wall post.
    How can I achieve this feature ,please help me out.

    #238975
    buendiadas
    Participant

    Hi everybody.

    I have installed the last version of buddypress and I want to know how to allow my users to create a new group (with a link similar to the one placed on domain.com/groups) but haven’t found any solution.

    What should I do to make it visible?

    Thanks,

    Carlos

    #238971
    Security
    Participant
    #238970
    Security
    Participant

    @@lisame
    Try this i hope this resolves the issue out
    limit-min-max-characters-buddypress-registration-form

    #238964
    shanebp
    Moderator

    Create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\groups\single\activity.php

    In the overload, change this:
    <?php if ( is_user_logged_in() && bp_group_is_member() ) : ?>

    to this:
    <?php if ( is_user_logged_in() && bp_group_is_admin() ) : ?>

    #238959
    Ruhul Amin
    Participant
    modemlooper
    Moderator
    #238950
    caniwigirl
    Participant

    Hi @minglonaire,

    The forum part is easy because that is built into bbPress in the first place. If you read the “Getting Started with bbPress” page https://codex.bbpress.org/getting-started-with-bbpress/ you will note that there are three settings for forum visibility:

    Public – Anyone can see these forums
    Private – Only logged in registered users can see these forums
    Hidden: Only Moderators/Admins can see these forums

    I made my base forum (which is actually a category) Private, and the majority of sub-forums Public – but tied into the BuddyPress groups so you required membership to each particular group to access each of the forums. This only works if BuddyPress is hidden from logged out users.

    If you don’t want to use BuddyPress groups… just make all your forums Private.

    Note that BuddyPress defines Public, Private and Hidden slightly differently than bbPress

    I had issues with my theme not displaying Hidden Groups to the people it should… If this is an issue for you, check out another thread… https://buddypress.org/support/topic/hidden-groups-and-forums-not-showing-for-members-of-them/

    All the best! 🙂

Viewing 25 results - 19,676 through 19,700 (of 94,540 total)
Skip to toolbar