Jamie Hagon

Forum Replies Created

Viewing 6 posts - 106 through 111 (of 111 total)
  • Author
    Posts
  • in reply to: Whoop BBPress Menu #192516

    Jamie Hagon
    Lifetime Member
    Post count: 115

    Ok thanks for your help!

    in reply to: bbpress.php Whoop Theme #192515

    Jamie Hagon
    Lifetime Member
    Post count: 115

    Figured out the widgets problem. Was actually easy. Still need help with the menu asap! Anyone here that could help for pay of course would be great! Probably only take an hour for someone with knowledge.

    Thanks
    Jamie

    in reply to: Whoop BBPress Menu #189747

    Jamie Hagon
    Lifetime Member
    Post count: 115

    Can I add a bbpress.php from another theme that has what I want?

    in reply to: Whoop BBPress Menu #189744

    Jamie Hagon
    Lifetime Member
    Post count: 115

    Is it complicated? Is there anywhere I can get info on how to do it?

    Thanks
    Jamie

    in reply to: Whoop BBPress Menu #189192

    Jamie Hagon
    Lifetime Member
    Post count: 115

    I Noticed that this area edits the functions of the menu. Can I change this to only show the main cats and no sub cats?

    
    
    <div class="whoop-forum-cats-list">
                            <ul class="whoop-forum-cats-list-inner">
                                <?php
                                $forum_id = bbp_get_forum_id();
                                $forum_args = array(
                                    'posts_per_page' => 100,
                                    'post_type' => bbp_get_forum_post_type(),
                                    'order' => 'ASC'
                                );
                                $forums = query_posts( $forum_args );
                                foreach ($forums as $forum) {
                                    $link = get_permalink($forum->ID);
                                    if ($forum->ID == $forum_id) {
                                        $class = 'active';
                                    } else {
                                        $class = '';
                                    }
                                ?>
    in reply to: Install Guide #163014

    Jamie Hagon
    Lifetime Member
    Post count: 115

    Sorry think I found it on your site.

Viewing 6 posts - 106 through 111 (of 111 total)