Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,201 through 13,225 (of 73,985 total)
  • Author
    Search Results
  • #258826

    In reply to: Activate Page

    Venutius
    Moderator

    Ah ok, its the same as for the register page, you create a blank page and link it in the Buddypress page settings.

    #258822

    In reply to: Order posts

    ckchaudhary
    Participant

    Hi,
    BuddyPress has little to do with posts’ order. I can bet its something else. You need to provide more details..

    #258821

    In reply to: Order posts

    Venutius
    Moderator

    I think you need to provide more information about this error, Buddypress does not normally work with posts so I would like to know why you think this is BP? If you unload all other plugins does the issue still appear?

    #258816

    In reply to: Activate Page

    Brajesh Singh
    Participant

    Have you associated the newly created activate page in your BuddyPress settings? You can do it from Dashboard->Settings->BuddyPress->Pages screen.

    If you have already done that then please do post the error message that you are recieving.

    #258810
    danbp
    Participant

    Hi,

    the warnings cames probably because the logout function is called twice.
    Check your theme’s functions.php or see for a specific setting.

    Can you test the standard behave with a Twenty theme and BP, and all other plugins deactivated.
    Remove also the custom code while testing.

    If still an issue, consider this plugin. All is in the title, but it redirects to homepage on logout.

    #258804
    shekhar4431
    Participant

    I am sending to notification to multiple users with following code

     bp_notifications_add_notification( array(
    	        'user_id'           => 3,1,
    	        'item_id'           =>$postid,
    	        'component_name'    => 'Event2',
    	        'component_action'  => 'custom_action',
    	        'date_notified'     => bp_core_current_time(),
    	        'is_new'            => 1,
    	    ) );

    but notification is only send to first user id 3. How I will send the notification to multiple user id. Please help

    #258802
    Venutius
    Moderator

    This one should be the answer:

    https://buddypress.org/support/topic/error-404-page-not-found-3/

    However it did not work for me, I’ve raised a thread about it here:

    https://buddypress.org/support/topic/redirect-on-logout/

    It may work for you, since it worked for the other chap

    #258799
    Venutius
    Moderator
    #258794

    In reply to: Forums and Groups

    Earl_D
    Participant

    I believe this shows how to set up sitewide and groups forums together

    Installing Group and Sitewide Forums

    #258789

    In reply to: Trouble uploading File

    danbp
    Participant

    Hi @jeremybivaud,

    without seeing your custom code, it’s difficult to say if you have some issue or conflict with other plugins.

    I can’t help you much for doing your stuff, but have you used the BP_Attachment API ? This can probably help you.

    You may also find some related topics to attachment by searching the forum. 😉

    #258787
    danbp
    Participant

    Oh, i see what you mean now. You want to modify the page title. You used the word WEB in place of site name…. and activity meta title is something different.

    You have to write a function to apply to bp_modify_page_title filter.

    Reference
    You’ll certainly find many snippet for this by searching the forum.

    danbp
    Participant

    i checked the hebrew translation available on GlotPress. It seems to me it is correctly translated.

    Copy/pasting RTL strings doesn’t work here… anyway here what i get (href is LTR here – but is ok in poEdit)
    החשבון שלך הופעל בהצלחה! אתה עכשיו יכול <a href="%s">להתחבר</a> עם שם המשתמש והסיסמא שהכנסת כשנרשמת לאתר.

    #258782
    inzerat
    Participant

    This is part of buddypress. On activity page have meta title description “Side wide Activy – Name of web” a i want change this in bp-custom.php

    #258780
    danbp
    Participant

    This is very vague, can you give details please ?
    Site-Wide Activity – Web is not part of BuddyPress

    #258773
    kyla123
    Participant

    I fixed it. Opened the editor on my theme (style.css) and entered this code at the very bottom:
    #buddypress span.activity { display: none; }

    #258772
    themichaelglenn
    Participant

    @r-a-y

    I found out what was causing the problem for me. I don’t know if the cause is the same for the OP.

    In forum settings, I had unchecked the “Forum Prefix” box (the one that prefixes all forum pages with the root slug “Forums.”) I also had the Search slug set to the default “search.”

    This left the forum search results “script” if you can call it that, pointing to domain.com/search – which I gather is the default search URL for WordPress and BuddyPress?

    Without BuddyPress installed, the forum search still worked, but with BuddyPress installed – nothing. And yet, it was NOT BuddyPress, it was my own lack of understanding. 🙁

    I hadn’t realized that the root search slug, without forums in front of it, would cause a problem. But I did some digging around in all this and discovered that both the twentysixteen theme, and BuddyPress, have pages called “search.php” – so naturally, domain.com/search would point to one of those scripts, and not to bbPress search results. (bbPress does not have a search.php page)

    Anwyay, when I check the Forums Prefix box, and search the forums, the results page loads at domain.com/<strong>forums</strong>/search and everything works perfectly.

    Unforunately I’m using a plugin for bbPress that changes the URL structure and requires me to leave the Forum Prefix box unchecked. But, I found a way around that too – in Forum Settings, I simply changed the search slug to search-results and again, everything works perfectly (and the URL for search-results is now domain.com/search-results which in no way conflicts with domain.com/search)

    I have to say, had you not mentioned the search slug in your response, it never would have occurred to me that it would be the cause of all my frustration. I’m glad to have this resolved, and hope that my explanation is enough that it will be able to help anyone else who might run into the same issue.

    EDIT

    I’ve also discovered that I can set the search slug to forums/search which effectively accomplished the same thing as leaving it on search whilst checking the Forum Prefix box. i.e. they both return the URL as domain.com/forums/search which may not be a huge deal, but it does seem to look prettier than any other URL…

    #258771
    r-a-y
    Keymaster
    #258770
    r-a-y
    Keymaster

    It depends on what you want to do.

    If you are talking about template overrides, then follow this guide:

    Theme Compatibility – Customizing

    If you are talking about code snippets, you can use your theme’s functions.php file or wp-content/plugins/bp-custom.php.

    #258768
    themichaelglenn
    Participant

    When I try and search the forums I get no results and returned to the home page

    I’m having this same problem and it is definitely an issue that is caused by BuddyPress. I’m using WordPress 4.6.1 with the TwentySixteen Theme, bbPress 2.5.10, and BuddyPress 2.6.2.

    When I deactivate all bbPress related plugins, the search still sends me back to the home page. When I deactivate BuddyPress – the search works exactly the way it’s supposed to.

    Is there a file in the BuddyPress theme that I can modify/remove/replace, that will correct this issue?

    #258761
    tizianopitisci
    Participant

    I would like to have on my website the same solution of buddydev.com. See this examples please:

    BUDDYPRESS: https://buddypress.org/members/tizianopitisci/notifications/
    BUDDYDEV: https://buddydev.com/members/tizianopitisci/notifications/

    In buddydev users:
    1. Recive a notification by email with a link inside;
    2. Follow the link;
    3. Make the log-in;
    4. Access the private area

    I wuold like to have the same solution. Do you think is possible?

    Thanks for your help
    Tiziano

    #258757
    ashlealanier
    Participant

    It is not related to the theme, and I’ve deactivated each plugin, besides BuddyPress of course, and ruled out a plugin conflict as well.

    #258752
    ico33
    Participant

    Hi,

    i can’t understand how to solve this 3 questions. I am not expert, i’m not a programmer and I can’t use code.

    1) Logout: when a user logs out from a private page (message, for example) using the Buddypress-Access-Widget, it says “404 error page not found”. It’s obvious. How can i redirect the logout to the Home Page, solving the problem? Is there a solution without using code?

    2) Lost password: in Buddypress Access Widget you can Log-In and Register. No more. If you put a wrong password, the user is redirect to wp-login and this “loses” my site’s look, because it goes to a WordPress branded page. Is there a solution?

    #258751

    In reply to: NING MIGRATION

    Earl_D
    Participant

    It’s not free and I have used but might be what you need.

    Ning To BuddyPress

    #258742
    tizianopitisci
    Participant

    Thank you Henry, I’ve just made the following test:
    -no plugin exept Buddypress
    -defauolt wordpress theme “twenty fifteen”

    but we still have the issue. The point is that the message private as well as the notification area return a “not found page” message instead a “log-in required” message. I’m running the last buddypress version (italian located website).

    Is that a bug?

    #258740
    DamnDramaQueen
    Participant

    Hi Buddy,

    I like to force all the visitors to the register page when they click on any buddypress features such as the members page, activity, member profile.

    Is there a feature I can set , or any codes for it and where to put it?

    Please advise help,
    Thanks

Viewing 25 results - 13,201 through 13,225 (of 73,985 total)
Skip to toolbar