Forum Replies Created
-
Awesome, thanks a lot!!
Anyone?
Hello, having the same problem here both for comments ant posts on custom posts, trying the following code (for comments) in functions.php, but to no avail:
function bbg_record_my_custom_post_type_comments( $post_types ) {
$post_types[] = 'videos'; // Add your custom post type name to the array. If you have a post type called 'dolphin' then you have a weird plugin
return $post_types;
}
add_filter( 'bp_blogs_record_comment_post_types', 'bbg_record_my_custom_post_type_comments' );I am running Bp 1.5.2 and Wp 3.3… Any kind of help would be really appreciated Thx
Sorry for bumping again…there has to be someone that knows a way to do this??
Bumpidy bump
Hello @hlna, thanks for the answer, I had done a search before and found that thread, but I still have 2 problems:
1/ The functions.php hack does not work since I have my activity loop in several places, and in only one of them I need to filter the activity.
2/ The concatenating solution does not display anything at all…Any other ideas?
Anyone? Sorry for bumping topic, but has been one week and no answer
Ok…thanks, that’s reassuring everything works fine now!
@thekmen I try copy/pasting from the functions.php, but I get a blank page…any clue why?
Hi @travel-junkie!
I am very interested in your plugin, but am wondering about one thing: will it be possible to embed the events map in another place (for example the front page?) . I don’t need any fancy plugin option or anything to do this, just some code that I could paste into my theme…
Hi @Dwenaus
Would you have the possibility to send the release to me too? I think many people want an event plugin, but are not willing to subscribe to wpmu dev for only that plugin (most of their other wpmu plugins are covered by buddypress functionality anyway…)
Thanks a lot!
paul.hockley ‘at’ gmail.com
Found the answer…thx
Never mind, found an answer
Hey Mike! Is there any way to customize this so that you add a tab to filter activity based on one of the profile fields? Thx for your help!
If this kind of plugin would exist for bp, then after the first login, it should redirect people to a page where they should fill in the additional information fields created by the admin and displayed on the sign-up page.
Hello, I have the same problem as many.
My buddypress installation is as follows:
Installed in http://mysite.org/testbp/
Permalinks: /news/%year%/%monthnum%/%day%/%postname%/
When I click on one permalink of the root blog in the recent news section, it brings me to the blog post within the buddypress theme. However when I click on news, I get the header, the sidebar, but where the news should be just : “edit this entry” (without even the leftcol_header_back.gif appearing).
Any ideas?
I am having exactly the same problem…any ideas anyone?
Ok, great! thanks for the answer!