Forum Replies Created
-
In reply to: URL/Permalinks on topics
There are a lot of forums using it (it is my most popular plugin), but seeing features in action depend on the feature used, and if they are allowed for visitors without an account. My website official support forum uses more than 60% of plugin features. The best way to test is via demo website I can set up, just send me a demo request and I will set it up: https://www.dev4press.com/request-demo/.
In reply to: URL/Permalinks on topicsHi,
My GD bbPress Toolbox Pro, has Rewriter feature to enable forum based permalinks for topics and replies (including proper edit pages links).
Regards,
MilanIn reply to: New free plugin: GD Forum Manager for bbPressThanks! Let me know if you think of any new activities that might be useful for this type of editing, for forums or topics.
In reply to: How can I get the category to display in topicTopics don’t have categories. Forums are quite different from the rest of WordPress, so topics belong to forums, and topics can have topic-tags, but they can’t have categories.
In reply to: Code highlighter that works from front end of forum?My GD bbPress Toolbox Pro plugin implements a shortcode for syntax highlighting in the forum topics and replies: https://support.dev4press.com/kb/article/bbcodes-source-code-scode/.
Milan
In reply to: BBCode Plugins for BBPress ?Plugin lists all supported BBCodes and variants. What exactly is not working, can you post some examples?
In reply to: Mod Notifications Reveal all Email AddressMy GD bbPress Toolbox Pro sends mod/admin notifications using the same format as bbPress, with BCC’s.
Also, I can recommend my GD Mail Queue Free or Pro that can take emails with multiple TO/CC/BCC fields, and created and send individual emails using the background queue.
Milan
In reply to: BBCode Plugins for BBPress ?My GD bbPress Tools implements BBCodes: https://wordpress.org/plugins/gd-bbpress-tools/ and many other things.
And I have GD bbPress Toolbox Pro plugin that adds even more BBCodes, it is linked from the free plugin page, so check it out also.
Hi,
My GD bbPress Attachments plugin gets file uploaded through media library, and MIME Types check is done in WP core. So, MIME control code should work. But, many security plugins also limit MIME types, so it might be related to that.
But, my GD bbPress Toolbox Pro https://plugins.dev4press.com/gd-bbpress-toolbox/ has MIME Types control alowing you to add new types and limit upload to select types.
Problem is that WordPress checks actual MIME Type for files, so if the extension is not registered with the file’s real MIME Type, it will fail. If you have archive that you connect to text file MIME, it will fail, because WP uses PHP function to read file MIME if possible.
Milan
In reply to: GD Attachments CountI have replied in the original topic.
In reply to: Clarification about searching mechanicsHi,
I posted update in the plugin original thread, I hope to have update available later this week.
Milan
In reply to: Which widget are you using on this site?I think this is custom built widget for the forums. My plugin GD bbPress Toolbox Pro adds similar widget: https://plugins.dev4press.com/gd-bbpress-toolbox/.
In reply to: How to avoid SMTP server blocking?My plugin GD Mail Queue: https://wordpress.org/plugins/gd-mail-queue/ solves the issue of BCC, and it can capture BCC emails and add them to the queue that is processed in the background as individual emails, so each notification is sent as a separate email, and it won’t get flagged by many email servers. The plugin has many more features, with the goal to replace other SMTP and mailing plugins. It has log, turning emails to HTML, email tests, SMTP configuration and more.
In reply to: Whose online / forum statsThe only plugin that does what you need is my GD bbPress Toolbox Pro: https://plugins.dev4press.com/gd-bbpress-toolbox/ and if you want, I can set demo website for you to test it.
Regards,
MilanIn reply to: Remove hover effect from widgetThis is theme related, it has nothing to do with bbPress, and without providing the link, no one can help you without seeing the issue.
In reply to: HTTP error 500 after PHP 7.2 UpgradeThis is not the bbPress error, it is obviously an error in the function blockchain_replace_the_title() inside your theme.
In reply to: Twentysixteen TroubleHi,
It does use the template of the page because themes with full support for bbPress are very rare, so bbPress is injecting own content into the virtual page, and it uses the page template. You can create a bbpress.php template based on the page.php, and create styling for it, or you can modify styling for the page template when the bbPress is using it to change the width of the content.
Milan
In reply to: How to Hire a bbPress Expert for Quick Consults?Hi,
I am Milan, owner of Dev4Press, and author of many bbPress plugins, including some free on WordPress.org and many premium plugins, and you can see all bbPress related plugins I have here: plugins.dev4press.com/filter/bbpress. If you need help with bbPress, you can contact me via the contact form on my website.
Best regards,
MilanIn reply to: Bb press Forum direct replyNo. Replies can be only to topics, forums can hold only topics.
In reply to: Bbpress Sidebar WidthAs I said, it depends on the theme, there is no magic CSS that can do that for every theme, you should consult your theme author or hire developer to investigate and change it for you.
I can see all the topics and read them. But, I can’t post because you havr disabled anonymous posting in bbPress settings.
In reply to: BBPress Import failBefore import, make sure bbPress plugin is active. WordPress import is importing only post types registered in the moment of import.
In reply to: Bbpress Sidebar WidthThis entirely depends on your theme, sidebars are displayed and styled by the theme. If the theme uses only CSS to set the widths, you should be able to make styles for bbPress pages only that change this. If the theme is responsive with some sort of grid system, it might not be that easy to do.
In reply to: cPanel Dangers?I would never give cPanel access to anyone. Why does he needs it, exactly?
In reply to: Frontend Login & RegisterbbPress has a login and registration widget include to use in the sidebar. It also has shortcodes to embed these forms into pages, so you can use that to make your login/register page and style it using CSS.