Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,176 through 58,200 (of 94,540 total)
  • Author
    Search Results
  • @brentjacobsen – Do you have access to your PHP/apache error logs to see where exactly the memory error is happening? How much available memory is being allocated to PHP? Remember that the more custom PHP code you pull in (with plugins, elaborate themes, etc…) is the bigger that buffer gets, and eventually it’ll pop once it hits the limit. That limit may get reached at different times for different users depending on the number of groups they’re in, the number of pending invitations they have, the page that is trying to be displayed, etc…

    #110629

    This will be a non-issue when the bbPress plugin eventually replaces the stand-alone version currently included in BuddyPress. Until then, the next version of BuddyPress will continue to work the same as before in this regard. Props @djpaul for being on the case. :)

    finni3
    Participant
    Phil Meyer
    Participant

    LOL… thanks Boone! I suspected it might not be a quick fix. What I needed was someone to at least just react and tell me that – like you did. ;) I reckon this might ask for a custom plugin to be written. Do you think that’s doable by a competent developer?

    Basically what I wanted was an additional option that would exclude updates from anyone that are not friends or followers of the logged in user, and from groups or forums that have nothing to do with him. I might look for someone who will write me such a plugin for a reasonable fee.

    Thanks again for your answer! :)

    #110622
    Paul Wong-Gibbs
    Keymaster

    It’s not to do with a global. It’s to do with calling the parent class’ WPDB(), and the fact that WP 3.2 is only supporting PHP 5+, the deprecated PHP4-style class constructors have been removed.

    BuddyPress has recently patched these in trunk

    #110620
    LPH2005
    Participant

    I haven’t played with 3.2 but in looking at the line 144 – and reading the code notes – the parent::WPDB is the issue..

    ` function BPDB( $dbuser, $dbpassword, $dbname, $dbhost ) {
    parent::WPDB( $dbuser, $dbpassword, $dbname, $dbhost );

    $args = func_get_args();
    $args = call_user_func_array( array( &$this, ‘_init’ ), $args );

    if ( $args )
    $this->db_servers = $args;
    }`

    Have you tried to globalize that function?

    https://codex.wordpress.org/Function_Reference/wpdb_Class

    In other words, add `global $wpdb;`

    victorburgos
    Member

    Hi, I have WordPress 3.1.1 and BuddyPress 1.2.8, my theme is compatible with BuddyPress.
    The problem that I have is that wen I go to http://www.MyDomain.com/members/admin/activity/ I don´t see the comments I´ve made on pages or posts.
    On a test site they are working well and the settings on both sites are the same.
    I don´t know what to check, I´m new to BuddyPress :)
    Any help will be appreciated.
    Regards
    Victor

    #21467
    smack33
    Member

    So I have WP installed on a subdomain. I want to setup buddypress (without multiblog support), but I want it to encompass the entire site, not just the subdomain. Because of SEO moving the blog from the subdomain is not an option, or basically altering the urls to any of the existing blog posts.

    Therefore my question is does buddypress support this type of configuration where I would be able to use all the buddypress features on the root domain as well as the blog on the subdomain? If so, where should I start. btw… I am a developer, but I haven’t been able to find any type of config changes I can make to allow for this.

    #21466
    enderandrew
    Member

    I just upgraded to the latest nightly (3.2) build of WordPress and it broke Buddypress.

    Every page returned:

    Call to undefined method wpdb::WPDB() on FOO/wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress.php line 144

    #21465
    arynet
    Participant

    Hi, im new on buddypress. I just created a custom theme for buddypress, using wordpress theme and buddypress template pack. My problem is there have no ajax-loader.gif for all my buddypress page (when i click post to reply an activity) all ajax’s functions working. Just no image of ajax loader as default themes.

    using buddypress 1.2.8. Can someone share where can i find that css or some code for my custom theme. thank you.

    I’ll try that. On a side note, the site is actually an academic one that we are using for the students/faculty/alumni of an MBA program to communicate. The ability to have both external and internal components combined with the social aspect are what makes Buddypress so attractive. I have used many of your plugins, and would love to pick your brain on a few things if that would be appropriate.

    Boone Gorges
    Keymaster

    It is not trivial to do this. That’s probably why no one has jumped in. It would take a developer a few hours to get this working correctly. I am happy to give you some pointers, though I’m unsure how useful it will be.

    The activity filter dropdown works by feeding parameters into the bp_has_members() loop. But that loop does not accept any parameters like “connected-to-him”. It does accept user_id and scope params, so you can get all of a user’s friends’ activity fairly easily. I’m not sure if this is what you mean by “related” and “unrelated”. If you want something above and beyond “friends”, then it’ll have to happen by means of a custom query.

    Making an activity filter the default involves a few things. First, you have to ensure that the correct dropdown option is selected onload. That can probably be done easily enough at the template level. Then you have to filter the output of bp_ajax_querystring, so that when there are no other scope items being passed, you add the user_id and friends arguments to the query string. If you search these forums for bp_ajax_querystring, you should be able to get some hints.

    As I said above, this will probably take a competent BP developer a few hours to implement – more if you need some complex query for the notion of “related” activity. Maybe that will help you BELIEVE why no one has jumped in to solve with a magical line of code :)

    WP 3.0.5. BP 1.2.7. User will get to login screen, enter their login info, and then see a blank screen. When you look at the source, it just shows an empty body tag. User can’t access anything at this point. I’m using BuddyPress Widget Theme 1.2.7.

    Phil Meyer
    Participant

    I can’t BELIEVE no-one wants to / can help me out with this! Please guys, I’m pretty desperate here…

    I have a buddypress site with 450 users. 2 of them (that I know of) have had problems logging in – it loads an empty body tag. I had previously had a memory problem, but have since fixed that, so I’m curious why some users would have problems and others not.

    I have looked at the database, and don’t see anything weird in there, so I’m wondering if anyone might have had any experience with this?

    Browse1
    Member

    Hi

    I’d like users to be able to post blogs blogs into a country specific buddypress site/view.

    For example, if i go to the US version of the site/homepage I see the latest blog posts that were posted using the US site.

    I can see two solutions to this:

    1) install a new buddy press instance per country. Each on a subdomain: us.domainname.com
    The draw back is that if a user want to contribute across more than one country the have to create a new account for each instance of buddypress. It’s unlikely they will want to contribute to multiple counties but would be nice to have a single account for all.

    2) have a single buddypress install with a country parameter across the site. This gets stored against each post and account. And when viewing the site some sort of filter filters the content based on the logged in profile default country. Unless this filter functionality is available it will be too messy to retrofit it into the solution.

    Any thoughs on the best approach?

    Thanks

    #110585

    In reply to: edits not showing up?

    mabjustmab
    Participant

    good question!

    *checks plugins*
    nope. damn. I would have liked to feel stupid if it meant that this was fixed. damn.

    my current plugins:
    Absolute Privacy
    Add All Nav Links to BP Adminbar
    BP Unread Posts
    BuddyPress
    BuddyPress Activity Stream Hashtags
    BuddyPress Mandatory Groups
    CSV User Import
    Custom Login Screen
    Easy Albums – Buddypress users create and share images, video and audio albums – the easy way.
    Exec-PHP
    Horizontal scrolling announcement
    Simple CRM BuddyPress Addon
    WP-Polls
    XCloner

    #110583
    Boone Gorges
    Keymaster

    There must be something wrong with the way that you are editing the files. What program are you using to edit them? The file should look exactly like this: https://svn.buddypress.org/tags/1.2.8/bp-core/bp-core-avatars.php Yours must not.

    #110580
    Boone Gorges
    Keymaster

    I’m telling you, something is corrupt in your bp-core/bp-core-avatars.php file. You can see here https://trac.buddypress.org/browser/tags/1.2.8/bp-core/bp-core-avatars.php that there should be no call to bp_core_set_avatar_constants() on line 12 of the file. I’m guessing that the first 46 lines have somehow been removed from your file. Open it up and look to see that it matches the distribution version exactly.

    #21462
    mabjustmab
    Participant

    Super easy one folks.
    for some reason, my edits are not showing up.

    example:
    BuddyPress Default: Single Post (single.php) – editing through WP editor. so I know it’s the right page.
    deleting huge chunks, adding test text. Nothing.

    profile-loop.php
    see other post -> http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/restructuring-profile-fields-from-table-to-divs/

    am I not editing the right pages?
    am I not viewing the right pages?
    kind of baffled and quite ready to pull out my hair.

    what am I missing here?

    Thank you!

    #21460
    kc257
    Member

    Hi everyone-
    I’m trying to create a tag cloud from items listed in the profile fields (for example, “Personal Interests,” which would have stuff like “tennis, traveling, running,” etc.). Right now the code I have goes through the xprofile fields data table and pulls out everything with the specific field id relevant to the group and puts it in an array, using spaces and commas as delimiters. (Don’t get me started on the dolts that write “I like to take long walks along the bike path with my 19 kids” as their tags. Or separate them with period, or semi colons, or write them on separate lines…)

    It then counts the number of users that have that specific tag, but ONLY if it’s an exact match… e.g., “running” and “runner” aren’t going to match and will show up as separate tags. (At that point, it does a title on the href search link to list how many users have that tag.) We then list every tag that’s been used on “list all tags” page, but I forsee it becoming a total behemoth and it’ll need to be trimmed somehow.

    The xprofile field data is kind of clunky, and I haven’t figured out a way to put up a tag cloud. The Groups tags plugin (http://wordpress.org/extend/plugins/buddypress-group-tags/) seems to work OK, but I can’t translate it to the profile field tags.

    One thought from our production team was to use facebook-like functionality that “suggests” tags when you start typing them in, which would lead to a cleaner tag cloud.

    Anyone have any ideas on how to better the profile tagging process? It’s driving me nuts, and I’m seriously thinking of deactivating the next dumb user that writes out a run on sentence in their Personal Interests text area.

    Thanks in advance-
    KC

    eisor
    Member

    Ok, I should probably preface by saying what I’m hoping to accomplish with my WordPress Network. I need to have the following components for my site:

    1. Home Pages/Blog (general information about the business)
    2. Online Store/Shopping Cart (to purchase classes/workshops/events)
    3. Online Courses (feature training videos & other materials)

    I was thinking that I could use the Network feature to have three separate sites that would all be linked/combined together to form one. I was thinking I’d install BuddyPress & BuddyPress ScholarPress Courseware on the courses site; install a Paypal or e-commerce plugin on the store site and leave the pages/blog alone. I was thinking I’d use the same overall theme for all of them.

    Is this even possible to do?

    I have installed the BuddyPress plugin and I’ve setup my Network options so that the admin’s can activate their own plugins. However, BuddyPress doesn’t show up on the plugin list for the admin’s. Does BuddyPress have to be activated on the entire Network?

    If so, is there a way I can get rid of all the social networking/course features on my Home, Blog and Store features? I kind of really wanted the course stuff to just be on the course page. I wanted the store login to be the same, but not have the course stuff there.

    I may be asking for a feature that just isn’t possible. If anyone can provide feedback, I’d greatly appreciate it.

    #110578
    Hugo Ashmore
    Participant

    yep they are one and the same and is familiar – obviously – with BP themes.

    #110577
    nit3watch
    Participant

    on a good note, it seems Tammie ( from wpmu dev ) is reviewing the theme now and she has pointed out valid things. I’m guessing @karmatosed = Tammie because of her avatar in the images posted.

    #110573

    Dont touch any core files or htaccess before trying this:
    Before an upgrade or moving to other hosting save your template folders created by “BuddyPress Template Pack” for your custom WP theme (members and groups)
    Check inside your theme folders for each:
    members/single/
    groups/single/
    there should be many subfolders and files
    Some hosting providers does not copy files under some subfolder level
    if those folders are empty copy those files from wp-content/plugins/buddypress/bp-themes/bp-default and paste inside your custom theme.
    Please reply if this helps

Viewing 25 results - 58,176 through 58,200 (of 94,540 total)
Skip to toolbar