Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum css'

Viewing 25 results - 2,076 through 2,100 (of 2,719 total)
  • Author
    Search Results
  • #38566
    Susan Hope
    Member

    Starting a new thread here at the request of John James for any issues with iThemes Builder.

    Some information from my previous report:

    QUOTE

    Yes, the actual shortcodes themselves appear on the published page on the site and I think I should have said, I am using iThemes Builder with a child theme, up to date version of WP..

    Also, the actual forum when you click to view it from the main index one (which is appearing fine and where it should) is appearing at the top of the site above the header, which is why I am trying the shortcode route. In my case though I have used “Widget Content” which comes with builder to create the header area.

    I have two other plugins that produced the same kind of thing, in that they appeared fine where they were meant to, “sexybookmarks” at the end of a post BUT also would appear in any location I had used “Widget Content” which was the header area and sidebar areas and also a paypal plugin and to get around that I added this code to the end of my child css:

    .widget-content .paypal-form {

    display: none;

    }

    Which stopped it appearing in content widget areas, so the first thing I tried for this was the same code but changing the “.paypal-form to one for bbPress – I had used firebug lite (chrome) to try and find the correct name that should go there and I don’t think I found the right name.

    Yep shortcode helper would be good, thanks John.. do you need any more info?

    Sue

    UNQUOTE

    Hope that is enough information for my particular problem John?

    Thanks

    Sue

    kmessinger
    Member

    Thanks. I followed this, https://bbpress.org/forums/topic/bbpress-20-theme-compatibility and now I can see the topics and forums from the wp dashboard.

    The only thing I am unclear on is how to change the style.css to reflect a child theme. I will take this question over to theme compatibility.

    #95417
    arpowers
    Member

    What is the function to detect whether or not the forum is present on a certain WP page?

    (this would help w/ selective loading of CSS)

    Also, what’s the initiative around plugins for the new bbPress WP Plugin?

    #95410
    rofflox
    Member

    Thanks for the great work so far.

    As a theme author, I’m currently testing the integration of the different templates inside my own themes.

    Can you give me a hint where i can overwrite the existing template files and if it’s possible to store these specific templates in a own sub-directory? E.g.

    my-theme/
    my-theme/style.css
    my-theme/index.php
    my-theme/[...]
    my-theme/bbpress/
    my-theme/bbpress/single-forum.php
    my-theme/bbpress/[...]

    I’ve copied the template files from your “bbp-twentyten” theme to my own theme and added add_theme_support('bbpress') to the functions.php. The forum is working with the shortcode [bbp-forum-index], but the new templates aren’t loaded.

    #100598

    Don’t use “add_theme_support()” unless your theme actually supports it. :)

    add_theme_support() doesn’t automatically add bbPress support to your theme, but the opposite – it tells WordPress and bbPress that your theme already supports bbPress. If you don’t have a /bbpress folder in your theme full of bbPress template files, then your theme does not support bbPress.

    There isn’t a core updater yet, but there will be soon. These questions are all answered numerous times in the sticky topic at the front of these forums.

    #105698

    Don’t use “add_theme_support()” unless your theme actually supports it. :)

    add_theme_support() doesn’t automatically add bbPress support to your theme, but the opposite – it tells WordPress and bbPress that your theme already supports bbPress. If you don’t have a /bbpress folder in your theme full of bbPress template files, then your theme does not support bbPress.

    There isn’t a core updater yet, but there will be soon. These questions are all answered numerous times in the sticky topic at the front of these forums.

    #38500
    r00p
    Member

    Hi

    Testing the new plugin atm here bfstuff.se/forum but have alot of problems to get it to integrate with the theme.

    I tried to add the add_theme_support( ‘bbpress’ ); to my thmes function.php but that just make my forum disappear completely.

    Also is there a way to use my old database with the new plugin, i have and old bbpress forum with posts etc etc

    Cant find a database with the new plugin, maybe it doesn’t use one?

    /r00p

    #95360

    For whoever is interested, one of the links I provided above no longer works because I deleted the post. I’m still playing around with things to get a feeling for how they work. Everything seems to be working great, except my WP css has taken over and prevents bbP css from working. Also, the gravatars are not showing up, but that is also like a problem of the css.

    Here is a link that does work to show what my forum topic looks like. You’ll notice the css is exactly the same as my blog posts.

    http://dailyanarchist.com/forums/topic/css-is-the-problem/

    If anybody can help clarify to a noob like me exactly what I need to do to make the bbP css work its magic I would be eternally grateful. I am running a modified default WP theme.

    #95358

    Nevermind, ignore me. Looks like some changes were made with how the plugin interacts with themes now.

    But, your site is missing the forum CSS for some reason.

    #95356

    DA,

    Looks like your missing the CSS. Check out the child theme functions.php to grab the code.

    bbpress uses gravatars for forum icons. No additional plugin is needed.

    #95355

    Hello!

    I just installed the plugin because I couldn’t wait any longer. So far I haven’t found any glitches. It seems to work quite nicely and fits into the rest of my website as if it were just another page.

    The only problem I see with it right now is aesthetics. It looks terrible on my website. I suppose that is because it is being governed by the same css that governs the rest of my website’s content.

    I am hoping that I can either do something right now to make it match better, or that something will get done in the future to make it match better. For example, here is a single post:

    http://dailyanarchist.com/2011/05/10/the-success-story-of-sovereign-curtis/

    and here is an example of a forum post:

    http://dailyanarchist.com/topic/hello-daily-anarchists/

    I am hoping one day to make the forum post look just like, or at least a lot like, the single post.

    Is it possible for me to do now? Or do I need to wait?

    Secondly, I haven’t figured out how to transfer a forum post to the blog, or single post yet. Can somebody clue me in on how to do that?

    Lastly, I read somewhere that the plugins for the standalone version of bbpress are not compatible with the plugin. Understandable. But is this true also for WordPress plugins? For example, I am running a Gravatar plugin for wordpress and would really like to have gravatars for my forum section. Is this a no go? Also, will there ever be plugins FOR the plugin? How would that work?

    Thanks for the plugin and for all of the help!

    #95352
    Rick Lewis
    Member

    ” Don’t move anything, don’t add anything, and use shortcodes and adjust your CSS as needed. “

    This is where I am at right now.

    I thought I would try [bbp-forum-index]. I created a page Forum and used that code. I still got the same page as I did all other ways. Goes directly to one of the forums and then list the other forums below it. Says Blog archive across the top.

    Now when I create /forums (note the s) that page goes to my home page and not a page at all.

    I did a re-save of the permalinks and so on but still not seeing a forum homepage of any kind.

    I can only guess that I have something crossed up somewhere beings others have this working.

    EDITING __ I did not see the above posts prior to posting this. Going to review and make a change on my site and see how it goes. Thank you for the help.

    #95273
    Ryan
    Member

    New vanilla WordPress 3.1.2 install,

    Downloaded zip from trac, branches_plugin-3138.zip

    Unzipped and uploaded everything to /wp-content/plugins/bbpress/

    Activated. Added a forum, added topics. No problems.

    Broken Themes
    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    bbp-twentyten Stylesheet is missing.

    Does exist: /wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/css/bbpress.css

    Is this a problem, or should I be moving files around?

    —Also, I’m the village idiot b/c thought you meant something about testing BuddyPress. I haven’t used bbp so I’m not much help, but figured I’d install it and try anyway.

    #100438

    In reply to: General Questions

    Right now probably the best example of the plugin in action is over at http://testbp.org/discussion. It’s using some of the shortcodes and minimal CSS tweaks to mimic the look of the forums here at bbpress.org.

    #105538

    In reply to: General Questions

    Right now probably the best example of the plugin in action is over at http://testbp.org/discussion. It’s using some of the shortcodes and minimal CSS tweaks to mimic the look of the forums here at bbpress.org.

    #95155

    @ricardouk – Gautam’s got it a little backwards. It means that if your existing WordPress theme *DOES NOT* have add_theme_support( 'bbpress' ); in its functions.php file (or anywhere else) that bbPress will attempt to fill in the missing template files on its own with a default set of CSS rules.

    For example, for themes that do not *explicitly* say “yes I have bbPress template files” bbPress will still attempt to work it out for you. Say you purchased a theme from StudioPress which doesn’t come bundled with any bbPress template files for forums, that’s okay. When you visit a single forum or single topic, bbPress intercepts the request and serves up a default template that looks like a forum or topic. :)

    In other words, do not use add_theme_support( 'bbpress' ); unless your custom theme has a “/bbpress” folder that has the necessary files that bbPress expects to be there.

    gregptpt
    Member

    Dear all

    It seems frustrating to find what I thought would be an easy enough to find topic. Maybe I’m searching wrong but here goes.

    After a lot of hours I finally managed to integrate WP and bbPress. I managed to create a link to my bbPress. The final step before i take a break is to create a link back to WP in my bbPress.

    The closest I could find to clear cut directions was here:

    http://bbpress.org/forums/topic/link-header-image-to-wordpress

    I followed the instructions and changed

    <h1>”><?php bb_option(‘name’); ?></h1>

    to

    <a href="http://www.my website.com” "><Back to my website</a>

    and when I get to the forum site there is nothing. No link back to my website.

    (I know it looks weird to have com” “> but somehow without the second ” my bbpress log in, search box, etc gets crammed into the right side of the header)

    Could anyone explain exactly how and where to change this line? Is there anything else I must change? Maybe…

    … it’s because I should omit the “www”?

    … I need to have the “/home” for my website?

    For reference, here’s how my original header.php looks like

    <?php

    $_head_profile_attr = ”;

    if ( bb_is_profile() ) {

    global $self;

    if ( !$self ) {

    $_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”&#8216;;

    }

    }

    ?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml”&lt;?php bb_language_attributes( ‘1.1’ ); ?>>

    <head<?php echo $_head_profile_attr; ?>>

    <meta http-equiv=”X-UA-Compatible” content=”IE=8″ />

    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

    <title><?php bb_title() ?></title>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />

    <?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />

    <?php endif; ?>

    <?php bb_feed_head(); ?>

    <?php bb_head(); ?>

    </head>

    <body id=”<?php bb_location(); ?>”>

    <div id=”wrapper”>

    <div id=”header” role=”banner”>

    <h1>”><?php bb_option(‘name’); ?></h1>

    <?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>

    <?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>

    <div class=”search”>

    <?php search_form(); ?>

    </div>

    </div>

    <div id=”main”>

    <?php if ( bb_is_profile() ) profile_menu(); ?>

    #99713
    _ck_
    Participant

    Hi Mike, you are welcome to submit your plugin.

    There may just be a css problem with the form in your browser?

    I see the form just fine and it “works for me” ?

    https://bbpress.org/plugins/forum/requests

    #104813
    _ck_
    Participant

    Hi Mike, you are welcome to submit your plugin.

    There may just be a css problem with the form in your browser?

    I see the form just fine and it “works for me” ?

    https://bbpress.org/plugins/forum/requests

    #99778

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    These are the changes between 1.0.2 and 1.0.3

    https://trac.bbpress.org/changeset/2958/tags/1.0.3?old=2339&old_path=%2Ftags%2F1.0.2

    unfortunately the mime property was modified on files that were otherwise unchanged, so the file list looks huge, but most of them are unaffected.

    also /jquery/interface.js was added in 1.0.3 but for some wrong reason they are using the packed version which is slower because it has to be unpacked on every page load, it should be the minified only version without packing and just let gzip do the compression work between the server and the browser

    I’ve edited down the list and removed the property-only changes

    Files changed between bbPress 1.0.2 and 1.0.3

    bb-templates/kakumei/style.css (1 diff)
    bb-templates/kakumei/favorites.php (1 diff)
    bb-templates/kakumei/view.php (2 diffs)
    bb-templates/kakumei/forum.php (2 diffs)
    bb-templates/kakumei/tag-single.php (1 diff)
    bb-templates/kakumei/front-page.php (2 diffs)
    bb-templates/kakumei/post-form.php (2 diffs)
    bb-templates/kakumei-blue/style.css (1 diff)

    bb-includes/functions.bb-users.php (3 diffs)
    bb-includes/functions.bb-pluggable.php (3 diffs)
    bb-includes/class.bp-options.php (1 diff)
    bb-includes/functions.bb-posts.php (1 diff)
    bb-includes/functions.bb-template.php (4 diffs)
    bb-includes/functions.bb-meta.php (1 diff)
    bb-includes/functions.bb-core.php (3 diffs)
    bb-includes/functions.bb-deprecated.php (1 diff)

    bb-cron.php (3 diffs)
    bb-login.php (3 diffs)
    rss.php (1 diff)

    bb-admin/tools-recount.php (2 diffs)
    bb-admin/includes/class.bb-install.php (1 diff)
    bb-admin/includes/functions.bb-upgrade.php (3 diffs)
    bb-admin/includes/functions.bb-admin.php (4 diffs)
    bb-admin/includes/defaults.bb-schema.php (2 diffs)
    bb-admin/includes/functions.bb-recount.php (added)
    bb-admin/admin.php (2 diffs)
    bb-admin/admin-base.php (1 diff)
    bb-admin/index.php (2 diffs)

    There may be additional backPress changes which are beyond my desire to track/list.

    #104878

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    These are the changes between 1.0.2 and 1.0.3

    https://trac.bbpress.org/changeset/2958/tags/1.0.3?old=2339&old_path=%2Ftags%2F1.0.2

    unfortunately the mime property was modified on files that were otherwise unchanged, so the file list looks huge, but most of them are unaffected.

    also /jquery/interface.js was added in 1.0.3 but for some wrong reason they are using the packed version which is slower because it has to be unpacked on every page load, it should be the minified only version without packing and just let gzip do the compression work between the server and the browser

    I’ve edited down the list and removed the property-only changes

    Files changed between bbPress 1.0.2 and 1.0.3

    bb-templates/kakumei/style.css (1 diff)
    bb-templates/kakumei/favorites.php (1 diff)
    bb-templates/kakumei/view.php (2 diffs)
    bb-templates/kakumei/forum.php (2 diffs)
    bb-templates/kakumei/tag-single.php (1 diff)
    bb-templates/kakumei/front-page.php (2 diffs)
    bb-templates/kakumei/post-form.php (2 diffs)
    bb-templates/kakumei-blue/style.css (1 diff)

    bb-includes/functions.bb-users.php (3 diffs)
    bb-includes/functions.bb-pluggable.php (3 diffs)
    bb-includes/class.bp-options.php (1 diff)
    bb-includes/functions.bb-posts.php (1 diff)
    bb-includes/functions.bb-template.php (4 diffs)
    bb-includes/functions.bb-meta.php (1 diff)
    bb-includes/functions.bb-core.php (3 diffs)
    bb-includes/functions.bb-deprecated.php (1 diff)

    bb-cron.php (3 diffs)
    bb-login.php (3 diffs)
    rss.php (1 diff)

    bb-admin/tools-recount.php (2 diffs)
    bb-admin/includes/class.bb-install.php (1 diff)
    bb-admin/includes/functions.bb-upgrade.php (3 diffs)
    bb-admin/includes/functions.bb-admin.php (4 diffs)
    bb-admin/includes/defaults.bb-schema.php (2 diffs)
    bb-admin/includes/functions.bb-recount.php (added)
    bb-admin/admin.php (2 diffs)
    bb-admin/admin-base.php (1 diff)
    bb-admin/index.php (2 diffs)

    There may be additional backPress changes which are beyond my desire to track/list.

    #95048
    GroceryVine
    Member

    I need some help with the CSS… I can’t seem to figure out what I need to change in the CSS so that it does not completely mess up my layout.

    http://groceryvine.com/community/forum/groceryvine/

    I’m just using the BBPress.css at the moment.

    I just want to fit the forums into my normal post/page area :(

    #37689
    tnwinn
    Member

    Can anyone tell me why my forum looks like this:

    http://gogo-gringo.com/forum/

    ?

    I have been looking for a place to change the wrapping or the width, by using Firebig Lite and looking through my CSS, but I’m a newbie and can’t find where to fix it :(

    Cheers for any help!

    #99545
    ajz
    Member

    I’m not pro at this but include your css file for your wordpress site on your forum site, then you just copy the code for you bar and paste it into the forum header.

    #104645
    ajz
    Member

    I’m not pro at this but include your css file for your wordpress site on your forum site, then you just copy the code for you bar and paste it into the forum header.

Viewing 25 results - 2,076 through 2,100 (of 2,719 total)
Skip to toolbar