Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 9,376 through 9,400 (of 22,632 total)
  • Author
    Search Results
  • #164935
    nomad-one
    Participant

    I’m having same problem, driving me absolutely nutty and hardly a thin gout there about how to fix it. I’m quite desperate for a solution. My feeds from my buddypress install work on other sites outside of buddypress, sometimes

    it seems to change all the time

    Additionally sometimes when adding the feed url wordpress adds in /activity/ into the feed url without asking πŸ™‚ feeds that work one minute don’t the next

    #164928

    In reply to: User Avatar

    SK
    Participant
    #164925
    SK
    Participant

    60% of the plugins listed here https://buddypress.org/extend/plugins are not really BuddyPress plugins

    Which is not terrible of and by itself (these are BP-compatible plugins for WP). But I agree, there needs to be a way to separate out “Plugins for BuddyPress” (things that actually extend the functionality of BuddyPress) from “WordPress plugins that work with BuddyPress”

    #164920

    In reply to: email Issue

    magichew
    Participant

    I’m certainly not an expert but this sounds like server side issues.
    I came here hoping to find the answer to my install not sending activation emails. I get other wordpress emails but BP activation emails seem not to be working at all.

    Regarding the error establishing DB connection, I was getting that on an underpowered server and had to set up a swap file to help the server cope.

    jakobhans
    Participant

    @mercime I deactivated the BuddyPress plugin and it worked fine with the WordPress default registration page (the one that looks like the login page). I’m looking for the whole process to detect if it’s looking for some cookie or something that the system is handing the client when logging in… Any ideas?

    #164891
    beeeerock
    Participant

    I wish I could show you the site, but it’s behind security for internal use only!

    I too had trouble getting my head around the problem. What I really wanted was a blog that everyone could use in all workgroups, but filter by workgroup. And based on credentials, some users would never see some groups postings. However, I don’t think WordPress is really set up for that… at least I never managed to find a way to do it, or a plug-in that would do it for me!

    After beating my head against that wall, I eventually did what someone had suggested – build a Commons in a Box site and test it.

    It looks more complicated than it is. My primitive understanding is like this:

    – Commons in a Box (CBox) requires a Multi-Site installation of WordPress (easy to do)
    – When first installed, CBox gives you the base site that everyone in your group would use. The Infinity theme it uses by default is fine for my purposes but I think you can configure other themes if you want.
    – CBox automagically creates subsites on demand. I created a subsite for each general workgroup I wanted to keep separate blogs for.
    – Users can be given access to any or all of the subsites, with different privileges on each.
    – Subsites can use pretty much whatever theme you want. I use P2 for the features you already know about.

    You can set up groups, which seems to do about what I did manually… that confused me at first because I thought groups would give me different functionality… it didn’t, so my recommendation would be to leave that part alone, or let it create all the subsites. Mixing manual creation with Groups creation was confusing for me and didn’t add anything of use!

    You probably don’t want the forums activated either, unless you need to add that function in addition to the top posting P2 blog! I felt the forum would just spread information around too much, making it difficult to find what you want.

    I strongly suggest you set up a sandbox and give Multi-Site and CBox a try… πŸ™‚

    #164877
    WordBuddyPress
    Participant

    I combined my theme with the twenty twelve theme and found out that the error is in the functions.php file. It was because I added the snippet “remove private from post title” I fount on CSS tricks

    #164857
    @mercime
    Participant

    @tsinclair1982 posted https://buddypress.trac.wordpress.org/ticket/4900
    One solution: create a buddypress.php file and upload to theme folder in server https://buddypress.trac.wordpress.org/browser/tags/1.7.2/bp-themes/bp-default/page.php
    See rest of ticket for adjustment to styles

    #164855
    Gagan Deep Singh
    Participant

    @jamie771 : If you are talking about https://wordpress.org/plugins/buddypress-media, the mobile upload functionality is about to be completely changed. The problem you are facing is because of the plupload library that is being used in BuddyPress Media. In version 2.17 (Roadmap), there will be fallback uploader as well which will work with all mobile devices as well.

    #164846

    In reply to: Disable WP.COM

    Ben Hansen
    Participant

    there is no relation to wp.com or wordpress.com and buddypress other then the fact they are built on the same basic infrastructure of wordpress which is available at wordpress.org. but you cannot be using buddypress on a wordpress.com website.

    #164844
    Jamie771
    Participant

    WP 3.5.1
    BP 1.7.2

    Theme: Custom Community Pro

    Plugins:

    AA’s Digg Digg Alternative
    All In One SEO Pack
    BP Auto Login on Activation
    BuddyMobile
    BuddyPress
    BuddyPress Automatic Friends
    BuddyPress Group Calendar
    BuddyPress Like
    BuddyPress Media
    Buddypress Sitewide activity widget
    Contact Form 7
    CubePoints
    CubePoints Buddypress Integration
    Email Users
    Facebook Friends Inviter
    Go Daddy Quick Setup
    Google Analytics for WordPress
    Hyper Cache
    Participants Database
    Peter’s Login Redirect
    Regenerate Thumbnails
    Simple:Press
    Slideshow
    Spam Free WordPress
    Yet Another Related Posts Plugin

    #164835
    beeeerock
    Participant

    I went to Commons in a Box, which is a giant plug-in for WordPress that includes BuddyPress (and many other plug-ins) and allows me to create a multi-site installation with a blog/site for each workgroup I wanted to integrate. Now that the new release of BuddyPress seems to work with most themes that weren’t designed to be specifically BuddyPress-compatible, P2 Theme just seems to work.

    The only issue I have now is that the new P2 Theme seems to have broken the P2-Check-In plugin as I can no longer see the “I’m Here” button on the header. Otherwise, I’ve got most of what I needed working via Multi-Site and Commons in a Box.

    #164825

    In reply to: Installation error

    @mercime
    Participant

    @nematullah please make sure that your local WordPress installation is working before installing BuddyPress
    https://codex.buddypress.org/user/before-installing/
    https://codex.wordpress.org/Installing_WordPress#Installing_WordPress_on_your_own_Computer

    #164811
    bp-help
    Participant

    @henrywright-1
    Hey thanks for being a good sport. Sorry I felt inclined to show my sense of humor but I could not pass up the opportunity. On a serious note though, and I am sure you know that plugins are just functions with hooks that has required commented info at the top of the php file. That is really the only difference between a plugin and a function. I try to keep my custom functions in one file that I can deploy in most situations. I of course comment all the functions in case of hook changes etc., and if a hook changes then I comment out the function until I narrow down what needs to be recoded in regards to a hook. Not saying you don’t know this already or practice it, but maybe it will benefit others as we all go about harnessing the power of WordPress and BuddyPress. πŸ™‚
    Cheers!

    #164810
    @mercime
    Participant

    There’s a plugin which needs to be updated for BP 1.7. Not sure when that’s going to be. https://wordpress.org/plugins/buddypress-auto-group-join/

    #164804
    Famous
    Participant

    I cannot be the only one with this problem. I did a clean install, with only wordpress, buddypress and bbpress and everytime I click ‘yes’ the radio button will not stay checked ‘yes’. It sends an email to the people in the group saying ‘group details for the group “xxxxx” were updated:

    But when changes are made to the group nothing is emailed. There is no way I am the only one, can someone verify that this thing actually works?

    Thanks

    Paul Wong-Gibbs
    Keymaster

    If you’ve found a case where theme compatibility breaks stuff, please submit a bug report onto https://buddypress.trac.wordpress.org

    #164786
    Motion
    Participant

    Ok, the link function doesn’t work. Here’s a try without the link function.

    https://buddypress.trac.wordpress.org/ticket/4505

    #164785
    Motion
    Participant

    Sorry, here’s the link:

    #164783
    Tbermudas
    Participant

    I use the “add new default avatar” plugin and workd.
    https://downloads.wordpress.org/plugin/add-new-default-avatar.1.3.1.zip

    #164782
    @mercime
    Participant

    I followed the instructions … Buddypress now works flawlessly. All three problems I had were solved.

    Music to my ears πŸ™‚ Thank you for following instructions.

    But the slider of the theme stopped working, as expected. .. To change somehow the version of the jquery that my theme uses isn’t an option?

    There are alternatives to your slider which should work with current WP standards. Check out the ones updated in 2013 -> https://wordpress.org/plugins/tags/slider

    You need to make sure that your theme is updated to the latest WordPress version including jQuery, otherwise you’d be stuck in an old WordPress version which could be buggy and/or a security risk. In addition plugins, like BuddyPress and bbPress, use the latest jQuery version included in current WordPress, so if you use older version, things could get very bumpy.

    To keep theme updated, install the Theme Check plugin and run it in Appearance > Theme Check with your theme. If you find any REQUIRED or WARNING results, you need to address that in your theme right away. RECOMMENDED results are just that, recommendations which you might want to address but not that important or necessary. Good luck.

    #164781

    In reply to: Buddypress phone app

    modemlooper
    Moderator
    #164748

    In reply to: Login Redirect Problem

    @mercime
    Participant
    #164743
    @mercime
    Participant

    @joe35 download a copy of your theme to your hard drive. Then revise the copy in server: remove the call to jquery 1.4.2 in either the header.php file or enqueued in the functions.php of the theme. Know that by doing this, some behaviors expected in the old theme might be affected, or they may not. Then test your theme with BuddyPress.

    If this doesn’t work, then you might have to look for another WP theme which is updated for current WP 3.5.1 at the very least https://wordpress.org/themes/

    #164715
    rogerhnn
    Participant

    So, I just installed everything again in my host and the error continues. New database, and only wordpress + buddypress, latest version of both.

    Any help?

Viewing 25 results - 9,376 through 9,400 (of 22,632 total)
Skip to toolbar