Search Results for 'buddypress'
-
AuthorSearch Results
-
October 23, 2012 at 6:50 pm #143869
In reply to: [Resolved] Logout error
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.
October 23, 2012 at 6:39 pm #143868evagorasc
Participant@modemlooper thank you for your help.
October 23, 2012 at 6:14 pm #143867modemlooper
ModeratorWhen you are not in a BuddyPress loop you can get BP content by using WP author id as it returns same id.
October 23, 2012 at 6:08 pm #143865In reply to: Continuum Magazine Theme Alignement
@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.
October 23, 2012 at 4:58 pm #143862evagorasc
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.October 23, 2012 at 4:38 pm #143861modemlooper
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();`
October 23, 2012 at 4:29 pm #143860In reply to: Users are telling me they can’t register…
October 23, 2012 at 4:19 pm #143859evagorasc
ParticipantMade 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?
October 23, 2012 at 4:05 pm #143858In reply to: Activity Stream Change…
modemlooper
ModeratorYou 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.
October 23, 2012 at 3:21 pm #143855In reply to: Add Profile link to WP Custom Nav Menu
modemlooper
ModeratorPeople 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.
October 23, 2012 at 3:15 pm #143854In reply to: User Registration Problems
ript247
ParticipantStar 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?
October 23, 2012 at 3:12 pm #143853In reply to: Activity Stream Change…
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?
October 23, 2012 at 2:40 pm #143850In reply to: [Resolved] Logout error
Momo
ParticipantOk 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.
October 23, 2012 at 2:30 pm #143848evagorasc
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?
October 23, 2012 at 2:29 pm #143847In reply to: [Resolved] Logout error
Momo
ParticipantI 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.
October 23, 2012 at 12:16 pm #143838In reply to: User Registration Problems
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.
October 23, 2012 at 11:54 am #143836In reply to: User Registration Problems
ript247
ParticipantI’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
October 23, 2012 at 11:24 am #143835In reply to: Activity Stream Change…
9087877
InactiveTry @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.October 23, 2012 at 10:45 am #143833In reply to: Add Profile link to WP Custom Nav Menu
9087877
InactiveEdit:
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.October 23, 2012 at 10:39 am #143832The Eye
ParticipantThanks to you @mercime I appreciate this feedback. This is a voyage of discovery for us, and thanks indeed! xx
October 23, 2012 at 10:00 am #143829In reply to: [Resolved] Logout error
Momo
ParticipantI 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.
October 23, 2012 at 9:18 am #143825In reply to: [Resolved] Logout error
Momo
ParticipantI 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!!!!
October 23, 2012 at 9:12 am #143824In reply to: How do I find code snippets
9087877
Inactivewp-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/October 23, 2012 at 8:36 am #143822In reply to: Add Profile link to WP Custom Nav Menu
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
October 23, 2012 at 8:21 am #143821In reply to: Add Profile link to WP Custom Nav Menu
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?
-
AuthorSearch Results