Search Results for 'buddypress'
-
AuthorSearch Results
-
June 22, 2013 at 1:17 am #166576
In reply to: new fields on register page
@mercime
ParticipantJune 22, 2013 at 12:29 am #166573modemlooper
ModeratorBuddyPress core has no API for external communication.
There are however, a few 3rd party API plugins.
https://github.com/tweichart/JSON-API-for-BuddyPress
https://github.com/modemlooper/BuddyData
https://wordpress.org/plugins/buddypress-xml-rpc-receiverBuddyPress Android app: https://play.google.com/store/apps/details?id=org.yuttadhammo.buddydroid
BuddyMobile web app: https://wordpress.org/plugins/buddymobile
There is a WordPress json API project happening and I may rewriting BuddyData to have buddyPress endpoints to work with that API. https://github.com/rmccue/WP-API
June 22, 2013 at 12:05 am #166572In reply to: Request membership button?
@mercime
Participant@agreenmail @agreenmail I was using the Twenty Twelve theme when I made the tutorial “How to Join a Private Group” around a month ago in this page https://codex.buddypress.org/user/buddypress-components-and-features/groups/how-to-join-a-private-group/
June 21, 2013 at 11:41 pm #166570In reply to: BuddyPress Minecraft Server Group Error
@mercime
ParticipantI want to safely remove this
@shygirl1999 rename the BuddyPress plugin folder in server or delete it entirely.June 21, 2013 at 11:40 pm #166569In reply to: Buddypress pages not appear correctly
June 21, 2013 at 11:03 pm #166565Henry
MemberAs far as I am aware this isn’t default behaviour of BuddyPress or bbPress so it would seem you have a rogue redirect in place somewhere which is resulting in users being taken to the register page. Places to check for the redirect are:
1. .htaccess
2. Any plugins you’ve installed
3. Any custom code you’ve addedI’d start by deactivating every plugin (aside from BuddyPress), remove any custom coding you have in place, use the default theme and then see if the problem is resolved.
June 21, 2013 at 9:24 pm #166558jdarmentrout
ParticipantHello Hugo,
The product is being used out-of-the-box. No mods by me except to setup required areas per instructions.
I am using Weaver II Pro with a variety of BuddyPress plugins.
Of course, if I turn off Friends in the BuddyPress setup all is well.
I fully understand that everyone is a volunteer. But, someone wrote the code. If this is a problem for me today, and was a problem for others in the past, what was the fix? Or did everyone give up? There were no replies that I saw from anyone that said “Oh! Here is what you have to do…”
If you think that successfully posting an Acceptance and receiving an error message that says it wasn’t isn’t a bug, I would like to hear the definition.
I will tell you that in my testing the product is perfect in every way, except for this one issue. Even if the message could be changed in the flag to say “Whoo-Wray” or something it would be better. Where do I find the messages?
I badly want this product to work.
Any words of wisdom?
June 21, 2013 at 6:25 pm #166554wordpress_star
Participantplease help ! reply
June 21, 2013 at 4:33 pm #166552Feeligo
ParticipantThanks for the comments. We added screenshots a couple of weeks after launching the plugin. They can now be found on the plugin page at https://wordpress.org/plugins/buddypress-virtual-gifts-widget-make-money-boost-social-network-engagement/screenshots/
June 21, 2013 at 2:45 pm #166548In reply to: Checking profile field values with PHP
Hugo Ashmore
ParticipantAlways perform a quick search first, sort of topic that has come up a few times.
https://buddypress.org/support/search/?bbp_search=profile+fields
keep scrolling down through them, you’ll find example code to work from.
June 21, 2013 at 12:37 pm #166542shuklaamar1509
ParticipantYaaa thats working. I set my permalink structure in custom option as http://localhost/wp-sqlsrv/%postname%/
Thanks dcavins you save a lot of my time.
thanks again.June 21, 2013 at 12:25 pm #166541David Cavins
KeymasterThat’s interesting. (I don’t see that behavior on my LAMP or IIS installations.)
Do you have the “Custom Structure” option with an empty text field? You could try http://localhost/wp-sqlsrv/%monthnum%/%postname%/ that way.
June 21, 2013 at 12:09 pm #166540shuklaamar1509
Participantall permalinks setting option includes index.php by default. for examle
Default http://localhost/wp-sqlsrv/?p=123
Day and name http://localhost/wp-sqlsrv/index.php/2013/06/21/sample-post/
Month and name http://localhost/wp-sqlsrv/index.php/2013/06/sample-post/
June 21, 2013 at 12:05 pm #166539David Cavins
KeymasterWhat happens to your site if you switch your permalinks to simply be http://localhost/wp-sqlsrv/%postname%/ or http://localhost/wp-sqlsrv/%month%/%postname%/?
June 21, 2013 at 11:58 am #166538shuklaamar1509
Participant@dcavins Thanks for reply.
My permalinks settings are http://localhost/wp-sqlsrv/index.php/%postname%/ .
June 21, 2013 at 11:54 am #166536David Cavins
KeymasterI’ve also used WP on IIS with mixed success. However, I’ve never tried to use SQL Server to host the db. Your rewrite rules look right to me. How have you set your permalink settings up within WP (from the Admin area, it’s at Settings > Permalinks)?
-David
June 21, 2013 at 11:37 am #166535In reply to: Bug in comment feed???
Henry
MemberBug reports can be raised at Trac once you’re sure it’s a bug:
June 21, 2013 at 10:31 am #166531In reply to: [Resolved] How to customize register-page
Henry
MemberWhen a new version of BuddyPress is released and you decide to upgrade, you’ll lose all of the changes you’ve made to BuddyPress core files. Poedit enables you to change labels, URLs and text without editing any BuddyPress core files so you are free to upgrade painlessly each time a new version of the software is released.
June 20, 2013 at 11:59 pm #166516In reply to: Can the friends widget link to a users blog?
SadNinja
Participanthttp://wpmu.org/add-birthdate-email-and-url-fields-to-buddypress-profiles/ lets me add custom fields which is good enough for me. IDK why I didn’t find this sooner but maybe some other dumb person will find this and it will save them some time.
June 20, 2013 at 7:11 pm #166508In reply to: [Resolved] How to customize register-page
aces
ParticipantWordPress and buddypress use a system of language files which can be edited with a special editor such as poedit. Although there is a bit of a learing curve it should be easier than editing individual text strings…
The sentence you refer to is found in the buddypress.pot language file. see : https://buddypress.trac.wordpress.org/browser/tags/1.7.2/bp-languages/buddypress.pot#L5160 – This core file should not be edited. The first link explains what should be done instead.
The 2nd link was if you wanted to change a ‘slug’….
June 20, 2013 at 6:57 pm #166507In reply to: Blog post comments in activity stream?
FRONTBURNR
ParticipantI just downloaded the 1.8 beta and it seems like this issue may be resolved. Admittedly it is still in beta and not intended for public sites yet but it does appear an update is on its way.
Blog comments showed up in my user activity stream at least and I was able to comment back from that stream to the blog.
June 20, 2013 at 6:26 pm #166505In reply to: Request membership button?
agreenmail
Participant(Also just deleted Buddypress on test site and installed a new version manually. No joy again.)
June 20, 2013 at 6:09 pm #166504In reply to: Request membership button?
agreenmail
ParticipantUsing child theme of twentyTwelve. BP 1.7. WP 3.5. Currently on a localserver.
Just switched over to buddypress default. No joy. Then switched back to TwentyTwelve. No joy.
(Should add that I also tried setting up a completely new test site and had the same result. Private group is set.)
June 20, 2013 at 3:43 pm #166495In reply to: Replace BuddyPress profile with custom profile
Eugene
ParticipantI’ll certainly look into this solution more.
When I started I was new to WordPress. Now I’m new to BuddyPress so am looking at the feasibility of integrating or replacing what I’ve written. I have a lot of specifc business rules in the profile I’ve written so I would prefer to use what I have, not to mention not to throw away all my work. The hidden but required fields is just an example of one of the many business rules I’ve written in my plugin.
June 20, 2013 at 3:41 pm #166494In reply to: Amend Members Directory title
Hugo Ashmore
Participant@davol Why are you using the bp-default theme by way of the template pack plugin, the whole thrust of BP 1.7 was to provide theme compatibility, template pack plugin ought to be considered redundant now for new sites/themes.
You should really remove those copied directories and the plugin and just let theme compat take over. If you need to modify templates then you copy them into /my-theme/community/members/index.php
*/community/ or /buddypress/
-
AuthorSearch Results