Search Results for 'code'
-
Search Results
-
I am trying to integrate BBPress into a site created with Toolset – Layouts, Types and Views.
The following BBPress shortcodes require an ID parameter:
[bbp-single-forum id=$forum_id]
[bbp-topic-form forum_id=$forum_id]
[bbp-single-topic id=$topic_id]
[bbp-single-reply id=$reply_id]Each of the IDs required above are aliases for the post_id, which Toolset privides a shortcode for. In order to get the templates to work for layouts applied to single Forums, Topics and Replies I need to include the current post ID. The simplest way I can imagine to do this would be as follows?
[bbp-single-forum id='[wpv-post-id]’]
[bbp-topic-form forum_id='[wpv-post-id]’]
[bbp-single-topic id='[wpv-post-id]’]
[bbp-single-reply id='[wpv-post-id]’]Unfortunately I get the following output at the front end?
‘]
This makes clear to me that nested shortcodes are not supported in the BBPress. Is there a straightforward way of extending this functionality, perhaps through the functions.php file? This would create full compatibility with BBPress and Toolset. I couldn’t find any solutions to this shared on this support forum but it seems to me as something that may be a common problem and could have been tackled before.
I hope you can assist.
Hello,
There are multiple topics under a forum. I want recent replies of such topics that are under a specific forum. Short code is available fr recent topics that gets the result from all over the topics that is x forum, or in Y forum.
But I want the recent replies from all topics that are under X forum.
Please suggest some solution for the same.
I am looking for a shortcode or code (so I can make my own shortcode) to add the latest x topics from a specific forum. Like the recent topic widgets does. But in this case I can’t use the widget – so I am looking for a code to get the output of that widget somewhere in the text. I hope that is possible. I looked at the shortcodes on the website, but none of them is useful in my case.
It needs to say show x recent topics of forum with ID=… and then only give the titles with linkTopic: HTML in text
Hi,
Always the same problem, no solution. I tried all sort of things but nothing works.
I always have HTML code in message :
C’est juste la combinaison des articles du CPC…
<p style= »text-align: center; »>Article 771 CPC</p>
Lorsque la demande est présentée postérieurement à sa désignatioAny idea, any clue ?
Hello Support,
http://www.imanicogic.com
Wordpress Version:4.7.5
BBPress Version: 2.5.12This was tried on other themes and our WordPress Developer encouraged us to submit this to you.
==========================
We are trying to redirect Members, Groups, and Activity pages to a custom URL. We are using the following code:function church_bp_page_template_redirect()
{if( ! is_user_logged_in() && ! bp_is_activation_page() && ! bp_is_register_page() && (bp_is_current_component(‘members’) bp_is_current_component(‘activity’) bp_is_current_component(‘groups’))) {
wp_redirect( ‘/imani-secured-login/’ );
exit();
}
}add_action( ‘template_redirect’, ‘church_bp_page_template_redirect’,10 );
However, when BBPress is active, this will not work and will always redirecting to Homepage but if BBPress is activated, the custom code will work perfectly.
Can you please check if there are any conflicts with Buddypress and BBPress in regards to template_redirect?
Thanks!
Hi support team,
I was trying to use your translatetion instructions but unfortunately it has not worked on my case.
1. I downloaded files mo./po. (Go to https://translate.wordpress.org/projects/wp-plugins/bbpress)
2. renamed them accordingly “bbpress-de_DE”
3. uploaded to my server folder “wp-content/languages/buddypress”But still are not working. Any ideas?
Screen shot – https://www.screencast.com/t/Ke8sEFj5Looking forward to your help.
BR, Alex