After active BPCP plugin, event detail redirected to 404 page.
link: events/<event-post-title>
https://www.ads-software.com/extend/plugins/buddypress-custom-posts/
]]>Some example use cases could go a very long way to promote wider use of this plugin. It doesn’t even have to be hands-on use cases, or even involving code at all, but just some examples of basic use.
What can a developer do with this plugin, with fair ease?
Edit: I just read this post and it actually provides quite a few good use case examples.
My #1 use with this plugin (though I wouldn’t be able to implement it myself) would be a group integration with WP-Wiki to mimick the BP-Wiki plugin. My hope is that wiki pages within a certain tag/category could be displayed as a tab in a group. How about that?
https://www.ads-software.com/extend/plugins/buddypress-custom-posts/
]]>In the file “view.php” I changed these lines:
function redirect_upload_iframe( $source ) {
return get_bloginfo( 'wpurl' ) . '/wp-admin/' . $source;
}
… notice the use of ‘wpurl’ instead of ‘url’
Kind regards,
Leo Thiessen
Programmer/Web Developer
https://www.ads-software.com/extend/plugins/buddypress-custom-posts/
]]>Because of the non-functional API plugin isn’t useful – that’s bad.
]]>Hi, I am using your EventPress plugin with BuddyPress (all the latest versions). I added a type/index.php file to my theme in order to overwrite the default events directory page. (Let me know if there is a better way of doing this).
My issue is that I am using query_posts() to overwrite the query and encountered a paging issue. Here is my code:
$query = $wp_query->query_vars;
$query['nopaging'] = 0;
if( !$query['paged'] ) $query['paged'] = 1;
query_posts($query);
I am using next_posts_link() and get a 404 regardless of permalink structure. Actually, I am being redirected to the homepage, but I assume it is because it cannot find the paged events page.
Any help would be appreciated… and thanks for the EventPress plugin. Great work!
https://www.ads-software.com/extend/plugins/buddypress-custom-posts/
]]>I installed “BuddyPress Custom Posts” but could not fnd the setting page or Tools page to create BuddyPress Custom Posts. Where is that?
https://www.ads-software.com/extend/plugins/buddypress-custom-posts/
]]>