Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,901 through 6,925 (of 22,649 total)
  • Author
    Search Results
  • #212791

    In reply to: 2.2 top features

    Paul Wong-Gibbs
    Keymaster

    Not sure where you got Christmas from, but we’re aiming for 2.2 to be released on 28 Jan 2015. ๐Ÿ™‚

    #212783

    In reply to: 2.2 top features

    danbp
    Participant

    @sooskriszta

    thank you for this wishlist ! ๐Ÿ˜‰
    The in #4539 related Mediapress is a great feature (still in beta, but promise full).

    I installed it yesterday for intense test. ๐Ÿ˜‰

    #212738
    Henry Wright
    Moderator

    Hi @doremdou

    You can disable @-mentions with the BuddyPress No Mentions plugin.

    #212544
    Henry Wright
    Moderator

    Hi @callumoberholzer

    BuddyPress allows you to have:

    • member profiles
    • an advanced member search (through the BP Profile Search plugin)
    • private messaging

    So it looks like your requirements are covered. My advice would be to set up a test install and try out all of the features to see if they meet your requirements.

    #212536
    danbp
    Participant
    #212370
    Halo Diehard
    Participant

    Thanks for your quick response, @danbp. I did not include the support information, because I just needed an answer to my simple question; didn’t think anyone would be able to help me with my actual issue, since I am using Simple Press and not bbPress.

    Simple Press has a BuddyPress plugin, that integrates some of the functionality of their forums into the BuddyPress activity, and allows the forum owner to elect to use the BuddyPress profile, for example, over the SP one. But I am not seeing any forum posts in activity. I contacted them, but I also was not seeing the forum tab like I see here. I was here for a separate issue, and noticed that forum tab, so I opened this topic to ask about the tab.

    Maybe that tab disappears if bbPress is not active, I’m not sure, but I really thought I remembered with the bbPress forums that my member’s posts were mixed in with all the other sitewide activity, and I don’t remember ever seeing a forum tab. I’m on my second BuddyPress supported theme; the first was Custom Community, and now I’m using Matheson.

    I’m familiar with how to set up BuddyPress, but thanks for the links. Here is the rest of the info, in case it helps:

    1. Which version of WordPress are you running? 4.0

    2. Did you install WordPress as a directory or subdomain install? If this is either or, than it’s a directory install

    3. If a directory install, is it in root or in a subdirectory? Again, not sure of the question. My url points to the root wordpress folder, but that folder is not in the root of my server, but a few folders in.

    4. Did you upgrade from a previous version of WordPress? If so, from which version? Have had WordPress and upgraded every release for a couple of years

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes.

    6. Which version of BP are you running? 2.1.1

    7. Did you upgraded from a previous version of BP? If so, from which version? 2.1.0? I don’t know, the same: Have had BuddyPress for at least a year, upgrade it as releases come out.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    (Ones followed by asterisk are not active, since I’m not committed yet to Simple Press. Others I’m getting around to testing, or only use occasionally. Yes, I know it’s a lot.)

    Add New Default Avatar
    BadgeOS *
    bbp buddypress profile information *
    bbPress *
    bbPress Enable TinyMCE Visual Tab *
    bbPress Go To First Unread Post *
    bbPress Stay Checked *
    bbP Signature *
    Black Studio TinyMCE Widget
    BuddyPress
    BuddyPress Groups Extras *
    Content Aware Sidebars *
    Email posts to subscribers *
    Google Analytics by Yoast
    iFlyChat
    LenSlider *
    Link Library
    NextScripts: Social Networks Auto-Poster
    Posts for Page Plugin
    Quick Chat
    Simple: Press
    Simple: Press v5 Importer
    Simple social share
    SlideDeck 2 Lite *
    Social Login
    Stop Registration Spam
    Subscribe/Connect/Follow
    T(-) Countdown
    ToTop Link
    Ultimate Posts Widget *
    Video Thumbnails
    WangGuard
    WordPress SEO
    wp-Monalisa
    WP Ads Within Contents *
    WP Custom Login
    WP Overview (lite)
    WP Symposium Toolbar

    9. Are you using the standard BuddyPress themes or customized themes? I am using Matheson, a theme listed as working with BuddyPress, and it is further customized via css by myself.

    10. Have you modified the core files in any way? No.

    11. Do you have any custom functions in bp-custom.php? I don’t think I have that file.

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? bbPress is deactivated, using Simple Press.

    13. Please provide a list of any errors in your serverโ€™s log files. I’ve searched to try and find these, and I have no idea how to find them.

    14. Which company provides your hosting? 1and1

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? If this might be relevant, I will try to find out. Think it’s Linux.

    #211889
    Henry Wright
    Moderator

    I’ve no idea what you might have read but you can accomplish this via hooks. Specifically, the bp_profile_header_meta could be what you need. Try adding this to your theme’s functions.php file:

    function my_output_user_role_function() {
        if ( user_can( bp_get_member_user_id(), 'manage_sites' ) )
            echo 'Role: network administrator';
    }
    add_action( 'bp_profile_header_meta', 'my_output_user_role_function' );

    Note: You can change the text Role: network administrator to whatever you like.

    #211882
    Henry Wright
    Moderator

    Hi @reinaldudras,

    user_can() is the function you need. For example:

    if ( user_can( bp_get_member_user_id(), 'manage_sites' ) )
        echo 'network administrator';

    Note: Untested. There’s a slightly different method of getting the member’s ID depending on the exact context you need. I suspect bp_get_member_user_id() will work.

    Ref: https://codex.wordpress.org/Function_Reference/user_can

    #210726
    danbp
    Participant

    You have to debug your install. Deactivate all plugins but BP, activate 2012 or 2013 theme and adjust your permalinks in wp settings.
    Check for all pages needed by BP and delete definetly any page remaining eventually in the trash.

    http://nacin.com/2010/04/23/5-ways-to-debug-wordpress/

    A basic guide on how to debug WordPress themes and plugins

    #210721
    Hugo Ashmore
    Participant

    You probably ought to track back through the bpdevel site:
    http://bpdevel.wordpress.com/
    For development posts on Codex updates.

    We actually have been putting in quite a bit of our time over the last year attempting to lend a little attention to this area, but it is an extremely time consuming and slow area to deal with but apart from some fairly hardcore re-structuring many new articles & guides have been submitted over the last few months.

    You’re right though it is a community effort, all are welcome to chip and help, the codex index explains how people can contribute.

    #210720
    crell
    Participant

    Hi,
    Thanks for responding.
    It’s passing to an internal site URL.

    This link below is a recent post
    http://ashbournecyclingclub.co.uk/2014/10/group-ride-monsal-head

    If I then select “Edit my profile” from the menu, it takes me to:
    http://ashbournecyclingclub.co.uk/2014/10/group-ride-monsal-head/1/
    (note it’s appended “/1” to the end of the URL

    Theme is Heuman
    Wordpress 4.0

    Plugins are:
    Advanced Custom Fields
    Version 4.3.9 | By Elliot Condon | View details

    Akismet
    Version 3.0.2 | By Automattic | View details

    Black Studio TinyMCE Widget
    Version 2.0.4 | By Black Studio | View details | Home | FAQ | Support | Rate | Follow | Donate

    BuddyPress
    Version 2.1.1 | By The BuddyPress Community | View details

    Categories Images
    Version 2.4.2 | By Muhammad Said El Zahlan | View details

    Cat Post Type
    Version 1.0.1 | By Michel Bobillier aka Athos99 | View details

    Coming Soon / Maintenance mode Ready!
    Version 0.5.3 | By coming soon | View details

    Contact Form 7
    Version 3.9.3 | By Takayuki Miyoshi | View details

    Contact Form DB
    Version 2.8.16 | By Michael Simpson | View details

    Custom Facebook Feed
    Version 2.1.2 | By Smash Balloon | View details

    Enhanced Media Library
    Version 1.1.2 | By WordPress UX Solutions | View details

    Events Manager
    Version 5.5.3.1 | By Marcus Sykes | View details

    Jetpack by WordPress.com
    Version 3.1.1 | By Automattic | View details

    Leaflet Maps Marker
    Version 3.9.2 | By MapsMarker.com e.U. | View details

    Limit Login Attempts
    Version 1.7.1 | By Johan Eenfeldt | View details

    Maps Marker Pro ยฎ
    Version 1.9 | By MapsMarker.com e.U.

    NextGEN Gallery by Photocrati
    Version 2.0.66.29 | By Photocrati Media | View details | Get help | Contribute

    Post Css Class
    Version 1.0.1 | By Michel Bobillier aka Athos99 | View details

    Quick Featured Images
    Version 8.2.1 | By Martin Stehle | View details

    Regenerate Thumbnails
    Version 2.2.4 | By Viper007Bond | View details

    TinyMCE Advanced
    Version 4.1.1 | By Andrew Ozz | View details

    Types – Complete Solution for Custom Fields and Types
    Version 1.6.3 | By OnTheGoSystems | View details

    Wordfence Security
    Version 5.2.6 | By Wordfence | View details

    WordPress SEO
    Version 1.6.3 | By Team Yoast | View details

    WP-PageNavi
    Version 2.86 | By Lester ‘GaMerZ’ Chan | View details

    WP FullCalendar

    #210704
    Joseph G.
    Participant

    This is a known bug https://buddypress.trac.wordpress.org/ticket/5888

    Try changing buddypress.js to buddypress.min.js. This issue was already resolved as of the latest version.

    Cheers!

    #210670
    brgallag
    Participant

    Hello, did you have any luck solving this? I’m having the exact same problems with the same setup…except now on WordPress 4.0.

    buddypress.js loads fine on all pages except the site-wide activity page.

    I’ve deactivated all plugins, re-installed buddypress, switched themes, all to no avail.

    I’m hosted on wp-engine.

    Let me know if you were able to solve it.

    #210669
    brittonk
    Participant

    I found it on your ticket system actually so it looks like you guys are on top of it

    https://buddypress.trac.wordpress.org/changeset/8828

    #210668
    shanebp
    Moderator

    If you’ve found a bug or improvement, please open a ticket on trac.

    1a-spielwiese
    Participant

    The problems are still unresolved:

    ++ Cfr. regarding problem A. (Making xProfile fields required only for members with a certain user role):

    https://wordpress.org/support/topic/making-bp-xprofile-fields-required-for-certain-user (posted today)

    ++ Hide theses xProfile fields for members with other user roles:

    https://wordpress.org/support/topic/bb-xprofiles-acl-does-not-work (posted one week ago)

    ++ Cfr. regarding problem D. (Making answers unchangeable):

    https://buddypress.org/support/topic/how-to-make-some-xprofile-field-to-uneditable/#post-206808 (posted two days ago).

    1a-spielwiese
    Participant

    I asked my question now as well in the BuddyPress-Sub-Forum of the German WordPress-Forum:

    http://forum.wpde.org/buddypress/134280-benutzer-innen-namen-neu-verlinken-new-post.html

    Ulfsby Webdesign
    Participant

    Thank you. It was the theme that was the problem. I had upgraded BuddyPress to a version that no longer was supprted by the old theme. Using Cpanel I was able to update WordPress and change theme.

    #208948
    Henry Wright
    Moderator

    As @djpaul mentioned earlier, the terminology is important because ‘comments’ can refer to 2 things:

    • post comments
    • activity comments.

    Post comments are handled by WordPress and are stored in the wp_comments database table (see here). Activity comments are handled by BuddyPress and are stored in a custom table created by BP called bp_activity (see here).

    #208711
    harry4039
    Participant

    @aapollo: thanks for your response.

    So you’re saying that the entire WordPress.com platform and all its users’ sites are running on WPEngine hosting? We were on their business plan for a launch earlier this year and our site got completely fried. Really bad experience and WPEngine support sucked really, really bad. We were forced to switch and are now on Linode.

    Using Disqus for comments doesn’t really solve our problem because it’s not native and very difficult if not impossible to embed fully into all the BuddyPress features as far as I know.


    @djpaul
    : Would love to hear your opinion on this.

    #208707
    aapollo
    Participant

    @harry4039 – Another useful bit of information for you:

    Wordpress.com runs on WP-Engine, which is where we are now hosting our membership/lms/e-commerce WordPress site, and we have seen massive improvements in speed at their premium levels.

    It is important to note that the level of concurrent users you’re talking about requires serious server scaling, especially when those users have profiles and are interacting constantly. The premium levels at WP-Engine start at $600 a month and go up from there, but since we have an extremely active user base, the non-profit I’m working with is going for it.

    The support has been phenomenal, and while we still have some slow action on the backend at times, the front-end is more than twice as fast.

    Also, we use Disqus for comments, which also greatly reduces server load since Disqus handles all the comment parsing and data flow. Unfortunately, their theming and customization options are seriously lacking (you can choose light or dark theme, woohoo!).

    I’m really into testing the limits of WP and BP right now, and so far they handle well, though lots of development, fixes and customization are needed on a regular basis due to updates and bugs on a big stack of plugins. Good luck with yours!

    ~AA~

    Footnote: I do not work with, nor am I associated with WP-Engine or Disqus in any way. ๐Ÿ˜‰ In fact, I host most of my smaller sites on Dreamhost, and have generally thought $1K per month for hosting to be outrageous before now.

    #208683
    danbp
    Participant

    @mineo

    Slovak BuddyPress lang community declares that the files are fully translated.

    False ! According to the GlotPress stats, the buddypress translation is only 64% translated.

    You have to finish the translation.
    Download the po from glotpress
    Update that file from the pot file who comes with BP 2.1

    Use poEdit to do this.

    https://buddypress.org/support/topic/buddypress-2-1-bp-language/

    #208669
    Henry Wright
    Moderator

    Hi @dwsowash

    You can create a child theme and then add your custom CSS to your child theme’s style.css file. Check out this article on Child Themes to get you started.

    #207757
    Ruby Sinreich
    Participant

    This plug-in lets you get everything. Worked great for me.

    https://wordpress.org/plugins/export-user-data/

    #207756
    Ruby Sinreich
    Participant

    Ah, so this exists! https://wordpress.org/plugins/export-user-data/ Will check it out now…

    UPDATE: It worked perfectly. Whew!

Viewing 25 results - 6,901 through 6,925 (of 22,649 total)
Skip to toolbar