Forum Replies Created
-
Hi briKou,
thank you – although I think that example is meant for versions earlier than 1.7? nevertheless I’ll give it a try. I was looking for something to use inside a class like in the example in the codex, but I haven’t fully understood itany clues?
I did further tests.
If I try to disable bbpress only, I still don’t get it working; however I noticed that I can attempt to send private message replies – although it will throw an error after redirect and page reload.
If I try to disable all other plugins (including bbp) it still doesn’t work. Could it be my own theme? It’s hard to debug…Anyone ever ran across similar problems?
🙁
my header-buddypress.php:
starts with `include ( ‘header.php’ );` then some html tag, no php
rather than copying the contents of header.php and have duplicate code I thought it’s better to use includesame for footer-buddypress.php, I first close the html tags I had openend in header-buddypress.php then include the footer.php
there shouldn’t be duplicates of `wp_head()`; either I type `wp_head()` or `include( ‘header.php’ )` where `wp_head()` is called once, what would be the difference?
however, I just noticed that the members page / activity page is ok; what is not ok are the individual member profile pages
I’ve developed my own theme, I just copied the files provided into my own theme, then added a simple div tag in header-buddypress and closed in footer-buddypress to encapsulate it inside my existing css blocks
if I don’t create these two files buddypress will look funny
sorry for the confusione about my sentence above, I meant I’m not using a third party theme, I’m developing my own and embedding buddypress into it with BP Template Pack
other than the issues mentioned above, my buddpress and wordpress installation are working fine; the duplicate wp_head is not really giving me serious issues (apart from that redirect problem at the moment), however it’s wrong to have repeated js and css in a page
is this the issue I’m experiencing?
https://buddypress.trac.wordpress.org/ticket/3725
looks like fixed in 1.6, is it?
thanks Paul
oh ok I see.. well I guess I’ll turn off altogether all profile activities at this point because I don’t use groups, forums with bb2.0 are not supported and commenting on posts is neither
I’ll look forward for BP1.6
is much code going to change from bp1.5.x to 1.6? right now I’m developing some custom theme for wp/bb/bp and customising the profile pages as well (like inserting new tabs…) I hope it won’t break when I’ll upgrade to 1.6
thanks
so what’s preventing to the comments to custom post type posts to appear in the activity feed? or do I have to modify the comments template?
Thanks Paul
Oh I see..
So both the forum tab and forum activity on the activity feed are disabled because of lack of support for BBpress 2.0 plugin?
But how about the reason why comments made on other custom post types posts won’t work? is it the for similar reasons? ( in that case unsurprisingly because BBPress 2.0 is essentially cpt at work)
will that be fixed altogether with 1.6? and when 1.6 is going to be released, realistically?
thank you!
oh thank you guys I used the function as advised, works