Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum css'

Viewing 25 results - 2,001 through 2,025 (of 2,719 total)
  • Author
    Search Results
  • lckitchen
    Member

    Hi there, first I want to say thanks for creating this, seems like a great forum plugin once you get it working.

    To start, I have read the entire thread on the forum on theme compatibility; http://bbpress.org/forums/topic/bbpress-20-theme-compatibility and a few other treads and topics relating, unfortunately I am still having some problems.

    I am including screen-shot links to be as clear as possible in hope for great support.

    What I have done so far;

    A.) I decided to go with the child theme option since I am using a custom theme that I am not the author of and prefer not to clutter that folder.

    I copied all the files (except functions.php) that were inside “bbp-twentyten” (/bbpress/bbp-themes/bbp-twentyten) and put them in my “gridlocked-child” folder that I placed inside /wp-content/themes/ (next to my custom “gridlocked” theme folder)

    I added the “theme name” and “template” name to the empty “style.css” in folder “gridlocked-child”. screenshot: http://grab.by/cJ7R

    I put the ” add_theme_support( ‘gridlocked-child’ ); ” code in my “gridlocked” (not child) functions.php file. screenshot: http://grab.by/cJ7S

    B) At this point, after just test creating a few forums and topics, it looks like the plugin is “functioning” like it should. I can tell that it’s using some of the styles from my main theme style.css (colors, fonts etc), the MAIN PROBLEMS that I have now is the fact that it’s not taking to my page template widths in my main theme (gridlocked), it wont use a full-page-width template (or let me pick) and the default that it is probably using, is also supposed to be full width, plus something is wrong with the padding and it snugs too tight to the page edges.

    Here are some screenshots to show you what I mean;

    Forum home page: http://grab.by/cJ7I

    Forum named MINGLE page and test topics: http://grab.by/cJ7J

    I would like the forum to look like this; http://grab.by/cJ7H

    and fill up the entire width of a full page, with nice padding. I achieved that preview by adding shortcode [bbp-forum-index] in the html section of a “page” picking the “full-width-template” option in my theme.

    Ok, here comes the questions:

    1. Did I set everything up correctly in the directories and files?

    2. What files do I need to modify to tell the bbPress forum to use a full page width template? Can I copy code from my main theme “template-full-width.php” into one or more template files inside my new child theme?

    2. Do I need to add code/functions into my main theme “template-full-width.php”? and if so, what kind of code? and on a scale, how easy should these edits be? (I have asked, but I am not getting any support with this from my theme support forum, otherwise great forum but they wont help with plugins, understandable)

    3. How does shortcodes work? Are those simply just for placing certain parts of your forum on different pages as previews/links but not for use throughout the FULL forum?

    Do you have ANY ideas on how I can solve this issue, I feel pretty lost and I am not a developer or programmer, just a stubborn, enthusiastic designer that loosing her hair about this.

    I HIGHLY APPRECIATE ANY HELP WITH THIS!

    Thank you!

    #109011

    In reply to: Full Width forum

    Anonymous User 8347663
    Inactive

    I got some help from the author with the full width issue,

    I was told to put this into my themes Custom CSS option:

    .bbp-forums, .bbp-forums td, .bbp-forums th {

    text-align: left;

    width: 100%;

    }

    .bbPress .inner-content {

    margin: 0;

    width: 960px;

    }

    Now i will try and get help with making it look better.

    #109010

    In reply to: Full Width forum

    Anointed
    Participant

    I took a bit deeper look into your theme, as best I can without having the source, and there is a lot of interesting rules the author has setup.

    From what I see, it looks like there are a lot of conflicts going on. Well not really conflicts, but ‘odd’ css rules. I actually had a hard time trying to figure out what the author was trying to accomplish in the theme.

    If it were me, I would ask the author of the theme to install bbpress, and to release a modified stylesheet for your theme that will work.

    Without knowing all the internals of what the theme is trying to accomplish makes it really hard to determine how much work is going to be needed to get it to work right.

    BBPress is a big enough plugin, that I can’t imagine he will just refuse to support it. If he does, let us know, and we can add him to a list of non-conforming themes for use with bbpress.

    *I am NOT saying he built the theme bad, but rather just saying that some of his css rules are way to general when dealing with open systems that use plugins.

    #40072
    bobbyh44
    Member

    == Installation ==

    1. Place the ‘bbpress’ folder in your ‘/wp-content/plugins/’ directory.

    2. Activate bbPress.

    3. Visit ‘Settings > Forums’ and adjust your configuration.

    4. Create some forums.

    5. View your site.

    6. Adjust the CSS of your theme as needed, to make everything pretty.

    You have to do plenty more than these steps if you want to install and have some forums up and running on your blog.

    I think it’s a bit of a cheat to suggest this is so easy to complete. Absolutely hellish in my experience. 2 days in and still nothing.

    You make no mention of setting up pages with the shortcode tags, no mention about issues with sign up conflicts and documentation is non existent if you want to add it to wordpress.

    Is this another case of tech people making a great system and then just forgetting that people have to use it?

    Where are the wordpress installation instructions?

    Please someone just tell me if any exist as I’ll go for another system if not.

    Bob

    #109009

    In reply to: Full Width forum

    Anonymous User 8347663
    Inactive

    But i am a really bad css coder. :(

    Is it possible to pay anyone or get some extended tutorials?

    #39985
    Re-Defiler
    Member

    I have a bbpress (classic) install with WP deep integration, and figured I’d get a head start on formatting my test install for the eventual release of the plug in. So far I’ve got almost everything styled nicely just using CSS, but I’m stuck on removing a few things that seem to clutter up the presentation of the forum.

    1. Does anyone know how to remove the “This forum contains X topics and X replies, and was last updated…” from the main Forum and topic pages?

    2. How about how to remove the modification history section and the post # display from posts.

    3. Remove the extraneous breadcrumbing, right now it’s Site>Forums>Forum as the default ‘Forum” page. Seems like one level too deep for default bbpress forum starting point. SInce my site will only have 1 forum, is there a way to clean up the sloppiness or at least hide the useless ‘Forums’ link in the breadcrumb?

    #109008

    In reply to: Full Width forum

    Anointed
    Participant

    No, I would use the plugin vs. for sure.

    You simply need to change a bunch of css rules in your theme to make it work properly. That would be much easier than trying to use the standalone and building a custom matching theme for it. Not to mention the plugin is much better anyhow.

    johnnyboi
    Member

    hi

    i have searched the forums for a solution, but havent found anything relevant.

    anyway, i am developing a custom theme for WordPress + buddyPress. lets call it My Awesome Template.

    all the theme’s files are in wp-content/themes/awesome.

    there, ive got my own style.css and functions.css. in style.css i have defined Template: bp-default, and as i am creating a child theme for buddyPress with a few overrides.

    now, i want to work the same way with bbPress. i cant copy over the contents of bbp-twentyten into My Awesome Template folder (wp-content/awesome/), because this overwrites my own functions.php and style.css.

    i want to overwrite only certain files, so for example i want to change the main forums index and topics list.

    in my perfect world i would do it like this:

    add_theme_support (bbpress)

    and then i would just create two files: bbpress-forums.php and bbpress-topics.php and then id put there my own html.

    is this possible? if im not able to choose my own filenames, then please tell me which files to copy where EXACTLY.

    thanks.

    #108924

    In reply to: Plugin Install

    Hi John,

    I got my forums to show after following the install steps again. I copied the files from the bbp-twentyten folder to my main theme folder and then added the line: add_theme_support( ‘bbpress’ );

    to my functions.php file (inside this main theme folder, not the one in wp-includes…I’m assuming this is correct?)

    The forum now shows, but the styling is all messed up. Is there any way to have the forum follow the formatting/style of my current theme without having to edit a bunch of CSS? The theme I’m using is a custom build which I did not create so it’s been a struggle to figure out what’s going on with it. Here’s a link to my forum page:

    http://foreverathletes.com/forums/forum/community-2/

    If I merge the contents of the bbp-twentyten functions.php file with my own functions.php, some styling is brought in, but it’s still a mess. I realize you’re not here to help with design aspects, but is there any way to get the plugin to just work with my current styling?

    I’ll offer up some points on clarification in a few.

    Thanks for the help.

    #108940

    In reply to: bbpress 2.0 templating

    nikoza
    Member

    Hello anointed and thank you for trying to help.

    I read what you told me in a forum so I tryied to keep the functions.php and the style.php from the custom template, I also deleted the theme from wp-content/themes and uploaded it again with the following steps: first the bbp-twentyten files and after it the theme itself in order to overwrite the bbp-twentyten files (style.php / functions.php) . I also checked what are the contents of the style.css and it is the contents of the custom theme. There might be something else that I am missing.

    Thank you for trying to help though, really appreciated!

    #39923

    Topic: Plugin Install

    in forum Installation

    Hello,

    I’ve installed the plugin on my site, which has a custom theme, but after following the installation instructions found here: http://bbpress.org/forums/topic/bbpress-20-theme-compatibility, all I get is a blank page if I view the forum. So, I deactivated the plugin, deleted, and reinstalled. This time I DID NOT copy any files into my theme directory, just left it as is.

    Now, If I place some shortcode such as [bbp-forum-index] on one of my current wordpress pages, it will show, but once I click on one of the topics, it brings me to the blank page again! I’m tearing my hair out here trying to figure this out..I thought it would be a lot easier as I work on WP sites all the time.

    Here is the link to the forum that is blank:

    http://foreverathletes.com/forums/forum/community-2/

    Can somebody help me out? Again, I tried this route:

    If this is not a custom theme under your control (meaning you are not the author) you’ll want to copy the entire “/bbpress/bbp-themes/bbp-twentyten” folder into your “wp-content/themes/%YOURTHEMENAME%” folder, and modify your style.css to make it a custom Child Theme of whatever your current theme is. This is so theme updates don’t wipe out all your hard work later.

    …But couldn’t figure out how to make the style.css work…I modified the style.css inside of the bbp-twentyten so that the Template name matched my theme name, but this did not work. Am I missing something here?

    Thanks for the help.

    #39908
    miruru
    Member

    Not sure where this should be posted, here or on buddypress.

    I currently have buddypress 1.5-beta-3 and bbpress 2.0-rc-5 running on my test site and I would like to hide the topics and reply count via the functions.php.

    I am also using a custom child theme so that any modifications will not be overridden after updating. The only thing I have in my custom child theme is a blank style.css. I tried entering some styling into the blank stylesheet but nothing is displayed, it’s as though it is ignoring my stylesheet and retaining the default especially the next gallery css but this is another issue. Whenever I add a functions.php with something in this, the site falls over.

    Anyway, what coding would I add into the custom child theme functions file? I know that if I copy all of the bbp_list_forums(), I will get an error to say it cannot be redeclare. By the way, the custom child theme is located in my themes folder.

    Any help would be most appreciated.

    #108819
    Adam
    Member

    Sorry for the bumping, i can no longer edit my previous post. you should really set the time to like 9999 or something to allow for infinite editing.

    Any ways:

    The following: http://blackandwhite.web44.net/labs/topic/this-is-a-test-post/

    if my site (I activated it so you can take a look and maybe poke around the css…Or at least get a better understanding of what I am talking about)

    So how did I get here?

    I followed:https://bbpress.org/forums/topic/bbpress-20-theme-compatibility step number 3 bullet 2. To a “T” what did you change? Nothing, well thats a lie, I removed side bar and the h1 title tag for the forum or topic you are in.

    I then boiled it down to a theme issue. Something in my current theme is prevening the b tag, paragraphs and the blockquote tag from working.

    Your help in this matter is greatly appreciated.

    #107695

    In reply to: [2.0/RC1] My Theme

    iice74
    Member

    Thank you for the great theme and help! I based my forums on yous and it looks great!

    One thing I have not been able to do is separate the CSS for the author name form the topic title in the topic screen (see http://www.appsplit.com/blog/forums/forum/introductions/)

    I want to keep the topic as a large font but reduce the author font to something closer to 11.

    Also any idea how to make the author picture larger and move it so that its next to the topic title?

    Here is what I am trying to do, were image is one image that takes up two lines:

    [image] TOPIC

    [image] Started by Author

    #108748

    In reply to: Forums not displaying?

    Adam
    Member

    No I said I managed to get it to work. How ever when visiting the page with the topic or forum its a WordPress page. When NOT using that code snippit i got the 404 page

    I don’t understand your sticky post on how to make a theme (I am assuming WordPress themes can be created into) compatibility with bbpress.

    for what I understand of that sticky since I am the author of my theme I go into the bbpress default theme and copy all the files out of there and paste them into my theme. This would over ride things like my css, functions and possibly other files. what would you suggest to do to get around this (instead of creating a child theme).

    So here is what I did – as I read the sticky like 10 times:

    I copied all the files, except for the style and the functions.php and pasted them into my theme. these are the files from the from the bbpress default theme and pasted into my current wordpress theme. I then added the php code snipit to my functions.php like the sticky states. I then activated it (the theme) and went to where the forums should be. I am now getting 404 errors.

    ideas?

    #39845
    mat thame
    Member

    Gday

    sorry i am so lost not sure if i post this here? im trying to use the bbpress to create a water, sanitation and hygiene forum in the Solomon Islands.

    i have trawled through this forum and the web but no luck. Internet is really slow here so it takes me literally hours!

    I had a blog at .org (http://barefootengineer.wordpress.com/) So I transferred my blog over and installed the bbpress plugin. I am not confident to do the theme thingo with the .css and child theme so am using the stock bbpress theme. what i want to do is make it single column. i can do it with the home page/about. but when i do it for the blog and forum i get a sidebar with widgets. i have disabled these but they still appear? i moved the other widgets down the bottom and they work okay.

    1. how do i make the blog single column. (or is there any bbpress compatible themes with wide single column?)

    2. how do i get rid of these widgets? (search, archives, meta) they aren’t in the appearance panel?

    (http://barefootengineering.org/?page_id=343)

    Cheers

    #96509
    KRCSC
    Member

    Bloody hell Cyclecincy, that forum looks really good. I’ve been trying in vain to get mine to look even half decent (for some reason BBPress looked awful with my theme). Any chance you could tell me how you did it and show me the CSS???

    #101609
    KRCSC
    Member

    Bloody hell Cyclecincy, that forum looks really good. I’ve been trying in vain to get mine to look even half decent (for some reason BBPress looked awful with my theme). Any chance you could tell me how you did it and show me the CSS???

    #108662
    Anointed
    Participant

    This actually is being caused by your themes stylesheet.

    Specifically line 647

    .ind-post, .hentry {
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    word-wrap: break-word;
    }

    The float: left is causing the problems. Removing that will fix the forum problems but could potentially cause other problems with the theme. (I didn’t check)

    I also added the following rule:

    .bbp-topics {
    clear: both;
    width: 100%;
    }

    *that only takes care of this one table. You will probably have to go through and fix the rest. Once again, I did not check, but the css above should point you in the right direction.

    #39766
    travis.hill
    Participant

    Starting a new topic as I don’t wish to clutter the VERY USEFUL threaded discussion here:

    http://bbpress.org/forums/topic/bbpress-20-theme-compatibility

    I’ve been over this topic a few times and can’t for the life of me get what I desire to work, or maybe it’s working and I’m missing something.

    My current setup:

    WordPress 3.2.1 (single site setup

    **Child Theme**

    BuddyPress 1.2.9 (disabled forums)

    bbPress 2.0-RC-4

    My goal is simple: I wish to use a different sidebar within my forum pages to display information that is forum specific, rather than my default sidebar’s contents and widgets.

    I’m pretty fluent in WordPress, customizing things and the like. I understand how to display different sidebars and such within WordPress, depending on pages, etc..

    My issue:

    When I activated bbPress and navigated to my forum, everything displayed a treat. It was PERFECT (minus some CSS for colors and width, etc). I figured I would be cracking into the code just to get it to display correctly within my theme, but it put it right where it belonged within my theme.

    When I decided I would like to take advantage of a different sidebar, things started to go out of place.

    Following along with the discussion at http://bbpress.org/forums/topic/bbpress-20-theme-compatibility, I:

    1. Copied the files within wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/

    into my child theme folder:

    wp-content/themes/%child-theme-dir%/ – minus fuctions.php and style.css.

    2. I added add_theme_support( ‘bbpress’ ); into my child theme’s fuctions.php file.

    Upon uploading and refreshing, my theme was broken. The forums were being displayed above everything. At the time, this wasn’t much of an issue, as I figured I could modify the files I copied within wp-content/themes/%child-theme-dir%/ much the same way I modified BuddyPress templates to work within my child theme, but alas, these modifications did not work. In other words – any modifications I made to files from plugins/bbpress/bbp-themes/bbp-twentyten/ into themes/%child-theme-dir%/ did not work.

    3. Instead of “merging” bbPress functions.php and css/bbpress.css with my child theme files, I copied bbPress’s functions.php, created a new file within my child theme, copied the contents of bbPress’s functions.php into this file and included it from my functions.php file. I used an @import clause within my child theme CSS file to import bbpress.css. This all seemed to work, as using Firebug confirmed bbpress.css was imported.

    Again I uploaded and refreshed, but the theme is still broken, much the same way it already was.

    So for now I’ve reverted everything back to the “vanilla” install of bbPress, and everything is back to normal, minus a unique sidebar.

    Any and all help is greatly appreciated!

    Thanks!

    #39767

    I like a lot of you on here obviously want bbpress to be implemented into my site.

    And I like a lot of you have been having issues getting everything installed and working correctly.

    I’m writing this post because I got things going finally on my site and it really isn’t as hard as I was making it and some of you are from what I’m seeing.

    I just wanted to share a few simple things that I learned along my journey and hopefully this post can steer some of you in the right direction.

    My forum is located at http://www.theurbantwist.com/community by the way. Ignore banner at top of page as that’s just a placeholder for when I get my official forum logo designed.

    First things first…

    I followed the instructions to a “t” from this post:

    http://bbpress.org/forums/topic/bbpress-20-theme-compatibility

    I have a custom theme, so I copied all files over, created child theme and all of that jazz, and added theme support.

    At this point I just knew that I was going to be finished because when I went to dashboard, it stated that my theme now had bbpress support. Everything was coming together just as how the instructions above would lead me to believe.

    The feeling was brief as when I actually went to the forum page, it was completely blank other than the breadcrumb trail at the top…my header and footer was present but everything else in the middle (the content area) was gone.

    So me being familiar with wordpress themes and because I’m so used to “pimping” out themes for wordpress…I tried to do the same with bbpress, so I dissected and went over the code in those files I copied over into my main theme as if it were a wordpress theme and changed some things around thinking I needed to add some template tags here and there to get forum to work.

    I did all of that and guess what? Nothing changed…same blank space as before.

    So I then went into the plugin file itself and tried modifying the theme from there.

    Still…nothing changed.

    So I went backwards through the steps and started deleting steps to get back to where I was at originally and along the way, after I removed the theme support for bbpress, the forum showed up on my page. The CSS wasn’t matching my theme, but at least I had a start.

    I then modified my css file to match certain elements of the twenty-ten default bbpress theme and mow I’m making progress. The theme is pretty much right where I want it be.

    The only thing that was missing was that I wanted a topic listing of all topics on forum front page.

    And here is where things really got easy and I wish I would have done this from the start.

    I simply created a page.

    I named page “community” to match my forum settings and I added 2 lines of code.

    [bbp-forum-index]

    [bbp-topic-index]

    And voila! Now I have forum just the way I want it barring a couple of graphical changes which I’m working on.

    The reason I went in detail about how I came to a solution for myself is that sometimes we do a LOT of unecessary stuff to get to where we need to be. I’ve wasted a LOT of time trying to manipulate the plugins files and my theme’s files, when all I needed to do was to create a page.

    Bottom line and this is definitely something you should try if you are having problems.

    1. Install and activate plugin.

    2. Add a Page

    3. Add those 2 lines of code above.

    4. Publish.

    You then have your forum. And that’s a start. :-)

    Cheers!

    #39765
    centrius
    Member

    We are using bb-wysiwyg-ckeditor as text editor for our forum but the formating is a bit messed up, for exampel, when you press ENTER the row for the next text line jumps down two rows instead of just one, and not everyone knows that shift-enter is needed to get the single jump.

    anyone that can tell me how to fix this? im not the biggest wiss in this matter so hope for some help.

    i know atleast its the text_editor.css that needs to be edited but have no clue what to write in the syntax. the only “help” i have is the http://www.w3.org/TR/REC-CSS2/ link but cant make much out of it.

    hope someone can help out

    #106075
    enderandrew
    Participant

    I did a few different things a few different times. Initially I tried to follow the steps as best I understand them.

    I copied all the single-*, archive-*, page-* files, as well as the bbpress, css and js folders into the root of my theme. For example:

    wp-content/themes/Clockstone/single-forum.php

    wp-content/themes/Clockstone/css/bbpress.css

    etc.

    I edit my functions.php file in my theme and add:

    add_theme_support( ‘bbpress’ );

    Then all forum pages return a 404. Are these not the correct steps?

    Can you please clarify the instructions?

    #106070
    woodwardmatt
    Member

    @John

    Thanks for the quick response. Can certainly understand your rationale, sounds like one of those difficult choices had to be made and we are where we are. Thanks for clarifying for me (and all the other forum dwellers!)

    From a branding point of view I think in my circumstances i’m going to have to jump into the approach you initially outlined at the start of this thread. I think this is probably likely for a lot of people sporting custom designs & brands etc. Otherwise you’d end up with a whole heap of templates in the core I guess.

    That said, it would certainly seem sensible to have some key layouts defined in the core and provision for custom css styles as part of the main theme to cater for branding requirements. Was this the approach you were going for? (Just trying to get my head around it!)

    Anointed
    Participant

    I would start by following the instructions at the top of this thread:

    https://bbpress.org/forums/topic/bbpress-20-theme-compatibility

    I don’t know how you ‘installed’ the plugin for the theme, but I did notice there is no bbpress.css stylesheet showing up in your theme. That is a huge part of the problem.

Viewing 25 results - 2,001 through 2,025 (of 2,719 total)
Skip to toolbar