Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress install causes 500 internal server error

Published on March 9th, 2014 by Mycelus

Hey guys, so I dont know whats happening, Ive looked around everywhere but cant find a server.

I transferred from Goldsboro Web hosting (local NC based host) to Fatcow today. All my plugins work fine, but when I install bbPress, it gives me 500 internal server error when trying to get into www.skyforgelabs.com/wp-admin (thats my site)

When I delete the bbPress folder via FTP, I can get into my admin panel just fine

When I install bbPress via the WordPress dashboard, it gives me the 500 error mentioned above and stops me from getting into wp-admin

My site is hosted on Fatcow, and my friends site is also. He faced the same issue and was unable to get it resolved.

Im using the latest stable version of WP and bbP

Someone please help me out here?

Can we get rid of the notify me checkbox?

Published on March 9th, 2014 by Kris35

I’m wondering what the difference is between the subscribe to topic and the notify me checkbox? I’d like to get rid of the notify me thingy because I don’t see the point in it when members can subscribe to a thread?

Thanks,

Kris

Layout/format issues

Published on March 9th, 2014 by chrismanson

Hi all,

I’m very new to bbpress forum – had just installed the latest version but am having some layout/format issues with my forum (i.e. no space in between some words)

1) Title of latest topic is appearing in the “Freshness” column (beside the timestamp)
URL: http://www.propertyelite8.com/forum/

2) When user click to view the list of topics in this forum, again, title of the latest topic appears at the top of the page (where breadcrumbs are supposed to be)
URL: http://www.propertyelite8.com/forum/forum/ask-propertyelite8/

3) No space in between topic title and “ReplyTo” when user click to reply
URL: http://www.propertyelite8.com/forum/topic/career-path/

Hope to receive some help from you gurus! Thanks!

Breadcrumbs > Members directory

Published on March 9th, 2014 by foresme

Hello!

I’m having an issue with Breadcrumbs.

When viewing a member profile the breadcrumb trail looks like:

Site name > member name

But I would like it to look like:

Site name > member directory > member name

Anyone have any ideas how I could achieve this?

Thanks!

Breadcrumb issue – kinda

Published on March 8th, 2014 by NovaSev

I have a breadcrumb plugin, it’s all working quite well other then one thing:

With the bbPress forum it shows my “Forums” slug twice. Both link to the Forums index page, but it’s weird to have it double it’s self. Any ideas? I don’t have this issue with the plugin on anything else.

Using latest of WP and bbP – website is www.novasev.com

User Profiles

Published on March 8th, 2014 by NovaSev

I’m trying to figure out a few things – I’ve done a search and read through a couple dozen or so items without much luck.

I’d like to incorporate some more info into the bbPress user profiles – I know I can probably do this using the $curauth params but want to make sure. I also want to make authors/contributors/etc link to the bbPress profiles as well. Is there a quick piece of code I can use to do this within my WordPress theme files?

I have this function to return an author profile page when the name is clicked on:

function new_comment_author_profile_link(){

    /* Get the comment author information */
    global $comment;
    $comment_ID = $comment->user_id;
    $author = get_comment_author( $comment_ID );
    $url    = get_comment_author_url( $comment_ID );

    /* Return the default WordPress comment author link if comment author is not
    a registered user */
    if ($comment_ID == 0){
        if ( empty( $url ) || 'http://' == $url )
            $return = $author;
        else
            $return = "<a href='$url' rel='' class='author-url'>$author</a>";
    } else {
    /* Return the link to the comment author's profile page if otherwise */
        $return = '<a href="'.home_url().'/?author='.$comment_ID.'">'.$author.'</a>';
    }

    return $return;
}

Can I plug in some line/piece of code to direct it to the bbPress profile instead? If so, what piece?

WordPress & bbPress are latest versions – website is www.novasev.com
Appreciate the feedback.

bbPress Import Users from phpbb wrong

Published on March 8th, 2014 by shanshan51

WordPress Version 3.8.1
bbPress version – Version 2.5.3

It seems that I got the bbpress import from phpbb to work with all the topics and replies. The problem is that the users are imported wrong so the topics are credited to the wrong user. I went through other forums which said it was a WP United issue but I do not have this installed.

Please help. I see some suggestions of writing a MySQL query which I see are back from 2012 so they are not working for me. Any assistance would be appreciated.

max 50 forums ?

Published on March 8th, 2014 by Nino

Is it possible, that there is a limit of showing 50 forums on the same level?

Also if I add more, they will be shown in the Dashboard but not at the page.

Is there a possibility to change this?

bbPress 2014 Survey

Published on March 8th, 2014 by @mercime

Help core developers prioritize features and tasks by taking the survey at

2014 bbPress Survey

Thank you.

Incomplete list of forums

Published on March 8th, 2014 by webbud65

Hello,

I have 115 forums or categories installed, but the forum “regions” will not be displayed completely (http://adfh.net/forums/forum/espace-adherents/les-regions/).
Could you help me, please?

Thank you

Skip to toolbar