Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,601 through 1,625 (of 7,465 total)
  • Author
    Search Results
  • #236794
    Hugo Ashmore
    Participant

    That’s bbPress not BuddyPress, different plugins, different templates.

    iirc you need to look in bbpress/templates/default/bbpress

    But asking on the appropriate forum will probably get better results.

    #236772
    bluedawg
    Participant

    Found the answer: If you go into your bbPress settings, I believe if you uncheck “Allow topic and reply revision logging” that should disable it.

    #236771
    danbp
    Participant

    Your question is related to bbpress. See their forum.

    Remove "This post was modified…"

    BuddyPressLost
    Participant

    well i think i just lost a ton of writing… I’m not writing it again. bbPress needs autosave draft like phpBB.

    Short and sweet, I will keep up with you on our growth or lack of and how our systems handle it. I prolly won’t stay with cloud and what do you think of these?

    VideoRobot
    VideoPress
    MediaPress

    #236395

    In reply to: importing from phpBB

    danbp
    Participant

    Hi and welcome,

    but unfortunatly you’re on the buddyPress forum here.

    For bbPress related questions, go here.

    Mickey
    Participant

    Status of groups is all public, in fact i have no private groups at all, public (2) private (0) Hidden (0) when I go to groups menu.

    These are my active plugins:

    Adminimize
    AG Custom Admin
    Agreeable
    Better Search Replace
    BP Login Redirect
    BP Profile Search
    Buddypress – Who clicked at my Profile?
    BuddyPress Cover Photo
    BuddyPress Members only
    BuddyPress Real Names
    Custom Login URL
    Email Login
    K Elements
    MAYO – Login Screen
    Revolution Slider
    rtMedia for WordPress, BuddyPress and bbPress
    TM Replace Howdy
    WPBakery Visual Composer
    WPi Custom Logout
    Go Daddy Quick Setup

    Mickey
    Participant

    I have the following active at the moment:
    Adminimize
    AG Custom Admin
    Agreeable
    Better Search Replace
    BP Login Redirect
    BP Profile Search
    Buddypress – Who clicked at my Profile?
    BuddyPress Cover Photo
    BuddyPress Members only
    BuddyPress Real Names
    Custom Login URL
    Email Login
    K Elements
    MAYO – Login Screen
    Revolution Slider
    rtMedia for WordPress, BuddyPress and bbPress
    TM Replace Howdy
    WPBakery Visual Composer
    WPi Custom Logout
    Go Daddy Quick Setup

    None of them seem to deal with friend requests.

    danbp
    Participant

    hi @minglonaire,

    Your question is related to bbPress, but the answer is no. CSS is not made for that.
    To change the words, you can use the language file or try this code, found on bbPress forum.

    Read the whole topic first, as they’re some points which are important to take in consideration.

    Titles – Roles

    #236071
    gbsu
    Participant

    @mrjarbenne

    I am using the code snipet you advise to block access to all the BP and bbPress components, but allows visitors to see the blog. It seems that this code re-directs back to homepage. I am interested in having visitors re-directed to another page, in my situation, to my sign up page. Can you advise where in the code I can make such adjustment as well as advise the code to use, thanks.

    #236002

    In reply to: mentions not working

    Mizagorn
    Participant

    Just got this error message from my AG Custom Admin plugin. It references the “mention” javascript:

    BuddyPress @mention error in javascript

    giuseppecuttone
    Participant

    Hi @r-a-y
    I have solved the problems with notifications toolbar derived from comments and groups.
    The problem was that I used no plugin in order to send notifications… I’m a little silly … 😉
    But now I continue with the problem about notifications derived from FORUM.
    I have used three differents plugins but I continue with the same problem…
    This is a bbPress problem… I understand that, but I have seen that in this web page (https://buddypress.org) notifications run very well, so my question is:
    What is the plugin used in this page (https://buddypress.org) in order to send forum notifications in administration toolbar?
    Can you reply me? Or can you indicate who can know that?
    Thank’s very much.

    #235635

    In reply to: Activate the community

    numumar
    Participant

    I have installed WordPress, but I don’t know if it is necessary to create a file for buddypress. I have installed bbpress and I have to create a file ‘bb-config.php’. Do I need other file (bp-config.php) for buddypress? Can you explain to me, please? Thanks.

    #235616

    In reply to: Activate the community

    bp-help
    Participant

    @numumar
    I hope this doesn’t sound dumb for asking but have you installed WordPress? Reason being is BuddyPress and bbPress are WordPress plugins so having WordPress installed is a prerequisite to using BuddyPress and bbPress. Again sorry if its a dumb question.

    #235425
    Michael Bryner
    Participant

    [quote]If you want a permanent notice to show without users being able to close it would it not be better to just add a text widget and add your own styling to make it stand out as a permanent reminder?[/quote]

    I rather do just install a widget, then go across google to find ways to do it in a text html styling. If there is a widget of plugin. I rather do that first.

    Thanks danbp, you are the man for showing something better than wasting time trying to code in a text widget.

    This is a widget that came with BuddyPress, and seems to me that with that comment up there, sounds like they rather have me do the work than just take a close button out of there own widget. Not like an adult way, sounds more like I am child and don’t want to do it attitude. Same as WordPress, when you request something. I mean they are developers, and all they want to do is say no for something they already created. Since, getting attitudes are the fondest things on BuddyPress, bbPress, and WordPress forums, then I will just stop asking for things that should be from them. I am not going to develop the software for them.

    For someone like me that rarely asks for anything. I got jumped on pretty fast there.

    Again thanks, danbp for the smarter reply.

    Daethian
    Participant

    I finally got it!! I tried the google captcha and that messed my site up but made me realize I had bbpress captcha installed. So I deactivated the bbpress captcha and google captcha and registration works again! I realize you can’t have two captchas installed but I forgot about the other one.

    #235308
    danbp
    Participant

    I don’t know BuddyPress forum (v 2.2).

    Installing and using bbPress forum plugin is explained here:

    Installing Group and Sitewide Forums

    @mention is explained here:
    https://codex.buddypress.org/template-updates-2-1/

    #235301
    gatelli
    Participant

    Thanks for your answer.
    I don’t use bbpress but Buddypress forum (v2.2)… is there a similar way to get it working ?

    #235300
    danbp
    Participant

    Hi @gatelli,

    it’s not a bug, it’s not avaible i guess. 😉

    Add this to your child-theme functions.php or into bp-custom.php (BP 2.1 & >)

    function custom_bbpress_maybe_load_mentions_scripts( $retval = false ) {
    	if ( function_exists( 'bbpress' ) && is_bbpress() ) {
    		$retval = true;
    	}
     
    	return $retval;
    }
    add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );
    #235251
    Klosurdo
    Participant

    Thanks for the reply danbp,

    The Theme I am using is KLEO by Seventh Queen
    Buddy Press version Version 2.2.1

    I am looking to hide menu items for non logged in visitors in members profiles See example here.. I want to have only the “media” menu and possibly the documents icons viewable to non logged in visitors.

    I would like all icons viewable to only those members that are logged in.

    Thanks

    Other Plugins
    Akismet
    bbPress
    BuddyPress Cover Photo
    K Elements
    MOJO Marketplace
    Paid Memberships Pro
    PMPro MailChimp Integration
    PMPro Register Helper
    PMPro Set Expiration Dates
    Register Helper Example
    Revolution Slider
    rtMedia Pro for WordPress, BuddyPress and bbPress
    The Events Calendar
    WPBakery Visual Composer

    #235232
    tammywashington
    Participant

    After removing BuddyPress and bbPress then disabling all of the plugins on the website. I reinstalled BuddyPress and bbPress. Then activated the plugins one by one. Now BuddyPress works better (partially works). I can now send Friendship Requests. However, when a person receives the request they can not ACCEPT the request. Are there any features that I should be aware of in BuddyPress that should be reset.

    Also I noticed that BuddyPress and bbPress still referenced old messages and group names after i reinstalled the plugins. My thoughts would be to start over from the beginning. With clean install and not reference to previous data. I am not sure how to modify anything in the database or if this can all be done outside the database. Any suggestions are greatly appreciated.

    #235090
    Hugo Ashmore
    Participant

    > and it must NOT be compulsory to join the group for the public groups. Why can’t this be done?
    Perhaps it can be, suggest it on a trac enhancement ticket if you feel that strongly, by default groups need members, BP list participants in a group or at least can track things if people are matched with a group.

    bbP forums is a standalone plugin that ties in to BP due to historical use of forums in groups, but you can create forums outside of BP groups and categorize/nest them but bbP support and documentation better explains how to setup bbPress, although we have a decent guide in our codex too just have a look through the docs 😉 but do come back with any questions you might have to doing this if things still not clear.

    #235040

    In reply to: Activation Issue

    joeyaberle
    Participant

    Theme is BuddyBoss 4.1.5.

    Plugins, I have stripped down to the bare minimum, to keep my site somewhat functional (all are updated to latest version):
    Akismet
    bbPress
    BuddyBoss Media
    BuddyBoss Wall
    BuddyPress
    BubbyPress Captcha
    BuddyPress Security Check
    iframe
    Jetpack
    Jetpack Only For Admins
    Remove Dashboard Access

    I even deactivated most of these to strip it down even more and created a new account. Still having the issue.

    #234926
    Alice Kaye
    Participant

    Okay, so… I’ve got a page that was called page-full.php that worked for me with bbpress, and it works if I change it to buddypress.php.

    However, I really only want this for the user profile, not the other pages, so if someone knows what the user profile’s .php page is called, then that would solve my issue. Because I would like sidebars on some of the BuddyPress pages, just not all of them.

    #234905
    danbp
    Participant

    @henrywright,

    good idea really.
    I have same issue as @peter-hamilton
    Local single install, WP 4.1.1, 2012, php 5.5.12 with only BP 2.2, bbPress and bp-default-data

    Admin use gmail, and also all dummy users created with BDD plugin.

    – first time i activated BI, all users showed the mystery man. And plugin works, as i see the border.
    – changed profile photo of admin: custom picture appeared.
    – removed the picture: identicon appeared on the admin account.
    -tried to do same thing with a dummy user. Nothing happened.
    – create a new user from back office, with gmail address, identicon showed up
    – all other dummy users comes with mystery man.

    – manually created a identicons folder in /uploads/

    – modified all dummy user mail address. Mystery man still showing.
    – applied a custom picture to one, ok, then removed. Mystery man again.

    – tried global settings to “empty avatar”. Nada ! Reverted to default MM setting and still no identicon.

    By default, members that haven’t uploaded a profile photo are given a mystery-man avatar. This BuddyPress plugin automatically replaces default avatars.

    BI seems to work only for newly users, with a big exception for the site admin.
    gmail icon has no priority, even if it is not a “default” picture.

    But it is not uploaded, which may probably be the logical disturbing point of this issue ?

    On a dev site, using this plugin would really help to avoid calling an external avatar service.
    Would also be true for a prod site, where specially gravatars are mentionned to be optimized as they slow down page speed.

    Implementing some options to the existing WP avatar settings to allow/disallow gravatar, gmail, etc , or to let BI playing alone OR aside existing settings, would be a huge improvement.

    😀

    #234700
    Matthias
    Participant

    I think @azinfiro had the same problems a few month ago.
    Seems it is the normal buddypress behavior, not to show the wordpress fields
    https://buddypress.org/support/topic/wp-profile-fields-not-editable-in-bp-profile/

    This is a bit strange, cause I can change the wordpress fields in bbpress but not in buddypress?!?!
    Makes no sense to me!

    Thanks
    Matthias

Viewing 25 results - 1,601 through 1,625 (of 7,465 total)
Skip to toolbar