-
David Cavins started the topic BuddyPress 2.5.0-beta1 in the forum Miscellaneous 8 years, 8 months ago
BuddyPress 2.5.0 Beta 1 is now available for testing. You can download the 2.5.0-beta1 zip or get a copy via our Subversion repository. We’d love to have your feedback and testing help.
Read more about the beta here: https://buddypress.org/2016/02/buddypress-2-5-0-beta-1/
Thanks for your testing help!
—-
Please do not report issues in this t…[Read more]
-
David Cavins replied to the topic adding pretty URLs as filters to a group directory? in the forum How-to & Troubleshooting 9 years, 4 months ago
You could add a page-load listener and look for the
action
usingbp_is_current_action()
. To learn more about whataction
oraction_variables
are set as you browse your site, I recommend adding r-a-y’s BP Footer Debug plugin: https://gist.github.com/r-a-y/5736878Page loads are often caught on the action
bp_actions
.You’d have to do some more…[Read more]
-
David Cavins replied to the topic adding pretty URLs as filters to a group directory? in the forum How-to & Troubleshooting 9 years, 4 months ago
You could add a page-load listener and look for the
action
usingbp_is_current_action()
. To learn more about whataction
oraction_variables
are set as you browse your site, I recommend adding r-a-y’s BP Footer Debug plugin: https://gist.github.com/r-a-y/5736878Page loads are often caught on the action
bp_actions
.You’d have to do some more…[Read more]
-
David Cavins replied to the topic How to call groups by a different name in the forum How-to & Troubleshooting 9 years, 4 months ago
Your best best is to create a new language file, then you can customize nearly all of the strings:
-
David Cavins replied to the topic Member import in the forum Installing BuddyPress 9 years, 4 months ago
Hi Zoe-
My memory is that users need to have usermeta with the key
last_activity
and a value like2015-06-16 13:29:04
to reliably appear in the members directory. You can “repair” this value once the users are imported by visiting (from wp-admin)Tools > BuddyPress
then selectRepair user "last activity" data
. In fact, it probably wouldn’t hurt…[Read more] -
David Cavins replied to the topic [Resolved] Groups function is broken in the forum How-to & Troubleshooting 9 years, 4 months ago
Hi @pilha-
That’s totally weird behavior. It seems like the table in your database has lost its mind. 🙂
Can you check the structure of the table
wp_bp_groups
? What I want to know is:Is
id
set as the primary key?
Isid
set to auto-increment?Since you’ve already emptied records from the database, I suspect you’re familiar with some…[Read more]
-
David Cavins replied to the topic [Resolved] Groups function is broken in the forum How-to & Troubleshooting 9 years, 4 months ago
Hi @pilha-
That’s totally weird behavior. It seems like the table in your database has lost its mind. 🙂
Can you check the structure of the table? What I want to know is:
Is
id
set as the primary key?
Isid
set to auto-increment?Since you’ve already emptied records from the database, I suspect you’re familiar with some software for MySQL…[Read more]
-
David Cavins replied to the topic [Resolved] Groups function is broken in the forum How-to & Troubleshooting 9 years, 4 months ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.php
then try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.php
and the file that it created (groups_group_after_save_args.txt
) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic [Resolved] Groups function is broken in the forum How-to & Troubleshooting 9 years, 4 months ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.php
then try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.php
and the file that it created (groups_group_after_save_args.txt
) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic in the forum [Resolved] Groups function is broken 9 years, 4 months ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.php
then try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.php
and the file that it created (groups_group_after_save_args.txt
) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic in the forum [Resolved] Groups function is broken 9 years, 4 months ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.php
then try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.php
and the file that it created (groups_group_after_save_args.txt
) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic in the forum [Resolved] Groups function is broken 9 years, 4 months ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.php
then try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.php
and the file that it created (groups_group_after_save_args.txt
) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic in the forum [Resolved] Groups function is broken 9 years, 4 months ago
Hi Pihla-
I can’t reproduce the problem you’re having. Can you add a tracer to your theme’s functions file or to
bp-custom.php
then try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.php
and the file that it created (groups_group_after_save_args.txt
) ended up at the root of my site.…[Read more] -
David Cavins replied to the topic [Resolved] Wrong permalinks for BuddyPress Pages With IIS/SQL Server 2012 in the forum How-to & Troubleshooting 11 years, 4 months ago
Shuklaamar- Be aware that if you edit core files as that web page suggests, you’ll have to make that same edit every time you update WordPress.
Honestly, my experience with WordPress on IIS hasn’t been that great. The rewrite/redirects are one thing, but the FastCGI implementation is not very robust, which can cause grief.
Polly- Your problem…[Read more]
-
David Cavins replied to the topic Help with action variables and catching a URL in the forum Creating & Extending 11 years, 4 months ago
I did solve this by moving the logic that enables the action into the screen function, instead of attaching a separate function to bp-actions.
So the screen function first looks to see if that action is requested. If so, it does it, then redirects. Otherwise it isn’t enabled and the template kicks in.
This is the approach taken in the…[Read more]
-
David Cavins replied to the topic Help with action variables and catching a URL in the forum Creating & Extending 11 years, 4 months ago
I’ve altered this slightly to make it more like the BP-Skeleton-Component’s example (adding the screen name to the uri) and my action is still not catching the URI:
My button’s link looks like:
http://site.local/members/username/library/maps/delete-map/57/2/value?_wpnonce=12345678My action’s filter:
if ( bp_is_current_component( 'library' ) &&…
[Read more] -
David Cavins replied to the topic [Resolved] Wrong permalinks for BuddyPress Pages With IIS/SQL Server 2012 in the forum How-to & Troubleshooting 11 years, 4 months ago
That’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.
-
David Cavins replied to the topic [Resolved] Wrong permalinks for BuddyPress Pages With IIS/SQL Server 2012 in the forum How-to & Troubleshooting 11 years, 4 months ago
What happens to your site if you switch your permalinks to simply be http://localhost/wp-sqlsrv/%postname%/ or http://localhost/wp-sqlsrv/%month%/%postname%/?
-
David Cavins replied to the topic [Resolved] Wrong permalinks for BuddyPress Pages With IIS/SQL Server 2012 in the forum How-to & Troubleshooting 11 years, 4 months ago
I’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
-
David Cavins started the topic Help with action variables and catching a URL in the forum Creating & Extending 11 years, 4 months ago
I’m adding an action to a simple plugin, and BP seems not to be catching the URL (WP returns a 404). Here’s what I’m trying to do:
User clicks on the link to perform the action. The anchor has the url:
http://site.com/members/username/library/delete-map/57/2/value?_wpnonce=cc13d43458The link returns a 404 page, but I’m able to check that the…[Read more]
@dcavins
Active 1 month, 2 weeks ago