DNBrawler (@dnbrawler)

Forum Replies Created

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

  • DNBrawler
    Participant

    @dnbrawler

    Hello. I have the same issue, you can trouble shoot on the thread I’ve established.

    http://buddypress.org/support/topic/missing-forums-directory/

    I believe the reason this is occurring is because you’re not a Super Admin therefore you have hindered capabilities from setting the appropriate page to forums.


    DNBrawler
    Participant

    @dnbrawler

    bump


    DNBrawler
    Participant

    @dnbrawler

    bump! :(


    DNBrawler
    Participant

    @dnbrawler

    You need to use the login shortcode and the register page template. Theres also a login widget available.


    DNBrawler
    Participant

    @dnbrawler

    Is there a way to create a new kind of topic type?


    DNBrawler
    Participant

    @dnbrawler

    Easy.Download a plugin called GD BBpress Tools. It will add a quote link to every post, when clicked it will send the user to the bottom of the page to reply to the post.


    DNBrawler
    Participant

    @dnbrawler

    I really don’t like the auto-formatting in this bbpress forum demo ><


    DNBrawler
    Participant

    @dnbrawler

    The simplest way would be to edit css your sidebar classes. For mine it would be .sidewrap {display:none;}and then you’d have to increase the mid section to fulfill the full-width look you want which is..midwrap {width:;}

    Aesthetically this will remove the sidebars but the offside to doing this simple method is that the widgets and the sidebar will take up loading time.


    DNBrawler
    Participant

    @dnbrawler

    bump


    DNBrawler
    Participant

    @dnbrawler

    I put two asteriks and it made blank pages italic o-o.

    I mean certain portions of my site changed to blank pages after I inserted that code in the content-single-forum.php

    Is there any other way to display the forum description?


    DNBrawler
    Participant

    @dnbrawler

    Try updating the permalinks.

    Settings> Permalinks


    DNBrawler
    Participant

    @dnbrawler

    Thanks Lynq, I’ll try it.

    I’m not trying to be offensive or “rude” to anyone. I always appreciate the help. Apparently telling them to read it again was what I thought was going to get me an answer to my problem and it did. I apologize if I offended anyone.

    • This reply was modified 9 months, 4 weeks ago by  DNBrawler.

    DNBrawler
    Participant

    @dnbrawler

    Read what I said.
    Again, I want the homepage to show 5 topics and the other pages to show 15 topics. I don’t want 15 topics globally on each page.


    DNBrawler
    Participant

    @dnbrawler

    bump


    DNBrawler
    Participant

    @dnbrawler

    BUMP
    Does anyone have an answer for varying the number of topics for a given page?


    DNBrawler
    Participant

    @dnbrawler

    Still won’t work.

    I went back to the twentyten theme for further testing and found that after removing the entire bbpress-functions file the quoting feature still worked. So my problem from what I perceive isn’t in the functions? Now I’m confused.
    I’m going to take a fresh GD BBpress tools plugin download again and see if that works.


    DNBrawler
    Participant

    @dnbrawler

    It’s calling JQuery scripts–the only one I could find is this one:wp_enqueue_script( 'bp-js', BP_PLUGIN_URL . '/bp-themes/bp-default/_inc/global.js', array( 'jquery' ) );
    I tried to implement the topic.js many times It’s just not working :/


    DNBrawler
    Participant

    @dnbrawler

    I’m stumped. lol

    Do I have to call the script? :L I have no idea.. what to do.

    I found this:

        if ( bbp_is_single_topic() )
            wp_enqueue_script( 'bbp_topic', $this-&gt;url . 'js/topic.js', array( 'wp-lists' ), $this-&gt;version, true );
    

    Am I close ? :/
    Okay now I do believe that my theme is causing the problem since I switched themes and it started to work. I have more work to do.

    • This reply was modified 10 months, 2 weeks ago by  DNBrawler.
    • This reply was modified 10 months, 2 weeks ago by  DNBrawler.
    • This reply was modified 10 months, 2 weeks ago by  DNBrawler.

    DNBrawler
    Participant

    @dnbrawler

    Sorry must not have worked. Here it is again:

                             '_bbp_reply_count', 'meta_value' =&gt; '1', 'meta_compare' =&gt; ' 'date', 'show_stickies' =&gt; false ) ) ) : ?&gt;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
                    <!-- #topics-front -->
    

    “ EDIT: Now it’s deleting the content of the code sample. Here’s the link from pastebin. http://pastebin.com/3TLgVni2

    • This reply was modified 10 months, 2 weeks ago by  DNBrawler.
    • This reply was modified 10 months, 2 weeks ago by  DNBrawler.

    DNBrawler
    Participant

    @dnbrawler

    http://www.dnbrawler.com/topic/new-class-kali/

    here you go! thanks for the swift reply

    User ID: test
    Password: testing

    • This reply was modified 10 months, 2 weeks ago by  DNBrawler.

    DNBrawler
    Participant

    @dnbrawler

    I don’t know the languages enough to write them, but I can pinpoint a source and edit it. You can see what I’ve done so far in http://www.dnbrawler.com.

    So I should be making customizations in the theme files, I’ll look into that now.

    In user-details.php I was able to find the source here:

    <div id=”entry-author-info”>

    <div id=”author-avatar”>

    <?php echo get_avatar( bbp_get_displayed_user_field( ‘user_email’ ), apply_filters( ‘twentyten_author_bio_avatar_size’, 60 ) ); ?>

    </div><!– #author-avatar –>

    <div id=”author-description”>

    <h1><?php printf( __( ‘About %s’, ‘bbpress’ ), bbp_get_displayed_user_field( ‘display_name’ ) ); ?></h1>

    <?php echo bbp_get_displayed_user_field( ‘description’ ); ?>

    </div><!– #author-description –>

    </div><!– #entry-author-info –>

    This is where I’m stuck.

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