Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,026 through 6,050 (of 22,602 total)
  • Author
    Search Results
  • #237072
    r-a-y
    Keymaster

    If you have to disable activity auto-refresh, this is telling me that there are other problems.

    Try re-enabling auto-refresh and use Firebug to see what JS errors are being logged. Also try purging your browser cache to determine that you are running the latest BP JS.

    Activity auto-refresh uses the WP Heartbeat API. The relevant JS is here:
    https://buddypress.trac.wordpress.org/browser/tags/2.2.1/src/bp-templates/bp-legacy/js/buddypress.js#L1661

    Let us know what your debugging finds.

    #237071
    leonardoarias
    Participant

    @danbp Sorry for the links. They were fake urls anyway.
    Yes, the activity component has an assigned page.
    The problem happens with all the default themes from wordpress.


    @r-a-y
    I thought so. But my javascript is enabled. Tried from different browsers and computers.
    And yes, I installed Buddypress from the Wp admin dashboard.

    ——

    UPDATE: I “temporarily” solved the problem. I just disabled “Activity Auto-refresh: Automatically check for new items while viewing the activity stream”. Now, it works.

    But, I would like to use the Activity Autorefresh. But I feel we are getting closer to the problem. Do you know what file is used for the “Activity Auto-refresh” feature? So I can debug even further and see what is causing the conflict.

    Thanks.

    r-a-y
    Keymaster

    It’s a problem with any theme using the TrueThemes framework:
    https://buddypress.trac.wordpress.org/ticket/6335#comment:6

    They are trying to force comments open on WP pages. When their code hits a BuddyPress page, their code will generate a new page due to the way they are forcing comments open and because the BuddyPress page ID is 0.

    Themes using the TrueThemes framework can use this code snippet to disable their force comments code:

    remove_action('template_redirect', 'tt_get_comments_status');

    #237068
    r-a-y
    Keymaster

    All symptoms sound like a problem with the javascript not working properly.

    Unfortunately, it doesn’t look like it’s a problem with BuddyPress.

    Maybe you have javascript disabled in your browser? Can you try other browsers?

    If you’re starting on a fresh WordPress install, install BuddyPress from the WP admin dasbhoard’s “Plugins > Add New” page.

    #237053
    mcpeanut
    Participant

    @alice-kaye just searching around and the clash i was getting at the time was similar to this and was caused by the same plugin https://wordpress.org/support/topic/plugin-causes-permalink-clash im not really sure how helpfull this will be if at all, this is to show you permalink issues caused by plugins crossing wires so to speak can happen, i’m not saying that this is even your problem its just a suggestion based upon what happened to myself in the past. it could be something totally different for you and troubleshooting it on a live site may be difficult.

    #237024
    mrgiblets
    Participant

    Ooofff, as mentioned above, that is a HUGE list of plug-ins.

    I’m not surprised that something is conflicting as you have a few things there that could be altering rewrite rules.

    Your best bet is to disable all the other plug ins and see if if BP works after a permalink update. If so then you’re gonna have to start reactivating the plug-ins one at a time until the issue arises again.

    Just in case you do lose access to update your permalink structure from the admin panel you can always do it via the database :

    http://wordpress.stackexchange.com/questions/58625/where-is-permalink-info-stored-in-database

    Hope you find your solution!

    mcpeanut
    Participant

    there used to be a plugin that did this but im not sure if it still works , you can try it
    https://wordpress.org/plugins/buddypress-activity-stream-bump-to-top/
    its an old plugin so i dont think it will work, maybe you could try get it fixed i dunno.

    #236984
    project_subdomain
    Participant

    Oh no, feared that. Too bad. Unfortunately it seems the best for me to fall back on one of the plugins enabling private messaging between wordpress users due to serious issues after moving folders last times.

    Thanks so much for your effort, danbp!

    Is this going to be changed in future versions?

    nate22
    Participant

    Thanks, if that is the best way to do it, that’s what I will do.

    I am guessing this article is outdated and should not be followed at all: http://premium.wpmudev.org/blog/make-your-wordpress-site-buddypress-ready/

    …right?

    #236981
    danbp
    Participant
    #236980
    danbp
    Participant

    Point 1 is probably your issue.

    BuddyPress does not work on installations where you give WordPress its own directory.

    To resume a default BP install.

    your-site.com is the root. Generally a folder called htdocs or www. Once WP is installed you have something like this:

    serveur/path/www/wp-admin
    server/path/www/wp-content
    server/path/www/wp-includes

    BuddyPress goes to /server/path/www/wp-content/plugins/buddypress/

    This will not work if you use BP /server/path/www/mysite/wp-content/plugins/buddypress/

    #236969
    project_subdomain
    Participant

    Sorry, I recently noticed that the other member-related buddypress pages “activate” and “register” also don’t work properly. So it looks to me as the home’s content loads only with that same home-url (domain.com). Also, since syncing WordPress profiles now all members can be found in the list on the members page – other than stated in the topic’s title and first post.

    Three other things I thought about:
    1. My directory structure is as follows: (root)/folder/
    folder then contains index.php and main wordpress-folder. Didn’t want multisite and tried to manage more sites that way.
    2. I have added a new default user role before having installed buddypress. Originally working and added in my child theme’s functions.php.
    3. Theme incompability? Theme twenty twelve had been modified very slightly. Seems unlikely to me.

    danbp
    Participant

    I opened a ticket: https://buddypress.trac.wordpress.org/ticket/6335#ticket
    Login (same as here) and subscribe, so you can follow dev’s opinion. Not sure they come to the forum quickly.

    I’m not sure it is a BP issue. Could also be a plugin or a corrupted one who takes action when BP is enabled. Can even came from WP itself.

    So i strongly recommend you close the site access. You will loose much more as some signups if that issue is viral.

    Have you some server access log to share ? Or warnings coming up ? Activate debug in wp-config

    You (we) have to wait for more opinions about this. Keep calm and stay confident.

    #236961
    danbp
    Participant

    Hey, that’s a digit geeking speech ! Twenty Twelve and Twenty Fifteen are respectively WordPress default theme. 2015 and 2012 are even faster to write, specially for me.

    Does it make sense ?

    While (i wrote period – but i’m french – it’s not the punctuation, sorry. During the time is more US english) building your project (discussing with your client, your team, dog and what ever…) and WordPress, you need a theme. Default theme has the avantage to “work” with WP and… BuddyPress.
    While struggling with a third party theme is another story which can be handled quietly AFTER your project is near to be completed. Growing step by step.

    Once the foundation is solid enough, in other terms !

    Does it make more sense ?

    #236957
    scribbleben
    Participant

    Wow! Thanks for the incredibly thorough response.

    This is indeed my first experience with BuddyPress, but not my first wordpress experience. In the past I have always worked with a designer / coder to create a custom experience but on wordpress. But the sophistication of today’s themes trumps what we’ve been doing.

    I do have a question for you. What do you mean by:

    I would suggest use 2012 or 2015 during the period you build the project.

    ??

    Thanks!

    ben

    #236926
    shanebp
    Moderator

    Re comment syncing: unfortunately, comment syncing is broken in BP 2.2.1 for custom post types.

    See tickets 6306 and 6294 for more info.

    #236925
    shanebp
    Moderator

    Got a chance to revisit this…

    Both versions are now components.

    BuddyPress Simple Events in the WP repo.

    BuddyPress Simple Events Pro now has options for an Attending button, list of attendees, and notifications. As well as image support and Group assignment options.

    Re themes: the templates have been tested with included WP themes. If there is an issue with a particular theme, the templates can be overloaded and adjusted as necessary. The layouts are bare-bones, iow. very basic layouts.

    #236923
    project_subdomain
    Participant

    The url which is not loading, also tested online on a protected testsite:
    domain.com/members/username

    Yes, the member diretory contains a members list (all wordpress users).

    I’ve enabled debug in wp-config. There are no warnings or notifications.

    #236922
    ChristophK2003
    Participant

    Hi.

    I am also using wordpress 4.1.1 and buddypress 2.2.1 and for all pages, which I need to map via the settings page I am getting a blank page: Groups, Members, Register and Activate. I am using the default theme. It is a multi-site setup, however buddypress is only used on the main site (first blog) and also only there activated.
    I did only minor styling via the themes css and the header.php.

    WP_Debug does not show any errors as well as the Apache log is empty.

    It was working fine until i updated recently the connected bbpress for forum.

    Besides that I am using following plugins:
    bbP private groups
    bbPress
    bbPress Advanced Capabilities
    BP Registration Options (DEACTIVATED CURRENTLY)
    BuddyPress
    BuddyPress Group Email Subscription
    BuddyPress Like (DEACTIVATED CURRENTLY)
    BuddyPress Multilingual
    HookPress (DEACTIVATED CURRENTLY)
    Nginx Helper (only on staging)
    Page Builder by SiteOrigin (DEACTIVATED CURRENTLY)
    Paid Memberships Pro
    Paid Memberships Pro – bbPress Add On
    Paid Memberships Pro – Register Helper Add On
    Social Login

    Network activated:
    WordPress SEO
    WPML Multilingual CMS
    WPML String Translation
    Events Manager

    My dev environment is XAMPP on Mac and on the staging is a linode cloud server with Ubuntu on Nginx (I think). Both have the same issues.
    It’s not a live site yet, just demo, therefore some of the plugins might get activated if I am back on track.

    Tried it now to get it run for about 15 hours:
    – I also deactivated all plugins except buddypress and still did not get any of those sites working.
    – Actiavated / Deactivated the plugins
    – Used the repair tools
    – looked into all my codes and fixed file endings such as empty space after ?> in php files
    – Reassigned all sites
    – Researched a lot in million of forums

    Any hint, idea, glimps or full stack solution is highly appreciated.

    Thanks, Chris

    #236920
    Henry Wright
    Moderator

    I heard recently at WordCamp London that the WordPress core team are considering introducing a button on abandoned plugins that lets developers register their interest in maintaining them. I’m not sure if that will happen but if it does then there is a chance that some of the older plugins that no longer work could be updated.

    #236915
    Matthias
    Participant

    Hi @henrywright
    It would be great, if buddypress plugins older than three years would be updated 😉
    And I would like to see member profile stats
    https://wordpress.org/plugins/buddypress-member-profile-stats/
    and community stats
    https://wordpress.org/plugins/buddypress-community-stats/

    But is this the right place for plugin ideas?
    Thanks
    Matthias

    #236914

    In reply to: Username vs Real Name

    Matthias
    Participant

    Hi @danbp,
    thanks for your explanation. I know, that this name field is required.
    But I wish they quit it in one of the next buddypress versions.
    When your using the mention feature on a buddypress install users have to be careful not to use the real name…
    I would prefer the way wordpress does handle the real name. When there is no addtional info the username is the realname. When you define more, you can change your realname… That would be the better and easier way…

    Thanks
    Matthias

    #236910

    In reply to: CPT per each BP-User

    danbp
    Participant
    #236909

    In reply to: Username vs Real Name

    danbp
    Participant

    @matthias70,

    these fields are required by the system.
    WP ask for username, password and email. When BP is activated, he uses WP’s name option Public Name so he can rely to WP. This field called Name is the only one which is required by BP for that reason.

    When you visit dashboard > users > your profile, you have a tabed page with profile options (the original WP user manager) and Extended profile (which belongs to BP) where you can edit your profile. On WP’s tab you see login, first name, last name and public displayed name. On BP’s tab there is only Name, which reflects what is in first and or last name.

    In wp_users table, you have user_login, user_nicename and display_name

    user_login and user_nicename have the same content
    display_name contains first and/or last name (if exist from a previous WP install, before BP installation).

    Depending what and where something needs a name to work (avatar, comment, notice, activity, etc), one or the other name option is fired.

    If you don’t need/want real names on front end, you can use this plugin:
    https://wordpress.org/plugins/buddypress-usernames-only/

    #236898
    danbp
    Participant

    hi @scribbleben,

    thought there is no theme who fit a project to 100%. It’s only a tool to show a project. And BuddyPress is only a plugin, which let you handle a user community in a certain way.

    You don’t need a page builder. BP is fully dynamic and WP publishes posts like a champ, so you probably won’t need more than 2 or 3 pages over those effectivly required by BP.

    You don’t need a framework theme if the project is for one client or if you use BP 2 times a year for other clients.

    You don’t need a theme full of bells and whistles, but an utility tool which let your client earn money or live with his community, without spending tons of hours to learn how his bells plant is working or returning to university to doctorate for a whistle diploma.

    I would suggest use 2012 or 2015 during the period you build the project. Find an acceptable compromise between client desire, needed plugins and eventually some custom functions to add. Once that structure is built, you will incorporate it to a theme.

    Your 4 points.

    1) WordPress
    2) BuddyPress
    3) BuddyPress
    4) WordPress and BuddyPress

    So i’ve probably resumed your needs or even what you already did.

    Which theme is the closest ? Almost any, but with 30 000 themes under the hand, it’s not an answer.

    The important thing to know would be your client’s opinion about internet, web sites, ergonomy, personnal surf interrests. Equally, the specifics about hosting, bandwith, maintenance budget, supported device, target usage, and a few other little details which you haven’t listed yet.

    Is this your first BuddyPress experience ?
    If so, perhaps visiting some BP sites online will help you to come nearer about what can be done – independantly of any layout consideration in a first step.

    See Your BuddyPress forum
    or my own showcases here and here (french, european and word site examples).

Viewing 25 results - 6,026 through 6,050 (of 22,602 total)
Skip to toolbar