Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 26,201 through 26,225 (of 68,915 total)
  • Author
    Search Results
  • #143869
    9087877
    Inactive

    @yangman it may be because I am using the same notepad++ from like 3 years ago and I have failed to update the software.

    #143868
    evagorasc
    Participant

    @modemlooper thank you for your help.

    #143867
    modemlooper
    Moderator

    When you are not in a BuddyPress loop you can get BP content by using WP author id as it returns same id.

    #143865
    @mercime
    Participant

    @dyst4f Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your continuum theme folder in server during the compatibility process.

    #143862
    evagorasc
    Participant

    @modemlooper Thank you! That did it.
    get_the_author_id() as well as bbp_get_reply_author_id() seem to both work just fine.
    get_post_author_id() and $bp->displayed_user->id don’t seem to work for me though.

    #143861
    modemlooper
    Moderator

    `$user_id = $bp->displayed_user->id;

    $location = xprofile_get_field_data( ‘Location’, $user_id ) ;
    echo ‘Location: ‘ . $location;

    if that doesnt work try getting the_author_ID(); or get_post_author_id();`

    #143860
    ript247
    Participant

    @tvanes did you ever find a solution to this problem?

    #143859
    evagorasc
    Participant

    Made some progress with this, but still need help. I figured that I could simply add something like this underneath the avatar:

    Code:
    $location = xprofile_get_field_data( ‘Location’, 10 ) ;
    echo ‘Location: ‘ . $location;

    However, notice the hard-coded “10” there which is an ID. This needs to be the ID of each user in the replies table and it changes with each table row inside the “loop-single-reply.php” file. I don’t mind changing the template file and keeping a record for it when upgrades come, but how do I know the ID of each user in the bbPress posting loop?

    #143858
    modemlooper
    Moderator

    You should create a custom component. This may be out of your coding skill level but you can check out the BuddyPress skeleton component plugin for example code.

    #143855
    modemlooper
    Moderator

    People can create any plugin they want and even charge for plugins. However, its in bad taste to find any thread related and post links to a paid plugin. This is what is generally called spam.

    I want to point out that I tried your plugin and while it may do as advertised, the method of overriding a template file is bad. You need to learn how BuddyPress creates the user menu. It’s not the same as WP menus. Overriding a template file that places a WP menu into that space is not a good strategy.

    #143854
    ript247
    Participant

    Star date ript247 “Still cant create new accounts” Deactivated all plugins not a plugin issue. Narrowed it down to buddypress installation in itself. How can/do I resolve this problem?

    #143853
    richcoy
    Participant

    @shawn38 , Thanks. Doesn’t the BP FriendPress plug in handle some of what I’m looking for. It only has 1 star, is it not supported anymore?

    #143850
    Momo
    Participant

    @shawn38

    Ok I just downloaded the plugin from WP, unzip it and open the php file with Notepad (the default one with Windows), the white space is there right after ?>.

    I again opened it with Notepad++, the white space is also there. Wonder why your Notepad is not showing.

    #143848
    evagorasc
    Participant

    @johnjamesjacoby i am running the latest version of BuddyPress and bbPress together (running bbPress as site-wide forums integrated with BuddyPress). I would like to add any custom xprofile BuddyPress fields that I created underneath the avatar of a user in the forums.

    The actual code that writes out the replies loop is inside the “loop-single-reply.php” file of the bbPress plugin. But how do I connect to BuddyPress and display any xprofile fields that I want though?

    #143847
    Momo
    Participant

    @shawn38

    I did not use any editor for that matter. I edited the php file directly in Plugin/Editor of WP.

    The white space is after the closing tag “?>” , I just did a backspace to eliminate it. That’s all I did.

    The white space could have appeared in the Plugin/Editor after installation…..I’m not sure of that.

    #143838
    ript247
    Participant

    @shawn38 @mercime I really need help. Can’t create new users since I launched site not a good look. Page just refreshes with password fields empty. Can’t crate a new topic on buddypress to address this topic, doubly agitating:-( I don’t want to be an asterik and start breaking in on most recent topics to get my topic heard. Emailed the issue to the higher ups of idk land to resolve the topic creation issue nothing. Someone Help me please this is ridiculous 19 pages of registration issues none related to my topic that stands out as a way to resolve this.

    #143836
    ript247
    Participant

    I’m having the same problem can’t create new users page just refreshes, and to top it off I can’t create a topic on buddypress forum, when I click create a topic it says”page not found. So I’m forced to troll topics . Need Help Now

    #143835
    9087877
    Inactive

    Try @modemloopers plugin:
    https://wordpress.org/extend/plugins/buddypress-extended-settings/
    By the way I need a prayer request so I am interested in your site.

    #143833
    9087877
    Inactive

    Edit:
    I am not trying to personally attack you but there is a pecking order and you have not earned the right to charge for a plugin yet. I program stuff like this while I am asleep so I have no use of your code other than testing it so non-programmers may benefit. People I respect are @mercime @hnla @r-a-y @djpaul @boonebgorges @johnjamesjacoby They never charge for helping a soul.
    Your a developer just like me so please do not use the word “we” to address me. You are an individual trying to sell a single plugin with with no credentials at all so don’t mislead people into thinking your some big corporation by using that word. Its condescending to speak to a fellow developer in that manner. @modemlooper has already made plugins free of charge and he has a ton of experience more than I have, and probably more than you as well. His plugins are solid so I am inclined to give links here for the sake of open source:
    This is a awesome plugin for free:
    https://wordpress.org/extend/plugins/buddypress-profile-menu/
    This is another awesome plugin for free that allows you to do many things including changing order of buddypress profile items among other things.
    https://wordpress.org/extend/plugins/buddypress-extended-settings/
    All credit goes to @modemlooper for his dedication and contributions to open source software. @r-a-y also has some awesome plugins that still are functional.

    The Eye
    Participant

    Thanks to you @mercime I appreciate this feedback. This is a voyage of discovery for us, and thanks indeed! xx

    #143829
    Momo
    Participant

    @shawn38

    I really don’t know what’s going on with the plugin. There’s no special setting to do, just install and activate, as simple as that. But each time I activate the plugin, the same logout error occur. I’m on WP 3.4.2, BP 1.61 and Frisco 1.5.04 (I’ve also tried BP-default)

    I’ve no problem with the other BP plugins now (just tested them) after I did the manual WP install as suggested by @modemlooper. I’ve re-installed your plugin thru’ WP dashboard and manually via FTP, the problem persisted. I’ll comeback to it later after I’ve build up my site. You might want to look into this and hopefully more people can help pin down this issue.

    #143825
    Momo
    Participant

    I deleted wp, did a manual install, install BuddyPress, set it up and activate. Chose BP-default theme and install the plugin ‘BP Adminbar For Admins Only’……try logout……the same blank page with http://mydomain.com/wp-login.php?action=logout&_wpnonce=9ae5d4dc54

    HELP!!!!

    #143824
    9087877
    Inactive

    wp-content/plugins/buddpress/bp-core/bp-core-adminbar.php
    If you wanna change lables then see the codex. Its simple as can be.
    https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/

    #143822
    sensibleplugins
    Participant

    @shawn38 We really appreciate your offer, but we’d then have to do the same to all users who ask and it wouldn’t be fair to anyone who had bought the Pro version. Having said that, the free version does provide an excellent venue for you to test the bulk of the plugin’s functionality.

    Thanks for understanding :)

    #143821
    9087877
    Inactive

    @sensibleplugins I want a copy of the pro version for testing purposes and if it works correctly I will give you a good testimonial on your site. Let me know if your willing to let me test it?

Viewing 25 results - 26,201 through 26,225 (of 68,915 total)
Skip to toolbar