Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,501 through 13,525 (of 69,016 total)
  • Author
    Search Results
  • #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.

    #237066
    IHaveToDoThis
    Participant

    Hey,

    I’m a newcomer to all of this and I can’t answer your overall question, but I can tell you how to change the name “Site-Wide Activity” on the activity page. You go to: wp-content>plugins>buddypress>bp-activity/bp-activity-loader.php and the title is towards the top the in $GLOBAL array. And you can change it from “Site-Wide Activity” to whatever you want.

    I’ll be following this tho. I’ve been looking for way to customize my BP wall and make it look not so bland. I hope someone else can help you further!

    #237064
    danbp
    Participant

    [MOD EDIT] links removed.
    Please use a fake URL when you want to mention a path.

    Have you assigned a page to the activity component ? Sometimes it’s not setup automatically.
    Also which is your theme ?

    Configure BuddyPress

    #237031
    danbp
    Participant

    Do you mean BP’s profile or a third party plugin ?

    All translatable strings related to BP are stored in /buddypress/buddypress.pot

    #237018
    mcpeanut
    Participant

    @mrgiblets haha you did the exact same as me with picking twenty twelve when i first started using buddypress, i still think its one of the best blank canvas themes to work from apart from the lack of responsiveness it has, although you can make it fully responsive but its a pain to do, i even went to the extent of making it into a 3 column layout etc.

    In regards to what you want to implement no-one can really help you until the ideas of what you want to integrate emerge 🙂

    #237011
    mcpeanut
    Participant

    @mrgiblets HI, I was the same as you when i first came to these forums nearly 2 years back, although i had website developing experience i found buddypress just as confusing, the best way to learn is to get stuck into it in my opinion, there are quite alot of good reads regarding things you may need to achieve in these forums, you should also read through these pages here https://codex.buddypress.org/

    When typing a message using “@” the dropdown list that pops up as soon as your start typing should only show names of the current users friends. What happens if you have 10,000+ users on your site? That’s going to get annoying for the users really fast. At very least there should be an option in the backend to activate this functionality.

    I tend to agree with this 100 percent, i have mentioned (ironic lol) this before in these forums, you should really have an option to either have @mentions for either sitewide or friends only.

    LIKE button. I wasn’t that surprised that something like this wasn’t installed as standard, but as this is an integral part of social interaction these days I was shocked after spending days trying to find a plug-in that works with the current version and have only managed to find one that works but is shaky at best. There are lots of “no longer available” plug-ins and bits of code and hacks out there but again – removed or deleted when you try to view them. From what I gather this seems to be something that developers have had real problems implementing. I can’t even find a single premium LIKE button plug-in out there! Surely it’s time to have this feature as standard?

    I believe from what ive read from the dev’s talking about this but i cannot remember the link to give you, that they are working on this via the already built in favorites button, they are trying to adapt it to a kind of liking system but their main concern seemed to be scalability and are working on a way to reduce the queries and database hits this could potentially have an effect with.

    A clean current install of BP doesn’t include a BP theme. I have read that you have removed this and tried to implement it with any standard WP theme but that doesn’t help new users when trying to figure out what BP is capable of. Despite formatting issues many of the things it can do simply aren’t that obvious with a default WP theme. Surely it should at least give you the option to install a standard BP theme from theme manager?

    They decided to stop support for the default theme and i would advise you to really search for a newer theme anyhows seeing as buddypress integrates with most themes flawlessly now.

    #237009
    danbp
    Participant
    #237008
    Henry Wright
    Moderator

    You could just provide your own template for the registration page (hence have your own custom registration form).

    BuddyPress will use the following template hierarchy /buddypress/members/index-register.php

    Check out the Template Hierarchy article for more info on how templates work in BP.

    #237005
    feyrisa
    Participant

    Hi @HenryWright !
    Thank you for your reply

    Do you know if it’s possible to stop submiting after the buddypress registration form and redirect to a page which include the PMPro checkout ? I mean changing the Submit button by a second page where we choose a subscription ? And where can I change this button ?

    Thank you

    #237004
    Henry Wright
    Moderator

    Hi @gromozeka

    You could create a new component but that isn’t required. Check out bp_core_new_nav_item() for how to add items to the navigation.

    bp_core_new_nav_item()

    #237003

    In reply to: Particular Dating Site

    Henry Wright
    Moderator

    Hi @zigmund

    This will all be possible, likely with xProfile fields. To get started with BuddyPress, check out the docs (there’s links to subpages on the left-hand-side).

    Hope the info helps.

    #237001
    Henry Wright
    Moderator

    Hi @feyrisa

    Is that a way to add membership checkout to my buddypress registration ?

    It will be possible but there isn’t a configuration setting that’ll do it for you (unless the plugin itself has a setting that allows integration with BuddyPress).

    5high
    Participant

    Ok, I know it’s not the correct php way, but in lieu of any other option I’ve found how to remove showing it with css – posted in BuddyBoss here: http://www.buddyboss.com/support-forums/topic/1st-month-feedback-mobileresponsive-theme/ and I put this code…
    #buddypress #admins-list div.action a, #buddypress #mods-list div.action a, #buddypress #members-list div.action a, #buddypress #groups-list div.action a, #buddypress #friend-list div.action a{display:none;}
    in my child theme style.css file.
    Hope it helps other who are stuck too 🙂

    #236993
    mcpeanut
    Participant

    @gnasralla tbh i havent come across this issue myself and it shouldn’t really be happening so as dan stated id first troubleshoot if its a plugin or theme issue by first turning off all other plugins apart from buddypress and then if the issue is still there swap to any one of the default themes as a starting point.

    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.

    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.

    #236968
    danbp
    Participant

    I’m very patient. I learned that you like poems.

    I now would glad to know if you speak BuddyPress ? I’m still waiting some information related to your site…

    Which BP version do you use ? What is your theme name ?

    Sorry to tell, but I ignore what is the yellow notification top bar !

    #236966

    In reply to: Blank pages overload

    danbp
    Participant

    Sorry for this late answer, i missed your topic.

    You can follow a similar topic here:
    https://buddypress.org/support/topic/problem-after-updating/#post-236965

    Did you solved the issue ?
    Can you give more details about your install (theme, plugins, php version) ?
    Are your on a local or live site ?

    If you want to answer, do it on the other topic, where the discussion is more advanced.

    Closing this topic to avoid duplicate. Thank you for your comprehention.

    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 ?

    wellgolly
    Participant
    wellgolly
    Participant

    please read the post above, they are/were having the same problem that I am having. Thanks.

Viewing 25 results - 13,501 through 13,525 (of 69,016 total)
Skip to toolbar