-
David Cavins replied to the topic Registration Site is blank and link problems in the forum How-to & Troubleshooting 10 years, 5 months ago
It sounds like you need to update your permalink structure: https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
-
David Cavins started the topic BuddyPress 2.5.0-beta1 in the forum Miscellaneous 10 years, 5 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 11 years, 1 month ago
You could add a page-load listener and look for the
actionusingbp_is_current_action(). To learn more about whatactionoraction_variablesare 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 11 years, 1 month ago
You could add a page-load listener and look for the
actionusingbp_is_current_action(). To learn more about whatactionoraction_variablesare 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 11 years, 1 month 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 11 years, 1 month ago
Hi Zoe-
My memory is that users need to have usermeta with the key
last_activityand a value like2015-06-16 13:29:04to reliably appear in the members directory. You can “repair” this value once the users are imported by visiting (from wp-admin)Tools > BuddyPressthen 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 11 years, 1 month 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
idset as the primary key?
Isidset 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 11 years, 1 month 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
idset as the primary key?
Isidset 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 11 years, 1 month 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.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand 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 11 years, 1 month 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.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand 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 11 years, 1 month 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.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand 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 11 years, 1 month 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.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand 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 11 years, 1 month 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.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand 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 11 years, 1 month 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.phpthen try to create a group?https://gist.github.com/dcavins/a9197f21d7f31b6594bc
I added this to my theme’s
functions.phpand 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 13 years 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 13 years 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 13 years 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 13 years, 1 month 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 13 years, 1 month 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 13 years, 1 month 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
- Load More
@dcavins
Active 2 weeks, 1 day ago