Forum Replies Created
-
In reply to: Forum Index only displaying one forum
That is very strange.
Can you contact me via the email in my website
http://www.rewweb.co.uk, as I need you to send me some info
In reply to: Sorting Forumsmy style pack plugin allows you to do that
once activated go to
dashboard>settings>bbp style pack>Forum Order
In reply to: Forum Index only displaying one forumI am author of the style pack plugin, and 4.0.3 shouldn’t have anything that would affect your site, but please as a test, deactivate it and check that it is not causing any issue, you will not lose any settings, and as soon as you have looked you can re-enable it.
Then come back
In reply to: bbpress – subforum – Separation-signgreat – glad you are fixed
I’ve just added this functionality to my style pack plugin
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Display
dashboard>settings>bbp style pack>Topics Index StylingIn reply to: BBpress seems to not have updated in 3 yearsgreat – glad you are fixed
In reply to: BBpress seems to not have updated in 3 yearsyou have two options
1. delete everything and start again
dashboard>tools>forums>reset forums2. just deactivate and delete 2.6 and install 2.5.14 – that should work, but I’m not sure whether 2.6 has anything funny in changes to the database
In reply to: BBpress seems to not have updated in 3 yearsyou should have version 2.5.14 which is the latest authorised release.
In reply to: How do I add space between two replies?cross posted with yours, both solve the issue, so go with yours
In reply to: How do I add space between two replies?ok, take the change above out.
Then find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.php
Make a copy of this file to your pcThe edit this file to be this
<?php /** * Replies Loop - Single Reply * * @package bbPress * @subpackage Theme */ ?> <div class='rew-border'> <div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header"> <div class="bbp-meta"> <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span> <?php if ( bbp_is_single_user_replies() ) : ?> <span class="bbp-header"> <?php _e( 'in reply to: ', 'bbpress' ); ?> <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a> </span> <?php endif; ?> <a href="<?php bbp_reply_url(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a> <?php do_action( 'bbp_theme_before_reply_admin_links' ); ?> <?php bbp_reply_admin_links(); ?> <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?> </div><!-- .bbp-meta --> </div><!-- #post-<?php bbp_reply_id(); ?> --> <div <?php bbp_reply_class(); ?>> <div class="bbp-reply-author"> <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> <?php if ( bbp_is_user_keymaster() ) : ?> <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?> <div class="bbp-reply-ip"><?php bbp_author_ip( bbp_get_reply_id() ); ?></div> <?php do_action( 'bbp_theme_after_reply_author_admin_details' ); ?> <?php endif; ?> <?php do_action( 'bbp_theme_after_reply_author_details' ); ?> </div><!-- .bbp-reply-author --> <div class="bbp-reply-content"> <?php do_action( 'bbp_theme_before_reply_content' ); ?> <?php bbp_reply_content(); ?> <?php do_action( 'bbp_theme_after_reply_content' ); ?> </div><!-- .bbp-reply-content --> </div><!-- .reply --> </div> <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-single-reply.phpFinally in your theme’s custom css area put
#bbpress-forums ul.bbp-replies { border : none ; } .rew-border { border: 1px solid #eee; }
In reply to: General Migration QuestionsI 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