BasePress
Forum Replies Created
-
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Delete sectionsThanks @komitaltrade,
Your review is really appreciated!Hi @tmsrxl,
Yes BasePress Premium version does have a Content restriction feature that allows you to restrict the content with great flexibility.
You can restrict access to any portion of content from “Guests” which will include search engines as well.Thanks
Hi @bradvin,
I just wanted to let you know that version 2.6.6 has a fix for the redirections and 404 pages. Once updated you can remove the filter used to prevent the issues.
Thanks
Hi,
thanks for the confirmation!
Someone else already reported this issue so I’ll make our automatic 301 redirection optional in the next release.Thanks
Hi @claytonchase,
That seems to be a conflict with some other plugin causing wrong redirects.
You can get that working by adding this filter to your functions.php:add_filter( ‘basepress_redirect_301_enabled’, ‘__return_false’ );
Do you happen to use any redirect plugin?
Thanks
Hi @claytonchase,
Thanks for your nice review and I hope you’ll enjoy using BasePress!
Hi @bradvin,
Thanks for your follow up and additional info!
You should be good to go with the filter.
I’ll keep in mind the list of plugins you mentioned for future testing.Thanks
Hi,
Could you also please tell me if you are using any plugin to change permalinks and which one so I can test it for compatibility?
Thanks
Hi there,
can you please try adding this hook to your functions.php and let me know if that fixes it?
add_filter( ‘basepress_redirect_301_enabled’, ‘__return_false’ );
The odd thing about the redirect is that it points to a different post type from another KB plugin.
Thanks
Hi @daviddumonde,
Tags are not supported at this time.
BasePress posts (called articles) are like any WordPress post so yes you can use Gutenberg blocks in the pages.Thanks
Hi,
That’s great!
I hope you’ll enjoy using BasePress!Hi @anjanphukan,
the Modern theme doesn’t output the description in the other pages but we can customise that.
Please follow the instructions on this article on how to customise the templates: https://codesavory.com/knowledge-base/basepress/basepress-themes/customise-theme/The files you want to change are:
single-section.php
two-columns-right.php
two-columns-left.php
full-width.phpIn those templates you can just add the following line after the title inside the header tag:
<p><?php echo $bpkb_knowledge_base->description; ?></p>
If you have problems doing this let me know and I’ll prepare the files for you.
Thanks
- This reply was modified 5 years, 5 months ago by BasePress.
Hi @thillcafex,
the extended content restriction is kind of ready.
I am still running the last tests but it should be release within few days, next week max.Thanks
Hi,
I have not received any reply on this for a few days so I’ll close the ticket.
If you still need help you can always open a ticket from the plugin menu.Thanks