Hi there,
Is it possible to create more user roles based on their post level? For example, if a user is new and has less than 5 posts, their little name badge would be “Newbie”.
Many thanks!
Hi there,
Is it possible to create more user roles based on their post level? For example, if a user is new and has less than 5 posts, their little name badge would be “Newbie”.
Many thanks!
Hi there,
can anyone recommend a free plugin that allows users to collect points based on new topics created, posts etc and then redeem the points for goods (physical and digital)
I have seen myCred, but it seems a bit too complex so wondered if there are any others out there?
Thanks!
Does anyone have any experience/wisdom regarding the pros and cons of installing the bbpress plugin in one’s existing domain/site installation vs. setting it up in a sub-domain of the existing site?
I’ve Googled this to death but can only find limited, conflicting information. Thanks.
Hey everyone,
I am currently setting up a new bbPress Forum and I made a custom template page which works fine but I can’t figure out why the forum injects in the wrong place (or if it works like this at all).
I have the tagdiv Newspaper Theme installed and I usually layout my pages with the tagdiv composer.
For the custom page template I took the code from the page.php from the tagdiv Composer directory adjusted it for my needs and then saved it to plugin-bbpress.php inside the Template root directory.
I also created a page with tagdiv Composer with a layout with three columns, bbPress is supposed to be in the middle one. When I do a static page and add the bbCode shortcode
What I tried now is to use the same shortcodes from the tagdiv composer to create a custom template for the whole bbPress forum (in. So my code in the plugin-bbpress.php file looks like this:
if (have_posts()) { ?>
<?php while ( have_posts() ) : the_post(); ?>
<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
<div class="<?php if (!td_util::tdc_is_installed()) { echo 'td-container '; } ?>tdc-content-wrap">
<?php echo do_shortcode('[tdc_zone type="tdc_content"][vc_row full_width="stretch_row_1400 td-stretch-content"][vc_column][vc_row_inner][vc_column_inner width="1/3"][td_block_list_menu menu_id="14949"][/vc_column_inner][vc_column_inner width="2/3"][vc_column_text]
'.the_content().'
[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]'); ?>
</div>
</div> <!-- /.td-main-content-wrap -->
<?php endwhile; ?>
<?php
}
On the frontend the shortcodes are renderd fine by the tagdiv Composer but bbPress injects over or before the columns and not in the middle one as I want it to (and where the the_content() function should place it).
Any ideas how I can get this to work or any other ideas how to achieve this?
Thanks!
Newspaper Version 10.1
bbPress Version 2.6.4
Here’s the link to the static page: https://prime-surfing.de/profile-copy/
And here’s one with the custom page template: https://prime-surfing.de/prime-surfing-forum/forum/prime-surfing/
P.S.: Please don’t mind the mess with the other pages, still under consutruction.
Hi there,
Can anyone tell me which file controls the links in posts so I can make them open in a new window?
Thanks!
Hi,
I have noticed that the date on the last post column is not correct.
I made a post today, yet it is saying it was made 3 days ago:
https://ibb.co/f1QsWmj
Does anyone know how to fix this?
Thanks
Hi there,
I need to fix something urgently before launching the website.
When a user posts a message and tried to add paragraphs on new lines, it is not adding in new lines.
instead it is just adding a block of solid text.
Can anyone suggest what I can do to fix this
Thank you.
Dear Team,
thanks for creating this amazing plugin but the problem is when i create the page it dont show any topic in it.
see the above link i create one topic at backend but it dont show me any topic there.
is there anything wrong in configuration of ime.
can you help me in it also
as you can see in permlink it showing twom time forums forums how can i remove it????
please help
Is there any code highlighter that works from the front end on forums (bbpress). I have installed a couple but they only work for the admin from within “Posts”. I cannot access the same functionality form creating forum posts or replying to forum post from the front end.
I’m a very experienced WordPress user/developer but a newb with bbpress.
Wondering if anyone here has a WordPress.org “Favourites” list or a list in general they can share of “Must haves” for bbpress installs in 2020.
Strong preference for free solutions.
For myself, the first project I want to build is for a non-profit.
Would like to build it where forum access is based off an active IRL membership that can be managed in WP.
Need a way to integrate with a RICH editor and support multiple ways of getting outside images into posts. eg: Google Photos, Flickr, Imgur, Instagram etc. (Do not want to host user images)
Will probably upgrade at a later date to integrate buddypress as well.