Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 16,451 through 16,475 (of 32,519 total)
  • Author
    Search Results
  • #112754

    In reply to: Not aligned in Firefox

    soundman123
    Member

    Woah nevermind! I changed it in the bbpress.css and it worked!!! Thanks so much! You’re awesome!! :)

    #112752

    In reply to: Not aligned in Firefox

    This is what’s messing it up (from what I can tell)

    div.bbp-breadcrumb {
    float: left;
    }

    You need to change that to float:none;

    #112740

    Without the URL I can’t really tell :P

    No you shouldn’t have to do any of that for 2.0.x or 2.1.

    Does the shortcode show up on the page or just nothing?

    Captain Ahab
    Member

    yes.

    I’ve put the shorcodes in the main post indeed.

    just quickly went through the “theme compatibility” sticky and I am wondering if there are templates or css from the bbpress theme that I must copy to my WP theme’s folder?

    (sorry for my noobishness)

    #43801
    MaTaX91
    Member

    specifically the closed topic styles, it shows in my chrome web inspector but it’s crossed out to be replaced with the exact code from the default theme that I copied down exactly.

    Even weirder is that all the other css that I’ve added to my theme’s css file work just fine, just not the closed topic styles.

    Any clue what’s causing it?

    I’ve already tried coping the folder/file structure down exactly in my theme folder to the css but still no

    #112722

    BuddyPress is entirely modular, so you only have to activate the parts of it you will use (such as PM) :)

    #112719

    You may want to looking into BuddyPress, it can handle groups and such natively :)

    Hmm that’s strange. Where are you trying to use those shortcodes? Just in the main post editor?

    #112749

    In reply to: I can't click to forum

    atomjani
    Member

    The problem is with Easel theme. This theme very important and I like use the bbpress. :(

    #43802
    vbking
    Member

    See forum here:

    http://www.beecavenews.com/bee-cave-forum/

    1) How do I remove “Started By”?

    2) Why is “Voices” and “Posts” not aligned?

    3) Why is there so much vertical space?

    I used the bbp-single-forum id=$forum_id] code. This also looks the same when I use the standard [bbp-topic-index]. And it looks this way with and without my custom css to change look and feel.

    Thanks,

    Cory

    #43799
    lmoon
    Member

    Hello,

    I am having trouble trying to resize my forums table cells widths.

    The “topics” and “posts” cells that only contain a number don’t need to be the same width as the “forum” and “freshness” cells that contain words and wrap to the next line.

    When I look at the table through firebug I just see “.article th, .article td” which is part of my sytle.css and not bbpress.

    Any ideas how I can make the cells widths change?

    Here is an example of 1 forum I am talking about http://lifeafterlondon.com/forums-2/

    Many thanks :-)

    Captain Ahab
    Member

    I’ve installed bbpress from the dashboard, created forums and topics.

    I am now trying to use the shortcodes to display the forum in a page

    these work for showing the forum

    [bbp-forum-index]

    [bbp-topic-index]

    [bbp-topic-form]

    but any shortcodes I use to add login,

    [bbp-login]

    [bbp-register]

    [bbp-lost-pass],

    makes my top menu and footer loose all their formatting and makes them become lists. Using the login widget on a sidebar does the same thing. Here’s a screencap: http://i.imgur.com/wmDNx.png

    I don’t know if it matters or could be the souce of this issue, but I am using a theme (dagda from wptitans…).

    Does anybody have any clue on how to fix that? I really would like bbpress to work!

    ..and sorry to ask a question that might already have been answered somewhere, I’ve been looking for a solution for a few hours now, any pointer would be greatly appreciated.

    Thks!

    #43792
    Bluealek
    Member

    Is there a way to add a latest posts list to the forum root level in bbPress 2, just the way I had it in the standalone 1.1 forum (example http://www.stazeibogaze.info/bbpress/)?

    Question two – what php line of code should I use when I want to include the bbPress Reply List widget content into a page (not as a widget, but into the main body)?

    #110279
    Martin
    Participant

    @jellyjesus I love your forum rules by the way :)

    #112717
    heimozh
    Member

    thanks. i did remove the part. also thanks for the hint. sometimes you need to think outside of the box :)

    thanks again for your time and the support!

    #112598
    rhek
    Member

    Hello,

    I saved permalinks and it did not work. I deleted my “Forums” page with the [bbp-forum-index] shortcode and changed themes. It worked!

    Theme developer is now looking into the problems. I will let you know what comes of it all.

    Thanks,

    Rhek

    #112716

    There is stuff in your theme’s CSS that is conflicting.

    Specifically the reply class.

    #111155

    Okay….but where can i find the code? In which file? and exactly what to look I do? realized under the “tags” I find nothing… :-(

    thank you very much

    #111154

    As I said we don’t have any copy and paste code to do this at the moment.

    You’ll need to do some digging around in the bbPress theme and remove the tag functions. Another alternative would be to hide them with CSS but that is not ideal at all.

    #112597

    If you are not using BuddyPress, typically the bbp-forum-index shortcode isn’t even needed.

    You should be able to just refresh you permalinks and then go to yourdomain.com/forums (unless you changed this slug)

    #112695

    There is no need to bump your thread 3 times in 24 hours, thats not going to help get a reply any faster.

    First thing is this would be a better question to ask you theme author.

    Secondly, you didn’t provide near enough information. Telling us it’s broke doesn’t give us enough info.

    What theme are you using? What version of bbPress are you using? What is the URL of the site? Do you have a screenshot? What code did you use to remove the sidebar?

    I could go on with the details but you get the point.

    charliedrake
    Member

    class foomanchu {

    function __construct() {

    add_action( ‘bb_hook’, array( $this, ‘callback_function’ ) );

    }

    function callback_function() {

    $result = ‘foomanchu’;

    return $result;

    }

    }

    The bbPress Docs state that bbPress uses the exact same Plugin API as WordPress, yet the above would work in WordPress, but silently fail in bbPress.

    any light in this would be much appreciated.

    #111153

    Hi at all

    sorry my english is not very good;-)

    where can I find the code (I think he is in the themes folder) to delete the tags?

    thank you very much!

    #112687

    Search excludes topics/replies/forums by default – mainly because most people who install bbPress don’t have their search results styled/configured to handle the results correctly.

    There are a few plugins out there that should get you started, however :)

    I’d check out

    https://wordpress.org/extend/plugins/search-bbpress/

    https://wordpress.org/extend/plugins/bbpress-search-widget/

Viewing 25 results - 16,451 through 16,475 (of 32,519 total)
Skip to toolbar