Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,251 through 12,275 (of 73,984 total)
  • Author
    Search Results
  • #261818
    aubreyw
    Participant

    I’m hosting with Bluehost. I easily did the one click installation to add WordPress, but now I can’t figure out how to get BuddyPress. The instructions on the BuddyPress website are as follows:

    * Download and install WordPress.
    * Head to your “Plugins → Add New” menu in wp-admin. Search and install ‘BuddyPress’.
    * Make sure you have pretty permalinks enabled on your WordPress install.
    * Activate BuddyPress. You will be redirected to the BuddyPress Welcome screen.

    I found BuddyPress in the WP plugins area, but it only downloads to my hard drive. I dont know anything about using FTP, so I was hoping to do this the easy way, but I don’t see anything that says “Activate BuddyPress” I’m totally confused. How do I get BuddyPress integrated with my WordPress?

    #261816
    mthant
    Participant

    Hello
    I notice that BuddyPress comes with Forum layout. However, I am unable to place sidebar or widgets like recent BuddyPress topics on the page
    How can I do that?

    #261813
    redlvd
    Participant

    Sorry for the inconvenience, I need a favor, in the activities of registered users, appears in first the text and then the image, even when it is much text is fractioned with the read more and no longer see the image until see the complete note; What should I do to make the image appear first and then the text? Thank you.

    Actividad de BuddyPress:

    Disculpen la molestia, necesito un favor, en las actividades de los usuarios registrados, aparece en primero el texto y después la imagen, inclusive cuando es mucho texto se fracciona con el leer más y ya no se ve la imagen hasta ver la nota completa; ¿Qué debo hacer para que aparezca primero la imagen y después el texto? Gracias.

    heytricia
    Participant

    I’m in the process of integrating buddypress with a custom theme. First rodeo of this type…

    How often are the bp-lecacy files updated? I’d like to just merge them into my theme files, change templates as needed, and not load a bunch of extra css and js files. But I’d hate to miss critical updates by overriding all template, style and js files with my theme.

    #261807

    In reply to: bp_send_email help

    modemlooper
    Moderator

    Not sure you can, BP email is not going through wp_mail. Could try to hook here https://github.com/buddypress/BuddyPress/blob/master/src/bp-core/classes/class-bp-phpmailer.php#L118

    #261806
    modemlooper
    Moderator

    Not easily accomplished without coding knowledge.

    If I were developing this I would not force a user to fill in a form before deleting account. You could send an exit email with a custom email https://codex.buddypress.org/emails/custom-emails.

    #261805

    In reply to: Buddypress tabs order

    modemlooper
    Moderator

    Example below, change ‘notifications’ to the tab you want to access

    function bpcodex_change_notifications_nav_position() {
        buddypress()->members->nav->edit_nav( array(
            'position' => 999,
        ), 'notifications' );
    }
    add_action( 'bp_setup_nav', 'bpcodex_change_notifications_nav_position', 100 );

    read more here: https://codex.buddypress.org/developer/navigation-api/

    danbp
    Participant

    Hi,

    sounds like an issue with customisation. Which one is difficult to say, specially if what you tell on this topic is related to this one !

    Socialize was updated today (6 dec. 2016). Do you use this new version ?
    As you use a child you need to check around it too, as BP 2.7 introduced some template improvement. Those may be in the parent now, but what with your custom child files or functions ?

    BexxBl
    Participant

    Hi guys,

    I’m currently rocking a Social Network Site on WordPress.

    Link: netz-mitteldeutschland.de
    Everything is fine except this one big fat problem: Some of the post types are not showing up when the user is not logged in.

    The pourpose of the site is that user can log in if they want to. There is some paid membership option to let the user gain access to different features like submitting jobs or submitting their company so that it can be displayed in the listings. This is acomplished via the s2member – plugin (free version)

    When the user is logged out he/she should see the normal homepage and when logged in an overview of all functions of the network, which is functioning just fine as well.
    On the homepage there should be a display of the most recent posts, joblistings and partner companys as well. I use a carousel to accomplish this. In my admin settings I need to check the post type for them and it works all fine when logged in but when logged out I always get an “no items found” error where the listings should be.

    It’s kinda strange since these post types are not limited or marked as private or need some membershiplevel to access them. But they are showing up in my sidebar without a problem.

    I searched a long time in the support forums of both BuddyPress and WordPress but did not find an solution for my problem.

    I already tried to
    – disable the BP Simple Privat Plugin
    – viewing the site in different browsers (Google Chrome, Opera, Safari, IE, Firefox)
    – checked the gerneral and read/write settings
    – checked the buddypress settings for site tracking
    – checked the visibility of each individual site
    – save the permalinks again
    – cleared the cache
    – deactivated the plugins
    – switched to another theme

    but nothing works. Has anyone an idea?

    Thanks for the help.

    System Info:
    Wordpress Version 4.6.1

    Plugin Info:
    BuddyPress Version 2.7.2
    BP Simple Private Version 1.3
    s2Memeber Framework Version 161129
    Visual Composer Version 4.12.1 + Addons
    Socialize Plugin Version 2.1

    Theme:
    Socialize Version 2.17.1 with child theme

    #261790
    danbp
    Participant

    Is “xprofile component” the feature exposed in “Settings > BuddyPress” named “Extended Profiles” (at the very top of the config page)? (It probably is, but I just want to be sure, thanks.)

    Yes it is !

    it is possible […] to effect the change of either the email or password fields?

    Yes it is ! from here: your-site.abc/members/USERNAME/settings/ – the link can be found under the top right usermenu on wp’s toolbar: username > settings > general OR/AND on the buddymenu, when you’re on your profile: Settings ! And that’s it !

    null

    For all other BP related questions, please read through the codex, i really have no time to (re)write all explanations. Sorry, hope you uderstand.

    Jay
    Participant

    Thanks for the background info about WP, @danbp. It certainly is interesting to see how the little old single-user blog platform called “WordPress” has mushroomed into the gargantuan that it is today, following the old adage, “Man expands to fill the available space.”

    Obviously I’m a bit of a noobie to WordPress (I’ll admit, so feel free to flame away ;)), but I’d like to ask about your reference to the clause “When BP is activated, and if you use the xprofile component…” I am a bit confused about “the xprofile component” and was wondering if you can help me understand it a bit better.

    Is “xprofile component” the feature exposed in “Settings > BuddyPress” named “Extended Profiles” (at the very top of the config page)? (It probably is, but I just want to be sure, thanks.)

    I am fully cognizant of the fact that one can preclude access to the WP Dashboard in a number ways, including by Role, etc., and I plan to do that. However, that causes me to provide exposure to the standard WP Profile fields (or as many of thsoe fields that I want to expose, that is) so that the user can modify them. This includes the critical email and password fields.

    Relating to this situation, you didn’t quite address my key question as to whether it is possible (without serious WP core hacking — something I would NEVER do, btw) to effect the change of either the email or password fields?

    Now listen, I realize that probably sounds like a shameless noobie question, but it really begs the question of whether modifying the email/password fields outside of the WP dashboard is considered “bad form” in some way.

    Thanks in advance for your advice and insights.

    danbp
    Participant

    @uscore713,

    i’ll try to explain. You’re using WordPress and a plugin called BuddyPRess which add a community dimension to WP.

    Members are the heart of BP. Anything done by the plugin will return something related to members: activities, friendships, dicussion and much more.

    How is this possible ?
    Because WP let you register members separately. To do this, WP ask for a username(pseudonym), a password and a valid email.

    You cannot avoid this, whatever plugin you use. It is how it works.

    Now, we have 2 different question in this topic.

    1) how to restrict access to profile settings ?
    2) do we need a plugin for that ?

    About point 1
    WordPress was designed to be a blog builder. A CMS with one blog author who was mainly also the site
    owner/builder… This changed with the years and today, you can handle a multiauthor blog.

    When you install BP, you can still handle a multiauthor blog (or even blogs) and also a big community of different users, whith different (wp) roles.

    What hasn’t changed is the way WP handles authors(or members): from within the dashboard, whatever the role.

    When BP is activated, and if you use the xprofile component, you can build a registration form who is added to the original wp registration form. This form is then available on each user profile and can be modified from there.

    To restrict user access to wp-admin, you can use different technique. This depends of your coding knowledge or working philosophy, with custom code or applying some plugin solution.

    This is independant of BuddyPress and out of the scope of this forum. Just remember that BP let you access to your credentials from front-end.

    About point 2
    – in theory, you don’t need a plugin
    – you always need to read about a plugin before using it.
    For example, the workaround mentionned in this topic about the usage of Profile Builder.
    – here a recent tutorial – for beginners – you may found more advanced advice by googling about “wordpress restrict dashbord access”.

    When you read the teaser on that plugin page, you already should have understand that you don’t need it !
    Simple to use profile plugin allowing front-end login, user registration and edit profile by using shortcodes.

    Astonishment ! BuddyPress offers exactly the same options (among others).

    What ever plugin you use, the regiter process of WordPress won’t change, and the user list or the user data will always be at the same place. What plugins do (most of them), is to modify the appearance of that process.

    What you can also do is to remove all WP related items from the toolbar, if you use it. This is widely documented and discussed on WP’s support and codex. It’s WP territory and has nothing to do with the fact you use BuddyPress.

    Admitting you found a solution for the backend, you need to use BP’s login widget. From there, users can enter the site. And if they loosed their password, they can ask for a new one from there (usually the sidebar, on front-end).

    #261781
    #261779
    aubreyw
    Participant

    I’ll try to make this my last question. I think I’m going to purchase and use the BoddyBoss theme. Now that I have already added WordPress to my Bluehost account, I also have to add the BuddyBoss theme and BuddyPress to my Bluehost account as well, is that correct? And does it matter which order I add them in?

    #261778
    Venutius
    Moderator

    The trouble with the pay for themes is that you need to pay for them to try them out fully so it’s difficult to recommend them as I’ve not played with most of them.

    Here’s a few links, Kleo from BuddyBoss works well, there also Community Buider from BuddyDev that just been released:

    BuddyBoss

    BuddyDev

    Theme Forest

    #261777
    aubreyw
    Participant

    I dont mind paying a bit, so let me know if there are any specific pay options you recommend, and if the idea is to use those as a theme, or use them instead of BuddyPress.

    #261776
    Venutius
    Moderator

    For some of my sites I use non BuddyPress themes because they give me the layout options that are required for the site.

    What I would do is try some themes, check out what the BuddyPress pages look like. Most themes allow you to set a static front page, which you can edit freely with a page builder, allowing you to add widgets into the main content areas which a lot of social sites use to create a composite picture of the sites various activity streams.

    Unfortunately it’s the pay for plugins where you actually get themes designed for social networks from the off, some of these have nice BuddyPress specific page layouts, with the free themes you will get the default page layout for the BP pages.

    #261775
    Venutius
    Moderator

    There’s a few different ways you could go about this, there’s a few privacy plugins that will hide different aspect of the site from public view. One is BP Registration Options, this installs new member moderation (so you can choose who to allow on you site) and BuddyPress privacy, where the BuddyPress pages are all private, but the WordPress pages and posts are still public.

    If that’s not private enough for you then there’s BP Simple Private which allows you to hide all aspects of your site apart from the homepage.

    #261770
    Venutius
    Moderator

    BuddyPress used to come with it’s own theme, it’s still there though not really supported.

    The theme dictates the look and feel of your site so recommendation is difficult, also there’s a choice to be made between premium and free themes.

    For the free themes just take a look over on the WordPress Themes Directory

    #261769
    Venutius
    Moderator

    You could have normal users simply subscribe to a mailing list, there no need to have them as site members, then you could run the BuddyPress install as private, so that one logged in members see those pages.

    #261768
    doulos12
    Participant

    I want users to be able to subscribe to my blog to get blog post updates, comment, etc. but have a separate user role for the BuddyPress section of the site that’s only open to people I know. Is there a way to make a role distinction between blog reader and BuddyPress Participant? Do BuddyPress posts have a different post type that could be distinguished using a role managing plugin? I want to be able to manually add blog subscribers to my BuddyPress install on the same site.

    Just for clarification, it’s a church site, and we want to make most of the church website available to the public but use BP for committees, personal prayer requests, and other members-only interaction.

    aubreyw
    Participant

    I’m entirely new to WordPress and BuddyPress. I’d like to create an online community that allows members to do most of the same stuff they can do on facebook (that’s the best and most popular example I can think of). I have created a Bluehost account and added WordPress to it. I will add BuddyPress to it as well, but I’m very confused about needing a “theme”. I thought BuddyPress would also act as a theme in itself, but apparently that’s not the case and I still need to choose a theme to use. Can someone please recommend a compatible theme I can use for an online community that will have at least somewhat of a facebook look and feel? I need a theme that’s easy enough for a person who doesn’t know any code and one that’s simple to use. Can you also please explain to me in simple terms why I need a WP theme and BuddyPress both together???

    #261765
    alby54
    Participant

    Is there any way to change the order of tabs in buddypress? I’m referring to the tabs Activity, Profile and so on. Thank you.

    #261762

    In reply to: Forum Issues

    shanebp
    Moderator

    New Test Topic here – perhaps use it as the basis for a bug report re any problems for mods?

    #261760
    vm_design
    Participant

    Thanks so much for the fast response! However, I have quite a bit of text and am using the divi builder to display the before content. So it would be a very lengthy echo. Is there any chance you would add shortcodes to buddypress in the future?

Viewing 25 results - 12,251 through 12,275 (of 73,984 total)
Skip to toolbar