Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 3,826 through 3,850 (of 22,651 total)
  • Author
    Search Results
  • #261620
    jackoneill87
    Participant

    Ah, OK, I think it makes sense now.

    I’ve taken a look at the Register Page in the pages menu and can see that it does in fact permalink to “register” with a lower-case “r”.

    It appears WordPress pretty permalinks aren’t case sensitive, so WordPress will take me to the Register page regardless of whether I visit /Register or /register. It seems BuddyPress only picks up the hook if the URLs are a case-sensitive match. This is why “/Register” is blank, but “/register” shows the BP content.

    I just got confused because I had to test the register page from a different browser and manually entered the URL for the register page. Thanks for clearing that up!

    Not sure if it’s really much of a deal, but is it worth me making a feature request for BuddyPress to use case-insensitive URL matching to match up with how WordPress does it?

    Thanks again for all your help!

    Jack

    #261610
    danbp
    Participant

    Perhaps you can spare time and use https://wordpress.org/plugins/buddy-progress-bar/ ?

    #261609
    danbp
    Participant
    #261594
    Venutius
    Moderator

    I actually think that’s a WordPress issue, however, I can’t replicate your fault, so it must be a plugin conflict or similar that is causing this.

    #261591
    shanebp
    Moderator

    Just guessing…

    Try using the bp_ready hook instead of bp_init.

    Try adding the priority to the call:
    remove_filter( 'bp_get_the_profile_field_description', 'wp_filter_kses', 1 );

    Try adding your attributes to the $allowedtags global.
    https://ben.lobaugh.net/blog/201762/add-html-tags-to-the-allowed-tags-list-in-wordpress

    #261577
    Henry Wright
    Moderator

    You can request one be added here

    https://buddypress.trac.wordpress.org

    #261568

    In reply to: No Buddypress database

    becorath
    Participant

    Excuse me. I meant that it did not create the tables in the existing database. I use shared hosting from Hostgator and installed the plugin from the wordpress plugins page. I installed it to another site the same way and it created the tables with no problem.

    #261565

    In reply to: No Buddypress database

    danbp
    Participant

    BuddyPress doesn’t create a database. It only add it’s own tables to the existing WordPress db.

    Why are these tables not created ? Impossible to say without more details about your server configuration and more information about how, what and where you tried to install the plugin.

    #261554
    melodies
    Participant

    Yes, I have tried to create an error, and the code is not even appearing in the page source. What could be causing it not to appear there?

    I have deactivated all plugins, and I also tried to get the “success/error” message to show up on some of the popular themes (Twenty Sixteen and Twenty Fifteen). It is still not working, and I have no idea why.

    Since this issue started when I updated BuddyPress and WordPress, I think the problem is rooted in one of the two.

    Can you please tell me which file is responsible for the “bp-template-notice” functionality?
    & Where can I find it?

    Thank you.

    To: @djpaul @danbp

    #261548
    danbp
    Participant

    Hi @mthant,

    sorry for your menu trouble, but it seems to me, after visiting your site, that you omitted some important settings steps. So let’s try to set up properly your site menu before adding BP related conditionnals.

    1) Each active BP component should have his unique page.
    2) Site should have pretty permalinks activated (whatever option but default)

    For example step 1 indicate that your register page is at /site/register-2. This could be correct, but tells that you created a page called register first, than removed it, and finally recreated a second “register” page. This explains why you have “-2” in the URL and probably a page in the trash. You have to clear it definetly. And you have to ensure that the slug is /register/. Go to dashboard > Pages > Quick edit and correct it.

    As BP is active, you should also have a page called by default “members”. His default url should be http://7fc.d70.myftpupload.com/members/.
    I assume you renamed it to “directory”. Problemen is that “directory” doesn’t show the member directory, or no message telling visitors they have to log in to see this page…

    And as you use a lot of different directories, it is confusing, even for you when you try to build a menu.

    But you’re using Salutation, which is a premium theme and i can’t help you further to set it up correctly.
    But you could activate a Twenty theme for the time you need to create and test how WP menus are created and displayed. And perhaps read through Salutation documentation too. 😉

    Here’s BP guide about the BP menu you can add aside the site main menu.

    And here, the access to any menu related codex articles.

    #261542
    Venutius
    Moderator

    If you are a newbie you might like to check out my website – http//:buddyuser.com, it’s aimed at getting newbies up to speed.

    Regarding your issue with menus, is this not a more general WordPress/Theme issue? What happens when you replace those BuddyPress Options with other options, do you still get the same behaviour?

    #261532
    danbp
    Participant

    thank you for sharing @peterspliid, but it would also be usefull for the devs that you add your fix to this ticket: https://buddypress.trac.wordpress.org/ticket/7349

    so at least it will be taken in consideration.

    #261520
    danbp
    Participant

    It’s related to your theme. Test it is the case by activating a Twenty theme. Once you have found that it is indeed this, go to your theme documentation or support and see how to remove the comment template in your-theme/page.php or how to deactivate that if you use a framework or a very customizable theme.

    This should normally be done via a child theme.

    #261519

    In reply to: Filter gifts by user

    danbp
    Participant

    You’re wrong and it is not a BP question.
    If you’re not comfortable with coding, i would at your place use a working plugin instead of trying to customize something i don’t completely understand.

    There is a similar one called Compliments (and up to date). Will be easier (perhaps) to adapt or even use as is for your needs ? 😉

    #261442
    Slava Abakumov
    Moderator
    #261419
    Venutius
    Moderator

    There a plugin that does Favourite notifications:

    https://wordpress.org/plugins/bp-favorite-notification/

    #261389
    dev grl
    Participant

    The wordpress forum sent me back here.

    #261383

    In reply to: Facebook plugin

    jackstoriesorg
    Participant

    Thanks for your try, but I think that this was considered a bit backwards. Our members already can log into the site with Facebook credentials, and they see the FB feed on the front page, that is great but the challenge is getting folks to make the switch with comfort, and to update both the website activity posts and the FB page with a given post so that no one feels left out as the transition progresses.
    Our goal is to make the website the central hub of all interaction where all posting is best and most efficiently done from within the activity post of Buddypress. (from there it should go out to other social sites, in fact several kinds of sites such as Twitter, Google+, FB and so on- this would help reach those who are stuck in a familiar method of engagement)
    So the question remains, has anyone got a good way to post the activity feed (and images) to other sources like Facebook? (other WordPress posts work well with some plugins to create feeds)
    Thanks,
    Victor
    brodtstuff@gmail.com
    prayersforpets1.org

    David Cameron Law
    Participant

    If you install BuddyPress on the main domain you can use the Display Widgets SEO Plus Plugin https://wordpress.org/plugins/display-widgets-seo-plus/ (I’m the developer) to show/hide widgets on specific sections of a site.

    Just released version 1.1.0 which includes specific widget logic support for BuddyPress/bbPress, could set the widgets for the BuddyPress parts of the site to NOT load on non-BuddyPress sections, this would stop some ‘bleed through’ of content from BuddyPress to the rest of the site.

    That being said, from an SEO perspective (my background is SEO) there are other issues that could leak out to potential Google visitors.

    Check this Google search: https://www.google.com/search?q=WordPress+Plugin

    Note the WordPress Plugin Repository listing (1st result) has six additional indented results (called sitelinks: https://support.google.com/webmasters/answer/47334?hl=en).

    The 6 links for the WordPress Plugin Repository listing are benign, but if there was an adult section of WordPress it could be listed as a sitelink.

    From a WordPress perspective there’s also the core WordPress Search functions. The Static Pages that BuddyPress uses for ‘holding’ the BuddyPress specific output can be found via a search. If you have the default BuddyPress setup try using the WordPress Search Form to search for the word “Members”.

    This will find your BuddyPress Members Directory Holding Page.

    Same result with “Registration”, “Activate” and “Activity”.

    It’s difficult to prevent bleed through of different types of WordPress content, so if your client is conservative I’d suggest a sub-domain/other domain to play it safe and manually add interlinking via Text Widgets and Nav Menu Links.

    David Law

    #261369

    In reply to: Facebook plugin

    Venutius
    Moderator

    I’m not sure about integrating fb into the activity feed but you can display the FB page activity in a widget with Custom Facebook Feed, also there are a couple of Social Login plugins to allow FB users to log in to your site using their fb credentials.

    #261359
    Venutius
    Moderator

    Have you tried asking on the WordPress forums? the activation email is a feature inherited from their so they might have an idea

    #261358
    Venutius
    Moderator

    Actually I’ve opened an enhancement ticket about this: https://bbpress.trac.wordpress.org/ticket/3025#ticket

    I’d still post your question in the bbPress forum, maybe I’m missing something.

    https://bbpress.org/forums/

    #261345

    In reply to: BP Issues

    Venutius
    Moderator

    https://wordpress.org/plugins/admin-tools/

    This one claims to be able to hide parts of the admin bar

    #261344

    In reply to: BP Issues

    dunnjust
    Participant

    Thank you for your help.

    4. I’d like to keep the right part of the Admin bar because it provides notifications and other important user functionalities. The Left part is what I’d like to remove. The WordPress Logo and Site Title give users access to the dashboard. I don’t think that plugin allows for this.

    #261342
    Venutius
    Moderator

    Yes the default operation in BP groups is that you can only invite friends of your BP Profile. You can change this behaviour with Invite Anyone, which gives you the ability to invite your friends to join the site and for you to invite any BP user to the group, not just your friends.

    Another plugin that you might like to think about is BP Auto Group Join, with this plugin you can ensure all new site members automatically join a group.

    With these two plugins, you can invite your friends to join your site and make sure they all join your group at registration.

Viewing 25 results - 3,826 through 3,850 (of 22,651 total)
Skip to toolbar