bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Latest Discussions At Bottom

(5 posts)
  • Started 1 year ago by gspark001
  • Latest reply from cyrillsneer
  • This topic is not resolved
  1. gspark001
    Member

    how to move latest dicussions to the bottom of the forum instead of up top

    Posted 1 year ago #
  2. Edit the template file front-page.php so that the 'latest discussions' part is beneath the 'forums' part.

    Posted 1 year ago #
  3. gspark001
    Member

    only this part ? <h2>< ? php _e('Latest Discussions'); ? ></h2> or anything relating to latest dicussions

    Posted 1 year ago #
  4. <h2>< ? php _e('Latest Discussions'); ? ></h2> will only give you the h2 element saying latest discussions. You also want to move <table id="latest"> and everything in it.

    Posted 1 year ago #
  5. cyrillsneer
    Member

    I am not exactly proficient at php, I managed to get this working after about 11 attempts more guesstimating more than anything else.

    However the opening of front-page.php just doesn't look right I have what looks like a statement about topics and stickies opening and closing without anything contained, which makes me think I have done something wrong.

    It would be great if someone could show exactly which lines to move so it is displayed like on http://cutline.tubetorial.com/forums/

    Anyway here is the text....

    <?php bb_get_header(); ?>

    <?php if ( $forums ) : ?>

    <div id="hottags">
    <h2><?php _e('Hot Tags'); ?></h2>
    <p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
    </div>

    <div id="discussions">
    <?php if ( $topics || $super_stickies ) : ?>

    <?php endif; // $topics or $super_stickies ?>

    <?php if ( bb_forums() ) : ?>
    <h2><?php _e('Forums'); ?></h2>
    <table id="forumlist">

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.