Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sorry, the code I pasted above is from the file I named!

    Hi,

    Can you tell us where we would put this?

    There’s nothing for forums that we can see in the CSS file for our theme. But under the bbpress files, we tried mucking around with inserting the above code and don’t know where it goes “Forums (Index) Page Template.”

    Thanks,
    Jennifer


    <?php

    /**
    * Template Name: bbPress – Forums (Index)
    *
    * @package bbPress
    * @subpackage Theme
    */

    ?>

    <?php get_header(); ?>

    <div id=”container”>
    <div id=”content” role=”main”>

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

    <?php while ( have_posts() ) : the_post(); ?>

    <div id=”forum-front” class=”bbp-forum-front”>
    <h1 class=”entry-title”><?php the_title(); ?></h1>
    <div class=”entry-content”>

    <?php the_content(); ?>

    <?php bbp_get_template_part( ‘bbpress/content’, ‘archive-forum’ ); ?>

    </div>
    </div><!– #forum-front –>

    <?php endwhile; ?>

    </div><!– #content –>
    </div><!– #container –>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    `

    Thread Starter JenniferNM

    (@jennifernm)

    Thanks, Mattmagi. We have removed it from “pages,” but for some reason, it’s still showing up in the forum topics. I guess it’s considering each topic as a post?

    Still hoping we can figure this out. ??

    Thread Starter JenniferNM

    (@jennifernm)

    Thanks, WPyogi.

    Yes, I’ve posted there before, but no one ever seems to answer! Thought I might have some luck here since probably others use bbpress and have run into this issue.

    Not as technically proficient as some of the other posters on this thread, but I cannot upload any images to WordPress AT ALL, much less insert one into a post. When I use the image uploader (have tried the flash uploader too), no image is displayed in the media list. Going to the link where the image is stored simply shows me the title and nothing else.

    I’m going through the plug-ins one by one and deactivating them to see if this resolves the problem. No luck so far.

    Any advice or suggestions appreciated.

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