Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 4,526 through 4,550 (of 6,780 total)
  • Author
    Search Results
  • #111993
    ladymeg
    Member

    Seconding the alphabetic part.

    We have a lot of forums/sub-forums that are alphabetized and it’s a pain to add a new one somewhere in the middle of the list. I wish there was an option to change the default sort order. Or that I knew what change to make in the code so it would do so.

    #111739

    In reply to: Major bug with tags…

    Martin
    Participant

    Can we get some understanding why this behaviour doesn’t happen with the default template thou I.e. on this forum?

    Self policing is an open invitation to abuse the tagging system which is happening to me, at least.

    tayholliday
    Member

    I’m using “bbPress (Twenty Eleven) 1.0 by Stephen Carroll, WordPress and bbPress teams.” I get the error:

    “Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”

    And the page templates don’t show up, so I can’t create a forum index. Have I installed this theme incorrectly?

    thanks!

    #43547
    DarwinsDream
    Member

    I have an intergrated version of buddypress on my wordpress site using the default theme at http://www.soundhampton.com . I’ve been editing it for weeks but for some reason in Safari and Chrome the CSS shifts the content and the user name to the right about 80px or there is no CSS being read whatsoever. Does anyone have any clue whats going on here? Any help would be greatly appreciated. I think it maybe an HTML5 issue but definitely a CSS issue

    Here is a good exaple of whats going on:

    http://www.soundhampton.com/?topic=apples-siri-not-as-smart-as-she-looks-lawsuit-charges

    open in firefox or ie, then open in safari or chrome the difference is clear.

    #110542
    harnold007
    Member

    I changed bbpress.css in folder /bbp-theme-compat/ which I was able to get it they way I want it to look.

    However, it is using my wordpress default page theme. I would like it to use a full width page theme that I have.

    Example it is using:

    <div id=”main-wrapper”>

    <div id=”main”>

    <div id=”post”>

    <h3 class=”section-title”>testing 2</h3>

    <div class=”post-entry”>

    // Then it goes to the forums tag

    <div id=”bbpress-forums”>

    Also, under the default page theme it grabs the sidebar, which I do not want it to do.

    If someone can please point me in the right direction on changing the wordpress page theme that is being used for the forums. Thank you!

    #111690
    santonic
    Member

    Wow… thanks a lot for the help… one can’t guess it indeed…

    one more tip : when on translate.wordpress.org, beware that the translations for your language may be not validated yet. The default export link exports only “current” translations, i.e. validated ones. Use “Only the matching filter” option and you will be able to export all the messages.

    use the “file” unix command to check the content of the .mo file. e.g.

    $ file wp-content/languages/bbpress/bbpress-fr_FR.mo

    GNU message catalog (little endian), revision 0, 732 messages

    by using the default export, I was only retrieving one message, and thus nothing was translated…

    #112472

    Unfortunately there isn’t a shortcode for this at the moment.

    bbPress by default puts the “new topic” form at the bottom of your topics listings. You could probably create a new template that uses this code for its own dedicated page, but it would require likely creating a custom plugin and some php knowledge.

    neosin
    Participant

    I’ve got bbpress as the forum for my wordpress installation on localhost.

    I’ve created a new page and inserted the bbcode to show the forum index in that page (page name is “forums”).

    In my navigation I have “Forums” and when i click it and it is the active page, it does not receive a “current_page_item” class from the navigation.

    How can I make it have the “current_page_item” class when it is selected?

    While I am using Buddypress, I do not have a page associated in buddypress with my bbpress forums because it causes the forums to not function when i do associate a page.

    In the default Buddypress template header this is the menu code:

    <div id=”navigation” role=”navigation”>

    <?php wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ‘bp_dtheme_main_nav’ ) ); ?>

    </div>

    #106183
    villagora
    Participant

    Hi everyone,

    I read the beginning of the topic cause I am very interested in building compatibility between my theme (a child theme of buddypress) and bbpress (indeed I installed the buddypress plugin and the bbpress one).

    I don’t know if this has already be given as a solution (or even if it actually one :). I copied the bbp-twentyten theme and personnalized it. Then I redefined it as the default bbpress theme, in order it is the one used instead of bbp-twentyten.

    What I wrote in the functions.php of my theme:

    if ( class_exists('bbPress') && file_exists(%FUNCTIONS_PHP_OF_MY_BBPRESS_THEME%) ) {
    require_once %FUNCTIONS_PHP_OF_MY_BBPRESS_THEME%;
    } else {
    add_action('admin_notices', 'message_if_my_bbpress_theme_is_absent');
    }

    In the functions file of my bbpress theme I have:

    $bbp->theme_compat->theme = new MY_BBP_THEME();

    And thus I have my child theme from buddypress safe and my second theme for bbpress used instead of bbp-twentyten.

    Hope this is a good solution and it can be helpful!

    #43248
    #109252

    There is a filter in place you can use to tweak this, bbp_get_title_max_length

    See bbp-core-options.php around line 370 or so.

    SK
    Participant

    In WordPress, there is an opportunity to select the template for each page (dropdown on Edit Page and Edit Post pages).

    bbPress forum root, forums, topics and replies are custom post types.

    It would be good to see in bbPress the ability to set the default layout (wrapper) for each of these.

    Dropdown (like the one on Edit Page page), wherein the admin can select the layouts from among the active theme’s layouts shall be ideal.

    (I understand that if after this the admin decides to change the theme, (s)he will need to select the default layouts for bbPress custom posts again – just like (s)he needs to do so for normal pages and posts)

    So, for instance, while the rest of my site may use 3-column (2-sidebar) layout, for forums, I may decide to go with a single-column layout.

    http://bbpress.trac.wordpress.org/ticket/1784

    #112110
    Zigster
    Member

    Well, I did end up working this out, actually turned out to be much simpler than I thought it was.

    Go to Appearance > Menus. Then create customs links and add it to a new navigation bar.

    #109251
    thetalltree
    Member

    I am looking for the way to reduce the topic size too. 80 characters generates large ugly URLs. The above solution is not working. Would be cool if someone could help.

    pepeng
    Member
    <div id="sub_header">
    <?php
    /***
    * This conditional determines where exactly what page you are one.!
    **/
    if(is_home()){
    /* Blog Page */
    echo '<h1 class="page_title">';
    echo 'Welcome to my Blog';
    echo '</h1>';
    echo '<h2 class="page_blurb">';
    echo ' just another wordpress site';
    echo '</h2>';
    }else if(is_front_page()){
    /* Landing Page */
    echo get_post_meta($post->ID, "Landing Header", true);
    }else{
    echo '<h1 class="page_title">';
    echo get_post_meta($post->ID, "page title", true);
    echo '</h1>';
    echo '<h2 class="page_blurb">';
    echo get_post_meta($post->ID, "page blurb", true);
    echo '</h2>';
    }
    ?>
    </div>

    This the default site of my bbpress forums:

    http://localhost/mysite/forums/

    And I try to make page for forum using the short code [bbp-topic-index] :

    this is the link:

    http://localhost/mysite/forum/

    and I try to edit this code above:

    }else if(is_page('forum')){
    /* Forum Page */
    echo '<h1 class="page_title">';
    echo 'Forum Support';
    echo '</h1>';
    echo '<h2 class="page_blurb">';
    echo 'Press community';
    echo '</h2>';

    and it works fine only in page (forum) http://localhost/mysite/forum/

    but when I click all the the content in the forums my Title and Blurb has gone.

    WHat I want to do is my sub header page title and page blurb will appear in any page in forums.

    ANYONE knows how to fix this or how to add code?

    I’m just a beginners in wordpress

    your reply is much appreciated,

    Thank’s

    #112321

    In reply to: I can't see my forum!!

    geraldcor
    Member

    I am experiencing the same thing #raphaelsuzuki I can view the forum links just fine when permalinks are default, but if I try anything else, they 404. The .htaccess is getting written just fine but the urls will not resolve.

    #112320

    In reply to: I can't see my forum!!

    raphaelsuzuki
    Participant

    Actually, I’ve tried this “load” permalink settings thing, but never worked. Also, I have two other sites with bbPress that worked out-of-the-box.

    Everything else works fine, plugins, custom post types, etc. It’s just bbPress that seems to only work with default permalinks.

    – Pretty permalink slug:

    http://www.nelioguazzelli.com.br/forums

    Not working.

    – Default post type slug:

    http://www.nelioguazzelli.com.br/?post_type=forum

    Working, but child forum and topics links to pretty permalinks, which is the current structure. And they return a “page not found” error.

    #112318

    In reply to: I can't see my forum!!

    raphaelsuzuki
    Participant

    I’m facing similar problem.

    My forums works correct with default url structure, but not with pretty permalinks.

    I’ve tried several over the time but without success, even cleaning child options in the database.

    Revert to default permalinks is not a good idea, since the site is quite popular now, with lots of pages ranked high in Google.

    #88338

    In reply to: Avatar size

    Aahan Krish
    Participant

    The size of user avatar displayed in posts/replies is defined in /wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php.

    This is the piece of code:

    function bbp_get_reply_author_link( $args = '' ) {
    $defaults = array (
    'post_id' => 0,
    'link_title' => '',
    'type' => 'both',
    'size' => 80,
    'sep' => ' '
    );

    Change ’80’ (is equivalent to 80px) to a number of your choice.

    While it’s not suggested that you modify core bbPress files, I know no other way (I don’t know PHP).

    Hope that helps!

    #42674
    tilly2012
    Member

    I installed bbpress for my wordpress site. (Organic Themes if it makes a difference) Then I saw this message:

    Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.

    I don’t even know what that means and what to do.

    Secondly, while I can locate “forums” on the left side of my dashboard and even preview when I make a thread I can not locate it in my website. I even create a new page titled “forums” thinking that would do the trick, but nothing. What should i do?

    Aahan Krish
    Participant

    In case it helps, I have identified the code that determines the text. It’s in wp-contentpluginsbbpressbbp-includesbbp-common-template.php but it needs to be modified by adding a function in functions.php, and I don’t know how to do that.

    Anyway, this is the code:

    /** Home Text ********************************************************/

    // No custom home text
    if ( empty( $args['home_text'] ) ) {

    // Set home text to page title
    if ( $front_id = get_option( 'page_on_front' ) ) {
    $pre_front_text = get_the_title( $front_id );

    // Default to 'Home'
    } else {
    $pre_front_text = __( 'Home', 'bbpress' );
    }
    }

    #111894

    You haven’t missed anything. bbPress by default doesn’t have all the options you would likely want to run a 100% private forum.

    That will best be handled by a custom plugin – unforunatly I don’t think anyone has written one yet.

    Aahan Krish
    Participant

    Yeah. Jon, I am a newbie too, but since I know my way through wordpress, I am confident that I can accomplish something with bbpress.

    That’s exactly what I am talking about. Search for bbpress themes. You might end up finding something with features closer to what you mentioned or better.

    Any theme that looks better than the default bbpress theme will make you happy for the time being, until you know your way around bbpress.

    That’s a starting point. Enable the new theme, start changing the look with CSS, make it look your way. That’s what I was suggesting. Sorry if I didnt catch your point still.

    dorsetjon
    Member

    Thanks for that. I assumed a theme just covers the look and feel of a site but does it change the layout, etc, too?

    For example, on the https://bbpress.org/forums page the layout is totally different to the default – there is a list of forums on the left, a search box and list of tags below that and on the right is a list of recent topics. The columns included in the topic and forums list are different to normal too and above the topics list there is a “start new” link. Those are the sort of changes I want to make. I know CSS but can’t see how I change all that through CSS or will a new theme do more than change CSS?

    Sorry for asking such basic questions but while BBPress seems great it is a bit impenetrable for the newbie!

    Thanks,

    Jon

    dorsetjon
    Member

    Good question and I’m struggling with this too. The bbpress.org site looks great but the default install is very different. I don’t mind doing the work to make the changes but having looked through the forum and what documentation there is I still don’t know where to start. Can anyone give any pointers as to the sort of things used on the bbpress.org site so implementers can use this on their sites?

    Jon

Viewing 25 results - 4,526 through 4,550 (of 6,780 total)
Skip to toolbar