jtstables (@jtstables)

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

  • jtstables
    Participant

    @jtstables

    OK, working on it.

    Two weeks ago you helped me with an issue under the topic, “Stop users from making topics”.

    You had me to change the following code:

    <?php

    /**
    * Single Forum Content Part
    *
    * @package bbPress
    * @subpackage Theme
    */

    ?>

    <div id=”bbpress-forums”>

    <?php bbp_breadcrumb(); ?>

    <?php bbp_forum_subscription_link(); ?>

    <?php do_action( ‘bbp_template_before_single_forum’ ); ?>

    <?php if ( post_password_required() ) : ?>

    <?php bbp_get_template_part( ‘form’, ‘protected’ ); ?>

    <?php else : ?>

    <?php bbp_single_forum_description(); ?>

    <?php if ( bbp_has_forums() ) : ?>

    <?php bbp_get_template_part( ‘loop’, ‘forums’ ); ?>

    <?php endif; ?>

    <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?>

    <?php bbp_get_template_part( ‘pagination’, ‘topics’ ); ?>

    <?php bbp_get_template_part( ‘loop’, ‘topics’ ); ?>

    <?php bbp_get_template_part( ‘pagination’, ‘topics’ ); ?>

    <?php elseif ( !bbp_is_forum_category() ) : ?>

    <?php bbp_get_template_part( ‘feedback’, ‘no-topics’ ); ?>

    <?php endif; ?>

    <?php endif; ?>

    <?php do_action( ‘bbp_template_after_single_forum’ ); ?>

    </div>

    Could this have caused the problem when they upgraded WP? LIke I said the forum worked great until the upgrade.

    Thanks


    jtstables
    Participant

    @jtstables

    OK, having a new problem. I received an email stating that WordPress had been updated to 4.1.1. Now even though people are logged into my site the forum tells them that to reply to this topic you must be logged in. The system even tells me this as adimn. So I tried I logged out then back in to make sure that would not fix the problem. It didn’t, the forum still tells me that I must be logged in to reply to this topic even though I am logged in


    jtstables
    Participant

    @jtstables

    SUCCESS!!!

    Thank you so much!

    Jason


    jtstables
    Participant

    @jtstables

    Ok. Made the changes but now the topics won’t come up. The only thing is shows in the forum a box that says, “This forum contains 3 topics, and was last updated by admin 13 seconds ago”. But I can’t see the 3 topics that I created.


    jtstables
    Participant

    @jtstables

    Oh, if you couldn’t tell I have made it into the ftp and found the file and the twentyeleven directory.


    jtstables
    Participant

    @jtstables

    Should I use ‘bbpress’ie or should the directory just be wp-content/%your-theme-name%/bbpress ? And should I use %your-theme-name% or should use my theme name, twentyeleven ? I am very confused and don’t want to mess this up.


    jtstables
    Participant

    @jtstables

    I went to the link above on how to create a child theme but when I tried to follow this link,https://make.wordpress.org/training/modules-in-progress/child-theme-module/ it was a 404 error. So I’m going to try and change the main theme. I go to the Twenty Eleven theme directory on the ftp to make the ‘bbpress’
    ie wp-content/%your-theme-name%/bbpress directory. Correct? Should I this be the exact name of the directory? ‘bbpress’ie wp-content/%your-theme-name%/bbpress


    jtstables
    Participant

    @jtstables

    OK, I can’t figure out how to make a directory. I’ve looked all the options and can’t find it. How do you create a directory? I’m sorry but as I said I’m very new to this with little technical knowledge. I know how to a little HTML coding but that’s about it. I’m using theme Twenty Eleven and access my WordPress through HostGator.


    jtstables
    Participant

    @jtstables

    Oh wow. OK, I’ll try. Kind of intimidating for me. I have no idea what 90% of that is. LOL!

Viewing 9 replies - 1 through 9 (of 9 total)