Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 34,576 through 34,600 (of 64,516 total)
  • Author
    Search Results
  • #110134
    David
    Member

    Thanks for the heads up, @anointed.

    I’m running bbPress 2.0 with WordPress 3.2.1.

    #110154
    Anointed
    Participant

    the error is basically saying that your website does not have enough ram allocated to it in order to run anything else.

    You can either deactivate other plugins on your site and then try to activate bbp or you can call your webhost and ask them to allocate more memory. (probably have to pay more for more ram)

    This really has nothing to do with bbpress, but more a general error that shows up when system resources run out.

    #110153
    djlynchpin
    Member

    Reinstalled everything, back to where I can activate bbpress, and still get memory error.

    #40514
    djlynchpin
    Member

    I tried to install from plugin in wp admin and got api error. So i dwnlded full version and ftp’d it to my server. Then when I try to activate it I get the following error: Plugin could not be activated because it triggered a fatal error.

    Fatal error: Out of memory (allocated 26214400) (tried to allocate 291800 bytes) in /home/lynchpin/public_html/wp-content/plugins/bbpress/bbpress.php on line 449

    I upped my php.ini to 64m , tried adding code to wp-config and htaccess. Nothing has worked. Any suggestions? I’d even be willing to let someone log into it and take a look. Help Please!

    #110133
    Anointed
    Participant

    There is a trac ticket already submitted with this problem.

    What vs. of WordPress are you using?

    https://bbpress.trac.wordpress.org/ticket/1640

    #40513
    David
    Member

    The Topic Tag Archive page (in the browser at /forums/topic-tag/[topic-name] ) is displaying all the topics in my forum rather than just the topics that are associated with the selected topic tag. It *does* list the tag correctly at the top of the page so I know that’s getting through.

    The associated template part is taxonomy-topic-tag.php which calls bbpress/loop-topics.php but I’m not seeing an issue in either file (although with my limited PHP knowledge I’m not sure that I would recognize an issue anyway).

    Is anyone else having trouble with this? I’ve checked it on two installations and am experiencing the same issue.

    Also, when is taxonomy-topic-tag.php called vs page-topic-tags.php?

    #110127
    Andre
    Participant

    bbPress 2.0 uses the same WordPress theme your site uses. You cannot separate them on a single site, but could get creative with a multisite installation.

    #110130
    Andre
    Participant

    Not that I’m aware of.

    #40511
    roopam.geek
    Member

    In one of my projects, the forum was earlier using the bbpress 2.0 plugin. But later on we decided to shift to the standalone version on grounds of more scalability and features. (was our conclusion correct?) Now the problem is, we need to transfer the threads in the bbpress plugin forum to the standalone forum, with users/date intact. Is there any way to do that?

    #40510
    eraleks
    Member

    Hi!

    I have downloaded a bbpress theme that I’d like to use instead of the on bbpress-twenty ten that comes with bb-press.

    I use the bbpress plug-in. How / where do I place the new theme files and where can I decide which theme bbpress should use?

    Aleks

    #110119
    Anointed
    Participant

    bbPress 2.0 is final, however 2.1 is going to be released in the near future. bbPress is nowhere near a feature freeze but is pretty rock solid in what it does already.

    I am sure that bbPress will always continue to expand and improve. There are currently nowhere near the number of plugins available for 2.0 as with the old system but the base is great and creating plugins is a breeze for developers.

    For importing your 1.02 system into 2x, check out http://bbconverter.com which is a great import script written by Alex. I would strongly advise backing up your database first as it’s definitely best practice whenever dealing with databases.

    #40502
    Ramiuz
    Participant

    Returning to the BBPress community after long time away.

    Like I expected, there´s no practical info here that I need about the new plugin version.

    I see the beta-description is gone from the 2.0 download option. Which leads me to the important question, is it ready? Is it done now? Is this the version I´m supposed to download, and expect to work flawlessly?

    Please don´t react too seriously to the word flawless. But what I need to know is – can I download this, and upgrade my current 1.02 version into this? Bringing ALL the USERS, THREADS and POSTS into the new installation???

    Hopefully I can, but unfortunatly, there is really no site here telling me what I can do with BBPress 2.0. It´s just there as a download option.

    I want to be a part of the future here. But I am terrified of loosing what I have already created with BBPress the last two years.

    #110109
    David
    Member

    One cool option I forgot to mention earlier…

    If it’s important for you to have the topics of each forum listed on your forum index page you can call them individually by using a shortcode for a particular parent forum (in this case, using WP’s do_shortcode):

    <?php echo do_shortcode('[bbp-single-forum id=1234]') ?>

    where 1234 is the ID number of the parent forum. I’ve experimented with this for a *Category* type parent forum and it works well. I imagine it would do the same thing for a *Forum* type parent forum. You’d obviously want to lead it with a header title for the parent forum.

    Call each parent forum this way and you’ve got a nicely organized index page. (NOTE: you can call individual (non-parent) forums this way too but by default they call the entire single forum template part that includes the form. If you’re interested in messing with this it’s handled in [your bbPress directory]/bbpress/content-single-forum.php.)

    The disadvantage is that it’s built manually for each parent so any new parent forums will have to added manually as well, but you do have a lot of control.

    #110080

    Thanks David! The truth is I still have some trouble copying my bbpress child theme into WordPress. Every time I do I keep getting errors but it’s only a matter of time before I get it down.

    #40501
    #109884
    Trobee
    Member

    if you add

    .bbp-author-avatar {

    display: none;

    }

    to the css file andre pointed to it will probably stop all avatars being displayed anywhere in the forum

    #110079
    David
    Member

    @alieninformer, thanks for sharing!

    You can also call an alternate sidebar in bbPress just as you can in your base WP install, so <?php get_sidebar('alternateside'); ?> would call sidebar-alternateside.php and that file can be kept in the WP theme folder so that it could be shared with other non-bbPress pages.

    #106125
    Crisium
    Member

    @John,

    I have tried to follow you procedure for getting bbPress intergrated into my current theme. After 10 hours of copying/pasting directories, files, adding code… I finally gave up.

    As you said your self the bbPress as only one theme that supports it and that is the theme you have created, which is a modified twentyten. I think the bbPress fails as user friendly, because I need to manually change things on my harddrive and code to get my current theme to work.

    Apparently there are not very many forum plugins for wordpress (well, not that many good ones). I would like to use yours and this is also why I invested 10 hours of my time trying to integrate it.

    I’m going to try and explain what I have done, perhaps I misunderstand something with your procedure:

    1. I’m using WordPress 3.2.1, theme Suffusion, forum bbPress 2.0

    2. With this installment I can see I need to use your procedure description:

    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.

    3. I copy my folder: C:inetpubwwwrootwpwp-contentpluginsbbpressbbp-themesbbp-twentyten and paste it into C:inetpubwwwrootwpwp-contentthemessuffusion

    4. This means I now have a folder in my suffusion directory called “bbp-twentyten”

    5. I now open the style.css file in the “C:inetpubwwwrootwpwp-contentthemessuffusionbbp-twentyten” directory and add “@import url(“../style.css”);”

    6. I modify the styles.css file in the “C:inetpubwwwrootwpwp-contentthemessuffusionbbp-twentyten”, so that the plugin header now says “template: suffusion”

    7. I now open the functions.php file in the “C:inetpubwwwrootwpwp-contentthemessuffusion” directory and add: add_theme_support( ‘bbpress’ );

    As I understand your procedure that is what I’m suppose to do? Did I miss something?

    regards,

    Peter

    #107961
    sjd4
    Participant

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^yourdomain.com$

    RewriteRule ^folder/folder/?(.*)$ “http://yourdomain.com/folder/$1″ [R=301,L]

    Sorry, my ISP requires a lot of escapes

    #107960
    juggledean
    Member

    The bbp-common-template.php edit didn’t work for me.

    Could someone share the .htaccess redirect.

    #40498
    WoolfFan
    Member

    When I am logged into my bbPress v2.0 Forum as Admin and viewing topics, I have the options of Edit and Trash among others. But when logged in with a role of Subscriber I only see Edit and not Trash on posts that are authored by the Subscriber user.

    I have installed a bb_current_user_can filter as shown here (picked up off this forum):

    function delete_own_post($retvalue, $capability, $args) {

    if ($capability==”delete_post”) {return bb_current_user_can( ‘delete_post’, $args[1]);}

    return $retvalue;

    }

    add_filter(‘bb_current_user_can’, ‘delete_own_post’,10,3);

    but only see Edit capability. How do I get Edit and Trash for Post authors in the forum?

    #109883
    eraleks
    Member

    I just can’t make this work… :(

    If I click on the show source code I can find the problem, but I just don’t get where and how I can remove the avatars in the files provided.

    You can see my forum here: http://revyportalen.no/forums/forum/revyportalen-forum-2/

    Help is very much appreciated! Especially if someone could point me straight to the solution since I don’t really know css :/

    Aleks

    #110106
    Trobee
    Member

    I don’t know if this is possible at the moment. I started writing a plugin to try and add this functionality but my knowledge of php is not good enough.

    I have achieved a similar solution, though it lacks some functionality, by using a multisite wordpress install, and having each site with its own forums, and making each site only viewable to members. Then, if you want a user to be able to see a forum you make them a member of the site. The downside of this is that you have multiple forum areas.

    I have created some shortcodes to allow you to list forums from multiple sites on single page, but have not got around to adding it as a plugin yet.

    If you would like to try it out then you can grab the code from the pastebin link here https://bbpress.org/forums/topic/multisite-displaying-forum-list and just create an empty folder in your plugins directory, then copy the text from pastebin into a new php file in that folder.

    The usage is a bit strange and explained in the other thread

    #110008
    Trobee
    Member

    I am using bbPress 2.0 and in the end I managed to recover the posts by exporting the tables I wanted to keep from the database, nuking the database and the wordpress install and installing it again.

    Still have no idea how it happened though

    #40489
    Crisium
    Member

    Hi bbPress,

    I’m fairly new to wordpress and bbpress, so some of my points might just be invalid and based on “I did it wrong”… either way.. please help.

    I have installed:

    wordpress Version 3.2.1

    bbpress 2.0

    I have create one forum and one topic.

    I added the widget “List Forums bbPress” and the widget showed the forum correctly, but the link was bad. I found out refreshing my permalinks fixed this problem.

    When I got to my forum I am expecting to see the text I wrote about the forum and all topics associated with the forum. I do see all topics (in my case the one), but the text I wrote about the forum is not visible?

    the forum can be seen here: http://cl204.exaweb.dk/TumblingDrills/forums/forum/new-skills

    I hope someone can help me,

    regards,

    Peter

Viewing 25 results - 34,576 through 34,600 (of 64,516 total)
Skip to toolbar