Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,501 through 37,525 (of 64,532 total)
  • Author
    Search Results
  • #100880

    @anointed – In a word, no. :/ WordPress custom post types only know to look for their files in the root of the theme folder, and the same goes for page templates as well. For now if you want a totally customized theme, those files need to live in the root. I did my best to minimize the number of files in the root, and instead split them up into template parts in the /bbpress folder (because I want the same thing you do.)

    It might be possible to hook into the template loader, see what the request is, and force it to look into a different folder, but there’s no possible way to do it at all with page templates; it’s actually purposely disallowed to prevent the theme from having to scan every file inside every subfolder to find them.

    #105980

    @anointed – In a word, no. :/ WordPress custom post types only know to look for their files in the root of the theme folder, and the same goes for page templates as well. For now if you want a totally customized theme, those files need to live in the root. I did my best to minimize the number of files in the root, and instead split them up into template parts in the /bbpress folder (because I want the same thing you do.)

    It might be possible to hook into the template loader, see what the request is, and force it to look into a different folder, but there’s no possible way to do it at all with page templates; it’s actually purposely disallowed to prevent the theme from having to scan every file inside every subfolder to find them.

    kmessinger
    Member

    I followed the instructions and copied the files into the themes directory. After reading the above, I just copied them into my child theme also. I have added the required code to functions.php.

    I show this child theme:

    bbPress (Atahualpa366 Child) 1.1 by bbPress teams, atahualpa team, keith messinger

    Adds bbPress forums to the Atahualpa366 theme

    Activate | Preview | Delete

    The template files are located in /themes/atahualpa366. The stylesheet files are located in /themes/bbp-atahualpa366. bbPress (Atahualpa366 Child) uses templates from Atahualpa/atahualpa366. Changes made to the templates will affect both themes.

    When I preview I get this error: Fatal error: Call to undefined function bbp_is_topic() in /hermes/bosweb26a/b1658/d5.savethec/public_html/stc/wp-content/themes/bbp-atahualpa366/functions.php on line 165

    I know this is a beta and don’t expect it to totally work correctly. More or less just keeping the bbp up to date on my progress.

    Thanks!

    #100879
    Anointed
    Participant

    Request:

    I am using my own theme and did copy all the files to my themes directory. Everything is working as expected.

    What I would like to do is instead of having to copy all the bbpress theme files into the root of my theme folder, is it possible to simply copy the bbpress folder itself into my theme folder?

    I am finding that I have a ton of files in my theme root level now, and it is a bit ‘messy’. It would be so much cleaner if I could simply keep all my files in the bbpress folder within my themes root folder.

    The problem would only get worse when I add in buddypress custom theme files.

    I am also thinking long-term, as if I come back to a site months down the road, it would make it much easier to remember which template is for which plugin etc.. Having all the bbpress theme files in my theme root is making it hard to remember already what does what.

    What I am hoping for is:

    wp-content/my-theme/bbpress-forum-template-files/

    Is this possible?

    #105979
    Anointed
    Participant

    Request:

    I am using my own theme and did copy all the files to my themes directory. Everything is working as expected.

    What I would like to do is instead of having to copy all the bbpress theme files into the root of my theme folder, is it possible to simply copy the bbpress folder itself into my theme folder?

    I am finding that I have a ton of files in my theme root level now, and it is a bit ‘messy’. It would be so much cleaner if I could simply keep all my files in the bbpress folder within my themes root folder.

    The problem would only get worse when I add in buddypress custom theme files.

    I am also thinking long-term, as if I come back to a site months down the road, it would make it much easier to remember which template is for which plugin etc.. Having all the bbpress theme files in my theme root is making it hard to remember already what does what.

    What I am hoping for is:

    wp-content/my-theme/bbpress-forum-template-files/

    Is this possible?

    MelloMoose
    Member

    My blog post tags were giving a page-not-found notification when clicked. To get them to work again, I had to deactivate the bbPress plugin and re-save my permalinks. When I reactivated the plugin I got the same error. My permalinks setting looks like this: /%category%/%postname%/ (this scheme was recommended for ComicPress).

    Is there a way to get them both working?

    Thanks.

    – Jeff

    mellomoose.com

    #95460
    morgan-wick
    Member

    This is a problem with the “oh, we can make it a plugin” approach used for bbPress standalone: a good chunk of the userbase won’t upgrade until the plugins are upgraded too. I was going to start a bbPress 1.0 forum but I was dependent on so many _ck_ plugins that I basically decided to wait for 2.0 (though inability to make the theme match my site and getting too busy to even work on my blog were also contributing factors). Luckily WordPress has taken steps to prevent this (though I have a plugin that’s been basically abandoned that’s been keeping me on the 2.9 series, but it’s not a particularly popular plugin, as evidenced by the fact that it’s gone through at least three different incarnations as developers have stopped working on it).

    On that note, my bbPress standalone installation was formally integrated with my WordPress installation in every way, but because I never really “launched” the forum I’d like to completely uninstall it and start over when 2.0 comes out of beta. However, I’m a little concerned that bbPress may have left some clutter in my WordPress database that I’d like to completely get rid of. How easy would that be? I’m the only user account on my site and I cut off any registrations on my bbPress installation so I’m the only account there too.

    #106267
    engin1984
    Participant

    Example: https://wordpress.org/extend/plugins/comment-form-quicktags

    plugin works on normal WordPress posts comment forms but doesn’t work on bbPress2’s reply forms.

    #38585
    engin1984
    Participant

    Hi! Is there any wysiwyg reply form on bbPress 2, like zaerl Editor or BBcode Buttons Toolbar? I tried TinyMCEComments plugin for WP but i didn’t work on bbPress 2

    #95459
    tooltrainer
    Member

    Aha… I had read somewhere that _ck_ had gone “underground” and kinda disappeared. Not sure if that’s actually the case but either way I would sure love to have a Views column. Thanks!

    Jonathan

    #95458
    Gautam Gupta
    Participant

    kai920: That probably means that the first posts weren’t cached properly by bbPress standalone (when it was asked to do by the importer). It might fix if you restore your backup and run the import again.

    #95457
    Gautam Gupta
    Participant

    tooltrainer: That was a plugin by _ck_. I might port it over if she doesn’t. :)

    #95456
    tooltrainer
    Member

    I just noticed there is no “views” column so members can know how many times a particular topic had been read. Are there plans to add this? It’s a much-desired feature.

    Thanks!

    Jonathan

    #100878
    Kye
    Member

    The addition of shortcodes will most certainly make it easier for users to embed the forums as they please and see fit….

    One thing I would like to see though is the addition of a shortcodes icon within the page/post editors for ease of use, this could be extended to allow you to select the specific forum to build a shortcode string.

    When used within a multisite environment it would also lower the amount of confusion as it would most likely also do in single installations. Although shortcodes are simple enough, not everyone is so web savvy.

    Simplicity with a forum shortcode insert button would certainly make it much easier and eye pleasing without to much more code. Please!!!! :-)

    Thanks for all the great work here!

    #105978
    Kye
    Member

    The addition of shortcodes will most certainly make it easier for users to embed the forums as they please and see fit….

    One thing I would like to see though is the addition of a shortcodes icon within the page/post editors for ease of use, this could be extended to allow you to select the specific forum to build a shortcode string.

    When used within a multisite environment it would also lower the amount of confusion as it would most likely also do in single installations. Although shortcodes are simple enough, not everyone is so web savvy.

    Simplicity with a forum shortcode insert button would certainly make it much easier and eye pleasing without to much more code. Please!!!! :-)

    Thanks for all the great work here!

    #95455
    kai920
    Member

    With the new plugin importer, I am noticing my imported threads all have an empty first post. Is there a query I can run to delete all first posts, or a way to troubleshoot the import script at what I might have done wrong?

    janoochen
    Member

    When I change this line:

    function bbp_show_lead_topic( $show_lead = false ) {

    to this:

    function bbp_show_lead_topic( $show_lead = true ) {

    the reply form disappears.

    Is this a bug or a feature?

    (This happens with a fresh bbpress install).

    (I’m using bbpress 2.0 beta and wordpress 3.1)

    #38580
    sarahhic
    Member

    I am not tech savvy by any means, we had a programmer develop a WP based site about a year ago, we want to incorporate a bbpress blog into this, so I created a new test site so I didn’t botch it (thank god because I DID botch it).

    The test site is http://www.hersheyicecream.com/forum

    I installed bbpress (www.hersheyicecream.com/forum/bbpress) and went through the integration process because I want it to pull from my WP user listing, unfortunately right after I did this all hell broke loose.

    At this point I am not only showing up on the forum I created as Anonymous Unregistered, it also will not allow me to retrieve my password saying no user exists, and I have NO other users. It also will not allow me to log in to my site http://www.hersheyicecream.com/forum, instead it redirects me (not sure how) to my actual site http://www.hersheyicecream.com/dealers…

    I have no way to access my “.com/forum” WP site and no way to log in to my “.com/forum/bbpress” forum.

    HELP!

    #105335
    Milan Petrovic
    Participant

    Ah, I didn’t see that one. Thanks.

    #100235
    Milan Petrovic
    Participant

    Ah, I didn’t see that one. Thanks.

    #105334
    Daniel Juhl
    Participant

    Have you used the tool in the administration to recount bbPress?

    #100234
    Daniel Juhl
    Participant

    Have you used the tool in the administration to recount bbPress?

    #105333
    Milan Petrovic
    Participant

    I have tested imported with latest bbPress plugin version, but after import, counts of replies and topics for all forums are incorrect. If a forum has 0 topics, count shows 0, but if a topic has more than 1 it always shows 1. I checked in postmeta table, and the wrong counts are written there.

    #100233
    Milan Petrovic
    Participant

    I have tested imported with latest bbPress plugin version, but after import, counts of replies and topics for all forums are incorrect. If a forum has 0 topics, count shows 0, but if a topic has more than 1 it always shows 1. I checked in postmeta table, and the wrong counts are written there.

    #106196

    Rock solid. :)

Viewing 25 results - 37,501 through 37,525 (of 64,532 total)
Skip to toolbar