Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 28,101 through 28,125 (of 68,915 total)
  • Author
    Search Results
  • @modemlooper, i dont know youve got one hell of a monster plugin. (BP extended settings) that does more than expected bruv. i just test it, welldone. only pple like you we want on bp.org. nice one bruv.

    Hugo Ashmore
    Participant

    @gamelord

    Just for the record and as it’s important to understand how things work, you didn’t really need to go through all the DB editing which is best avoided. BP needs these pages for url path purposes only, they do not need to be automagically created all that you need do is create these pages with any name and then select them from the BP page settings and these pages are empty! pages they do not and should not have any content or other options set simply a title.

    #139697
    @mercime
    Participant

    @tommycopeland BuddyPress Like has not been updated since BP 1.2. Deactivate that plugin, log out, then log in again. Then check if you can create group forum topics.

    #139695
    Asynaptic
    Participant

    @frank13 W3 total cache is very powerful but it requires an expert to configure it properly – if you are new to caching, get someone who knows W3 inside out to set it up for you

    there are many blogs who snapped the plugin in place without properly configuring and they not only received no improvement but screwed up their blogs – so do not take it lightly, it is a plugin like no other

    #139693
    claudeg
    Participant

    @Quint Did you get an answer from Brajesh about this?
    I have a similar problem ( not exeactly the same) One thing: how do you disable group gallery, I do not have that option in bp-gallery stting

    #139690
    gamelord
    Member

    I managed to fix it. I scrubbed the options database one more time, and found an item that wasn’t listed in the codex. Seems that must have been what it was looking at. BP started fresh, and created it’s pages.

    Hugo Ashmore
    Participant

    Drupal and ‘Commons’ is not intended or aimed at non developers so the comparison is somewhat null and void, it’s a developers platform.

    This thread isn’t really suitable for this forum and it has been mentioned to newpress before.

    #139685

    `W3 Total Cache` caused my site to performance more poorly than `Hyper Cache` did.

    Backing out W3TC and re-installing HC.

    Ughh… this is so frustrating because we have put a lot of work and effort into our system and all that our user community can share with us is “it is too slow”..

    #139684
    zudie
    Participant

    Use this code in either your functions.php or bp_custom.php:

    `add_filter( ‘bp_blogs_activity_new_post_content’, ‘my_activity_content’, 2, 10 );
    function my_activity_content($activity_content, $post, $post_permalink){
    $postid=$post->ID;
    $activity_content = get_the_post_thumbnail( $postid );
    $activity_content .= bp_create_excerpt( $post->post_content, 25 );
    return $activity_content;
    }`

    This creates the content block of your activity stream. In the example it adds the thumbnail for the featured image and it creates an excerpt.

    miguelcortereal
    Participant

    I’m not getting any answer on this at bbpress forums.

    I’ve Already tried to disable all plugins, switch to default theme, reset buddypress and bbpress installation, review all settings, everything looks fine, even members profile have the forums tab with the topics list correct and no updates from forums at activity stream.

    Is it just me or there’s more people with the same problem ?

    I’m using sitewide forums after had disable groups forums

    #139680
    Ben Hansen
    Participant

    check out this plugin hasn’t been updated in over a year but it worked as of 1.5 (may require you to use the old admin bar under 1.6) we haven’t yet upgraded.

    BuddyPress Ninja

    #139678

    Thanks @PaulGibbs

    I will look into object cache shortly.

    In meantime, I want to install W3 Total Cache. I have read where too many plugins can drag down a WP/BP Site (not sure if that is just active plugins or the presence of both activated and deactivated plugins). If I have `W3 Total Cache` running, do you think I also need the following plugins?

    `Better Delete Revision
    Hyper Cache
    WP DB Optimizer`

    Also, do you have any comments on where bets to install the plugins? Some of my plugins are installed at the Network Admin site and then “Network Activated”, while other plugins are installed on the BuddyPress site.

    And finally, do you know if you are running object cache and/or W3 Total Cache on this BP Support Site? It is just as slow as the site I am running.

    Michael Sanborn
    Participant

    Speaking as a dabbler (not a PHP coder) who’s been poking around with Drupal Commons and BuddyPress a while:

    Drupal Commons Pros —
    One very nicely designed feature set
    Very close to being ready out-of-the-box
    Well-suited for professional or corporate use
    Blog well-integrated with other features

    Drupal Commons Cons (compared with BP) —
    Somewhat configurable, but within a relatively narrow range
    Small number of themes
    Themes difficult to customize after a point
    Not ideal for non-business users; neither warm nor fuzzy
    Blog has very few features
    Getting plugins for additional features to work is often more challenging
    Drupal community, while very friendly, doesn’t address the non-technical user as readily as the WP/BP community; they’re not quite, but almost, exclusive to developers. In fairness, they’re very helpful to beginning developers.

    Hope this helps.

    valuser
    Participant

    In register.php I have changed to “.

    At the moment the validation appears to be happening as one can’t register without completing the field.
    BUT
    No validation NOTICE -Please complete this field- is being produced.
    It is not on the form and not there when you examine the form in firebug.
    So there appears just to be a small way to go. —-> Make the error notice appear
    Any help greatly appreciated –

    gamelord
    Member

    yes, it is. however, i was expecting pages to be created for things instead of having to invent them myself. the current message i’m getting is:

    The following active BuddyPress Components do not have associated WordPress Pages: Members, Activate, Register.

    All that the Settings | BuddyPress gives me is the ability to create new blank pages for each… but I have no idea what content should be going in them if I do create them.

    #139670
    smartmwp
    Participant

    @Metric: Thanks so much for replying! I feel and I hope you would agree that more plugins = more conflicts and troubles. I am at this moment trying to use the least amount of plugins as possible and only the popular and well rated ones. I hope to resolve this without using another plugin and hopefully that Buddypress plugin itself comes up with a solution. Ideally it should because a successful and trouble free registration of a genuine user is the starting point and all the activity starts later! Just like a car gets a trouble free start and then a great ride!

    modemlooper
    Moderator

    iOS 6 is only a few months away. It will allow image uploads. However, the cropper in BP does not work. This will get fixed. Be patient, there are a lot of people contributing to bringing awesome features but it takes time.

    #139668

    Went into the plugin code and found the lines relevant to auto joining (lines 29-30 of bp-forums-screens.php and I don’t see anything regarding BP_DISABLE_AUTO_GROUP_JOIN so I’m guessing it was removed some time in the last 11 months. I commented out those two lines and my test users no longer auto join when posting new topics or replying. I realize I may have to redo this if BuddyPress gets updated in the future…

    #139665
    Metric
    Member

    Try using. A plugin named “Buddypress Pending Activations” it lets you check for accounts that have not yet activated their account, resend activation keys, manually activate accounts, and even delete inactivated accounts in bulk.

    #139662
    Paul Wong-Gibbs
    Keymaster

    Frank, if you don’t know if you’re using an object cache, then you’re probably not :) You should see decent performance improvements from adding one, assuming your server has sufficient spare RAM, etc. There are lots of articles in Google about different ways of enabling object caches in WordPress, so take a look.

    The simplest approach is to use https://wordpress.org/extend/plugins/apc/ or W3 Total Cache https://wordpress.org/extend/plugins/w3-total-cache/

    #139661
    meg@info
    Participant

    Hi, in my site i have more than 11000 members

    i use zlib compression extension (it must be enabled in your php server config) in header.php

    ini_set(‘zlib.output_compression’, ‘On’);
    ini_set(‘zlib.output_compression_level’, ‘1’);

    try it and see the difference.

    else try this ways :
    http://wpmu.org/11-ways-to-make-your-wordpress-site-faster-and-leaner/

    #139660

    I’ve done some more testing and it looks like the super admin for the blog can post to groups without becoming a member but no one else can. As soon as I use a test account to post to a forum that account gets auto added to the group.

    It seems like a major assumption on BuddyPress’ part that people will always want to auto join groups….why didn’t they even think to make this an option?

    #139658

    @tommyhoang what did you do to get this working? I’ve got bp-custom.php in place but it doesn’t seem to be doing anything. I just created the file using my ftp client. Is there a particular way I need to add the file in order for BuddyPress to recognize it?

    #139657

    Hi @PaulGibbs — any thoughts or insights based on the answers I provided to your questions?

    rossagrant
    Participant

    @rogercoathup totally agree Roger. I think the best solution would be to build in an option for site owners to decide which way they would like the stream to behave.

    Would be awesome if that were possible!

Viewing 25 results - 28,101 through 28,125 (of 68,915 total)
Skip to toolbar