Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 35,751 through 35,775 (of 64,534 total)
  • Author
    Search Results
  • #106071

    I’ll probably come up with a bbPress Skeleton theme/plugin, to show off some of the flexibility. It’s possible to write a custom “bbPress Pack” that would totally override the default bbPress theme layer, without it even touching your current theme. I think that’s the ideal setup really, one where you can kinda “bolt on” parts of a website without needing to move files around here or there.

    #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!)

    #106069

    @woodwardmatt: Thanks for the kudos. :)

    The theme layer is complicated because there is no easy way to create a new type of content in WordPress without the theme supporting it.

    Originally you *had* to use a bbPress theme (bbp-twentyten) but that was only so I could build something out of nothing. Once I had a theme, I made shortcodes that use individual template parts so things could live anywhere and still look the way the theme looks. Lastly, I built the whole abstraction layer that used the shortcodes to output content where it belongs without you needing to do anything about it.

    The thing is, there is only one bbPress 2.0 theme in the world right now, and it’s the one that comes with bbPress 2.0. I’m not opposed to including more theme’s in core, but I think it’s someone else’s turn to make the next one.

    To your request: Currently impossible. :) Plugin updates delete the parent folder and recreate it with new contents. No way to avoid it getting wiped out. :/

    To your reason: Makes sense, and if we want to make more bbPress themes for core, we can. Then you can pick which “style” of bbPress you want inside your existing theme. Advanced developers still get the flexibility they desire. Win/Win.

    Payment: Delicious :)

    #108455

    There is no file named bbp-template.php.

    I’d also suggest not editing any core bbPress files. Your changes will get wiped out when you update bbPress.

    #107802

    Curious what the bug is also. Paste a link in here and I’m happy to see if there is something I can do in bbPress to fix it.

    #108475

    You’ll want to get familiar with how template parts work. The reason there are so many is bbPress uses them to make the shortcodes work correctly.

    The file names themselves are fairly verbose, and at the top of each file is the name of the file, which is a fairly clear indication of what it does.

    When we get some documentation setup here, I’ll post up a list of the files and what they do and why.

    #108486

    In reply to: Implementing RSS Feeds

    Add /feed to the end of any bbPress 2.0 url.

    #108409

    In reply to: permalinks?

    Link me to your site. The breadcrumb is designed to avoid duplicates, so it shouldn’t be happening like that.

    The permalinks are working the way that WordPress is designed to make them work. This is actually the same way that bbPress 1.0 has worked since the very beginning.

    #108497
    #106068
    woodwardmatt
    Member

    @John – First of all, can I say what an awesome move to having bbpress as a plugin is! For the average user wishing to get forums up and running, you couldn’t ask for better! Nicely done!

    On more of a developer level I, the same as many of the guys posting, are probably a little thrown on the templating side of things. Just to clarify, I’ve joyfully created my fair share of wordpress themes and was looking forwarding to getting to grips with bbpress to do similar. At this point I can’t help but feel the templating side of things seems a little crazy (read awkward and unintuitive) unless i’m misunderstanding.

    By means of throwing my two pence into the discussion, I’d love to see the same approach for bbpress as was undertaken for wordpress. Namely the opposite of the following:

    DO NOT put any custom themes in “/bbpress/bbp-themes/” as they will get wiped out when you update bbPress.

    I love that bbpress has picked up the overall theme from wordpress but having the theme for the bbpress UI elements self-contained and separate from the wordpress theme would most likely clear up a fair bit of the confusion / frustrations. I know such a comment is easily made outside of understanding the full intricacies of the platform and that making such a change would no doubt have greater implications. However and to be honest, that was the approach I was expecting – most likely given the approach I was used to with wordpress. I know a similar comment has already been made, I’d just like to tip my hat to it, and raise it again for your consideration.

    Request: Custom bbpress themes to reside in “/bbpress/bbp-themes/” without risk of removal upon updates.

    Reason: To retain better / cleaner organisation of theme files and reduce complexity of theme development. (The replies / questions above are testimony to this)

    Payment: Pizza of your choice! ;)

    Once again awesome job, and hugely appreciate all the hard work!

    Hi John James and Jacoby,

    I have a custom theme, but it wasn’t working. Instead of trying to change the coding, I setup an HTML page forward on the bbpress login.php file. Works now, does what I want it to do.

    #108467
    okada1314
    Member

    can support bbpress pluginS?

    #108474
    rayv
    Member

    same :(

    #39744
    rayv
    Member

    hi there guys,

    i’m using a rockettheme wordpress template and seem to be having issues with the beta 2 profile pages. whenever i click a username on the forums to visit the bbpress profile page of that user, it is a completely unformatted page consisting of:

    >

    Home

    About Us

    Page 3

    Page 4

    Forums

    Logout

    Fatal error: Call to undefined function get_query_type() in /wp-content/plugins/gantry/core/gantrybodylayout.class.php on line 94

    I don’t know what to do. That’s all that appears on the page. That first “>” is indicating to me that there’s something wrong in a code somewhere, maybe thats an extra “>” or there’s another missing “>” or something. im not too experienced with php or wordpress, but im comfortable editing it if given instructions. if anybody could help me on this issue, i would be extremely grateful – i’ve been trying to fix it for a few days now.

    thanks, i hope somebody can lend a helping hand!

    (by the way, this exact same thing happens, with the same error too, when i click ‘EDIT’ to edit a post other than the first post in a topic.)

    #108406

    In reply to: permalinks?

    ChrisCGray
    Member

    I too found this kinda odd, it’s the superfluous /forum/

    I’d imagine it should look like:

    website.com/forums/forumname

    Instead of:

    website.com/forums/forum/forumname

    I imagine there’s a sensible reason behind it, but from a design standpoint it’s just plain wacky, especially considering that there’s an option to hide the /forums/ base slug in bbPress options, but trying to leave the forum slug field empty results in a “forums//forumname” quirk that breaks all the links.

    Guess we’ll have to put up with it.

    #107539
    kevinvaughn
    Member

    tntc1978, did you ever get any feedback on this? I have been trying to set up feeds as well and have run into some issues.

    Do you know if there is any informatin or documentation out there regarding rss?

    #39745
    thomseddon
    Member

    Evening,

    Although the code is well documented within, I am having trouble getting my head round all the files/locations in the first place!

    I wanted to hide my forum by default (as oppose to having to choose public/private), achieved this by getting down and dirty with all keys that feed into the “post__not_in” field in the main forum query.

    Having achieved this, my question: Where in earth do I change the friendly “Oh bother! No forums were found here!” message???? Can’t find it anywhere!

    Thanks in advance

    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.

    #39743
    War82
    Member

    Im new to both wordpress and bbPress forum, however i got it to work and both the website and forum are up and running.

    The only problem i have is: I cant seem to figure out how to link my forum to one of the menu bar buttons. Lets say i have a menu button called ” Community Forum “, when someone klicks that menu button i want the forum to show.

    How do i link the forum page to the Community Forum menu bar button? Ive pulled my hair for hours trying to figure this out. :D

    Oh, one more thing. What file should i edit to fix the background and text on the forum?

    Thats all, thanks for a lovely plugin!

    #39742
    kevinvaughn
    Member

    I have recently installed the most current version of the bbPress plugin. All appears to be working well but for some reason I don’t see any links for users to subscribe to RSS feeds. I see a couple of admin settings for RSS, but within the forums themselves I see no way to subscribe. Can someone tell me what I am missing?

    I would like for users to be able to subscribe to all forums as well as individual threads. Similar to what we have here on the bbPress site.

    If there is any documentation or threads on this, can someone please point me to them.

    Any help would be greatly appreciated.

    Also, is there a simpler (more consolidated) theme I could use as a template? I used bbPress a while back and I don’t remember it being this convoluted.

    I find it astonishing that there are a hundred template files with no explanation as to what any of them do.

    I installed bbPress on top of WordPress. Can somebody help me out here? I’m trying to separate postings (space them apart so their not so close to each other) by using my CSS file, but for the life of me I can’t get it to work, although I am able to make other alterations.

    Any suggestions?

    Test board:

    http://webmasterfaqs.org/forums/topic/another-topic/#post-159

    #108466
    Gautam Gupta
    Participant

    This can be easily done with plugins which do it for WordPress like this one. :)

    #107801
    WebEndev
    Member

    Hi Jared,

    I have also been beating my head against the wall on this, and was thrilled to find your post above.

    May I ask what the bug is in Genesis?

    What do you think are the odds core will be updated?

    I’ll release a plugin that should prevent this issue from happening for others who are looking to run bbPress with Genesis.

    Any chance you have the plugin done? :)

    I am working on a pro-bono site for a not-for-profit, and trying to use BuddyPress 1.5 and bbpress 2.0. Been going ok, other than this issue.

    Thanks!

    #39737
    okada1314
    Member

    hello everyone i want to add a plugin (who is online) in forum index footer.

    how to do it? and how to change the default (page.php) to other new page

    thank!

    http://www.pakhobook.com/discuss

Viewing 25 results - 35,751 through 35,775 (of 64,534 total)
Skip to toolbar