Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 29,226 through 29,250 (of 68,918 total)
  • Author
    Search Results
  • #137468
    modemlooper
    Moderator

    class wpdev_compose sounds like its not part of BuddyPress Core and is from a 3rd party plugin. This site only offers support for 3rd party plugins if another user helps you or the 3rd party plugin developer offers you support.

    This site is mainly to help with the base install of BuddyPress.

    #137466
    raminjan
    Participant

    I understand my friend and I am sorry for being a maniac but I am aggressively passionate about buddypress and just learning it and believe me I understand you guys are doing the best you could but I am just so frustrated with two problems one is that I want to set up portals for my users not site wide level access and two I have this error on my page and was just wondering to know what is this?
    can you please if you got time, can you please help me out? Thanks buddy.

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘wpdev_compose’ does not have a method ‘wp_footer’ in /home/content/53/9386553/html/wp-includes/plugin.php on line 403

    #137465
    @mercime
    Participant

    @raminjan know that we are all unpaid volunteers helping out here, living in different time zones and have lives outside of BP and WP.

    You have created many number of topics, some of which I answered and other topics were answered by others. And private messaging is turned off because others have abused it already.

    BuddyPress is an opensource software, i.e., free and we try to help out as many people as we can, not just one. And when I was still a student, I recall doing my own research (Google et al) when I didn’t know the answers. So be patient and stay cool.

    @mercime
    Participant

    == The button on the activity stream for “Joe Schmoe joined . . .” is obscured by buttons ==

    @timetraveler As an online visitor, activity stream looks good for Joe joining a group. I will presume you mean the activity meta seen by logged-in users i.e., the Comment, Favorite and Delete buttons. If so, open up your theme’s stylesheet and add the following at the bottom.

    `ul#activity-stream div.activity-meta {
    clear: left;
    margin-bottom: 15px;
    }`

    If that doesn’t work, create a throw-away username and password and post it here. You can delete that account after the issue has been resolved.

    #137463

    In reply to: CPU Overload

    @mercime
    Participant

    Pretty permalinks are required for BuddyPress sites.
    Settings > Permalinks and choose option other than default permalink.

    #137462

    I’m just getting started with BuddyPress, and I was wondering about this myself. I realize that the default WP function to display a user’s articles still works, but I’d like to display them in a BuddyPress tab. I’m on the hunt for a plugin to accomplish this. Any guidance would be welcome!

    #137461

    In reply to: Register Problem

    @mercime
    Participant

    @rehaugew I see you’re using the Mingle theme. I do not know whether that theme’s been updated for the latest and beta versions of BuddyPress. That being the case, you should change to bp-default theme, clear cache and check registration process there for BP 1.5.6. Are you using Mingle also in BP 1.6beta2 install? Then change to bp-default there as well. We have to ascertain what’s the real culprit.

    #137459
    Roger Coathup
    Participant

    Did you complete the BuddyPress setup wizard in wp-admin? Including creating the pages?

    For new users, you need to enable new user registrations in wp-admin settings

    hotsitez
    Member

    Frank – while I am new to BuddyPress (started it on a site today), i think you are working on similar layouts at moment that I am. The file I just finished re-working was “member-header.php” – I had added Profile Fields like Gender, Age, Etc. to display Gender for Example I used:

    ‘[?php bp_profile_field_data( ‘field=Gender’ );?]’

    basically add the name of the Profile Field you wish to display and use the Field Title name you gave it in the format above.

    Other than that its just editing CSS and adding text etc to layout. I am still working on many things – its the one area I really want to pop is the Profiles pages.

    I hope it helps!

    #137456

    Yes.

    Take a copy of ../wp-content/plugins/buddypress/bp-themes/bp-default/activity/post-form.php

    Put it in your themes directory using the same sub-dir structure /activity/post-form.php

    Then simply comment out line 25 in the script

    Quite sure that will do it for you.

    Good luck.

    Thanks @RogerCoathup.

    I ended up downloading all 28 documents from ../members/single/

    I did a search on the custom field I created and only found the edit.php template that had it. And it had it because I hard coded it in there.

    Is there a way to add static text and some php code next to a user-defined custom field that ends up making its way onto a member’s Base Profile template page?

    Here’s why I need to get into the code @RogerCoathup:

    I have a page called Business.

    Off Business, I have about 10 child pages.

    I created a static-text widget. I used every conceivable settings combination within Dynamic Widgets to get the static-text widget to appear in the right-sidebar of Business and all of its Child Pages.

    The widget is positioned in the middle of the right sidebar — not the top and not the bottom.

    I can only get the static-text widget to appear on the Child Pages. Not the parent page.

    So I give up and want to hard code it within the process of the right-sidebar build.

    How does adding my own function get me to where I want to be?

    I simply need to get to the script that produces that right sidebar so I can hard code my content.

    I have no idea what I would even code in my won function to make this happen.

    #137446

    In reply to: Register Problem

    Paul Wong-Gibbs
    Keymaster

    @raminjan Let’s keep your problem in your thread. I think I replied earlier today.

    @RehaugeW Are you using multisite?

    Paul Wong-Gibbs
    Keymaster

    There are 3 core developers; John James Jacoby, Boone Gorges, and myself. We all read and reply on the forums, but we also have a team of forum moderators who have excellent BuddyPress knowledge: hnla, r-a-y, and mercime. There are many others who regularly help out on the forum. Not everyone knows everything, and if the question is extremely technical or is a “build X feature for me” post, then that person might skip over that forum topic — which is fine.

    Stepping outside the forums, we have a lot of contributions from people writing tutorials, talking about BuddyPress at WordCamps and local meet up groups, people writing patches, writing BuddyPress plugins and themes, submitting/managing bug reports and enhancement ideas, writing and improving documentation on the BuddyPress Codex, writing translations, helping other users in real-time in our IRC channel… and there are probably other areas that I’ve overlooked.

    Lots of people are involved with BuddyPress. Everyone can be involved with BuddyPress. And someone will get to your question as soon as possible; if no-one does, feel free to post a reply on it to bump it to the top of the list after a couple of days.

    #137441
    Paul Wong-Gibbs
    Keymaster

    On multisite, all user registration is tunnelled through the same place. This is a standard WordPress behaviour. So yes, they’d see the BuddyPress registration templates.

    Roger Coathup
    Participant

    @jason — It’s something that could be built, but it’s a reasonable chunk of development work, which would need some thought and investigation.

    I doubt anyone on the forum has done anything like this wrt blogs (certainly in a manner where they can give a quick answer on the forum). We’ve done similar things with the members directory (adding multiple filters), but it was considerable pieces of code and expertise.

    In our case, we layered new functionality in / javascript etc., rather than trying to extend any existing function.

    Jason
    Member

    1. Which version of WordPress are you running?
    3.4.1
    2. Did you install WordPress as a directory or subdomain install?
    subdomain
    3. If a directory install, is it in root or in a subdirectory?
    n/a
    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    n/a
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g.
    permalinks, creating a new post, commenting.
    Yes, and it still is
    6. Which version of BP are you running?
    1.6 beta
    7. Did you upgraded from a previous version of BP? If so, from which version?
    1.5 something
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    nope n/a no conflicts
    9. Are you using the standard BuddyPress themes or customized themes?
    Frisco BPChild theme
    10. Have you modified the core files in any way?
    Not yet
    11. Do you have any custom functions in bp-custom.php?
    nope
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    nope
    13. Please provide a list of any errors in your server’s log files.
    none
    14. Which company provides your hosting?
    Linode
    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Nginx, fpm-php ubuntu

    ? This was really just a bump, I don’t think any of that info matters. My question is more of a developers question.

    Jason
    Member

    I’m about to give up on buddypress. They have something great going on, but how many devs are involved?

    It must not be enough, or they need to get some forum people to help ping developers when something is up. Buddypress is good, but it’s so close to being great, and their 1.6 is getting back on a good track again.

    My Question has no replies, and I’ve seen many older posts that are the same way. I wish there were a little more transparency into who does what around here. A “Meet the team” if you will, and a “Join our efforts” page really need to be showcased at the top….

    Quint
    Participant

    @rogercoathup,

    Thanks for your quick reply! I created a new site from the admin dashboard and added a post to that new site… bottom line, it worked–the notification showed up in the Activity Stream.

    Another question: I used to be able to create a new site from the site’s front end. The admin bar does not have that menu item anymore. Any other setting to turn on? Thanks!

    #137432
    Roger Coathup
    Participant

    You’ll probably need to upgrade your BuddyPress version for compatibility with the latest version of WordPress.

    Unfortunately, a number of look / feel aspects typically change when you upgrade BuddyPress (particularly coming from a relatively old version). It often requires developer support to upgrade and retain your site’s design.

    Some questions that will help you get further support:

    What version of BuddyPress are you on / were you on previously?

    Which ‘off the shelf’ theme (if any) are you using?

    If bespoke theme – is it a child of another theme – which version?

    Thanks again @RogerCoathup.

    I continue to phrase my need very poorly.

    I know about functions, calls, etc. I also know where `do_action( ‘bp_after_sidebar_me’ )` is located…that’s how I honed in on needing to track it down.

    Here’s what I need to do:
    I need to get in the process when `’bp_after_sidebar_me’` is happening as a result of the `do_action()` call.

    I need to add some hard coding when this process is taking place.

    So it’s the location/file/script/doc (whatever it ends up being called) within WP that I am looking for when `do_action( ‘bp_after_sidebar_me’ )` is happening.

    Continuing to dig :)

    #137427
    ThomasG
    Member

    Thanks a lot for the pointers @rogercoathup :) Greatly appreciated!

    I’ve looked around the skeleton componenet a bit, and it seems manageable. Yet, this project has to be the best there is, so there may not be time for me to get familiar with this, sadly.

    I’ll possibly drop you guys a line, with some more information, so that we’d perhaps be able to get an estimate. :)

    Again, thanks a lot.
    // Thomas G

    @mercime
    Participant

    @michaeljdornan best place to ask is at https://wordpress.org/support/plugin/bp-multi-network wpmuguru does answer forum questions

    Having said that, you can try this plugin which I know works with the other BP MultiNetwork plugin by sbrajesh http://buddydev.com/buddypress/introducing-join-blog-widget-for-wordpress-multisite/

    #137416

    In reply to: Register Problem

    raminjan
    Participant

    @mercime I have same kind of problem with registration form but mine is on the date picker for age it goes up to 2037 Paul said its difficult to fix this and I am kind of stuck can you please help?

    site name buddyswired.com

    #137415

    In reply to: Register Problem

    @mercime
    Participant

    @rehaugew

    Re BP 1.5.6 re “nobody can register” -> do be more specific by listing the steps taken during registration to find out where the hiccup is.

    Re BP 1.6 beta 2 re “missing uploaded avatar” -> were avatars working in your BP 1.5.6 installation? Where are you hosted? Is GD libary installed in your server?

Viewing 25 results - 29,226 through 29,250 (of 68,918 total)
Skip to toolbar