Forum Replies Created
-
In reply to: General Migration Questions
I always find this stuff really annoying – what should be simple takes hours to achieve – hope you get sorted, and if you do, please post what you did here to help others
In reply to: How do I add space between two replies?ok,
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-replies.php
Make a copy of this file to your pcThe edit this file to add this line after line 50
<div class='rew-spacer'> <p/> </div>so you end up with
<?php bbp_get_template_part( 'loop', 'single-reply' ); ?> <div class='rew-spacer'> <p/> </div>Then put this in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-replies.phpYou may need to do some styling to get it how you want it, but I would need to see your site to help on that
In reply to: How do I add space between two replies?so you want a space between each reply – yes ?
If so, you will need to be able to FTP a file to your website – do you know how to do this?
once activated go to
dashboard>settings>bbp style pack>ButtonsIn reply to: Private Topicno is the simple answer
In reply to: Visual Editor Forumsno problem, yes this is a sub plugin for bbpress, so install bbpress first, then this
In reply to: How create category forumonce activated go to
dashboard>settings>bbp style pack>forum templates and select alternate template
In reply to: Strange text on topic form “Content: String”can you list the plugins you have?
In reply to: Visual Editor Forumsand yes you can have categories and sub categories etc,
In reply to: Visual Editor Forumsyou can add visual editor to the bbpress forms in and do many other things using
once activated go to
dashboard>settings>bbp style pack>Topic/reply form
In reply to: no topics display despite of forum has topicsGreat – glad you are fixed, and thankyou
In reply to: General Migration QuestionsI’ve always taken it to mean a MySQL database.
so you are probably looking at converting eg
https://www.mysql.com/why-mysql/white-papers/guide-to-migrating-from-sql-server-to-mysql/
In reply to: bbpress – newest Theme – authorizationno problem
In reply to: bbpress – subforum – Separation-signyou can put the code in your child theme functions file or put it in a plugin like this which is probably easier
In reply to: bbpress – newest Theme – authorizationwe have a privat area for admins only.
How is this set to private ? If only admins, then it should be set to hidden
In reply to: bbpress – newest Theme – authorizationat the footer we have statistc Information by widget for example “newest theme” .
which widget are you using?
In reply to: bbpress – subforum – Separation-signfunction custom_bbp_sub_forum_list() { $args['separator'] = ';' ; return $args; } add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );or use
to get the lists vertical
In reply to: Visual won’t showgreat glad you are fixed
In reply to: Visual won’t showIn reply to: How can members post videos in forum?In reply to: Custom Fieldssorry – I’m just a volunteer, only so much I can do for free
In reply to: Custom Fieldsit shouldn’t create a new menu on the dashboard, just a new item in topic.
If you’d like specific help with your forum (beyond free help) contact me via
In reply to: How to update from Version 1.0-alpha-6although the best that offers is from version 1.1
In reply to: Moderator Approval option for Topics and Replieswhilst this hasn’t been updated in a few years, I think it still works
In reply to: How to export forum open topicsdashboard>topics>all topics and filter for ‘closed topics’ (button)
Use bulk actions to move to trash
then filter for ‘trash’ and use bulk actions to delete permanently