Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 7,476 through 7,500 (of 14,260 total)
  • @robin-w

    Moderator

    great – glad you are fixed

    @robin-w

    Moderator

    you have two options

    1. delete everything and start again
    dashboard>tools>forums>reset forums

    2. 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

    @robin-w

    Moderator

    you should have version 2.5.14 which is the latest authorised release.

    Download

    @robin-w

    Moderator

    cross posted with yours, both solve the issue, so go with yours

    @robin-w

    Moderator

    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 pc

    The 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.php

    Finally in your theme’s custom css area put

    
    #bbpress-forums ul.bbp-replies {
    border : none ;
    }		
    
    .rew-border {
    border: 1px solid #eee;
    }		

    @robin-w

    Moderator

    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

    @robin-w

    Moderator

    ok,

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %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 pc

    The 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.php

    You 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

    @robin-w

    Moderator

    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?

    @robin-w

    Moderator

    bbp style pack

    once activated go to
    dashboard>settings>bbp style pack>Buttons

    In reply to: Private Topic

    @robin-w

    Moderator

    no is the simple answer

    In reply to: Visual Editor Forums

    @robin-w

    Moderator

    no problem, yes this is a sub plugin for bbpress, so install bbpress first, then this

    @robin-w

    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>forum templates and select alternate template

    @robin-w

    Moderator

    can you list the plugins you have?

    In reply to: Visual Editor Forums

    @robin-w

    Moderator

    and yes you can have categories and sub categories etc,

    In reply to: Visual Editor Forums

    @robin-w

    Moderator

    you can add visual editor to the bbpress forms in and do many other things using

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/reply form

    @robin-w

    Moderator

    Great – glad you are fixed, and thankyou

    @robin-w

    Moderator

    I’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/

    @robin-w

    Moderator

    no problem

    @robin-w

    Moderator

    you can put the code in your child theme functions file or put it in a plugin like this which is probably easier

    Code Snippets

    @robin-w

    Moderator

    we have a privat area for admins only.

    How is this set to private ? If only admins, then it should be set to hidden

    @robin-w

    Moderator

    at the footer we have statistc Information by widget for example “newest theme” .

    which widget are you using?

    @robin-w

    Moderator
    function custom_bbp_sub_forum_list() {
      $args['separator'] = ';' ;
      return $args;
    }
     add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );

    or use

    bbp style pack

    to get the lists vertical

    In reply to: Visual won’t show

    @robin-w

    Moderator

    great glad you are fixed

    In reply to: Visual won’t show

    @robin-w

    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply form item 9

    @robin-w

    Moderator
Viewing 25 replies - 7,476 through 7,500 (of 14,260 total)