Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 61,001 through 61,025 (of 64,452 total)
  • Author
    Search Results
  • #58516

    Can you try using pretty permalinks with rewrite rules instead (step 3 here)?

    #1978
    karaboga
    Participant

    Hi,

    In our forum, we can see the topics filed under any tag. But if we open the all tags page (wordpress-tr.com/forum/tags/, we cannot see the tags, and we see the error message, “No input file specified.” What can be the problem?

    A similar problem was discussed here, we use pretty permalinks and Options +MultiViews works, but still has that problem.

    #58512

    You can change some of the views (untagged, no-replies, …) with a plugin filtering on bb_views.

    For the rest, you’ll have to use rewrite rules. You’ll also have write a plugin that filters on get_topic_link, get_forum_link, and so on or bbPress will end up in an infinite redirect loop.

    #58488

    I really do need to know what your .htaccess file looks like in order to help you.

    Also, there may be some issue with your bbPress running on http://www.bqtrademark.com and your WordPress running on bqtrademark.com

    #58406
    Kahil
    Member

    by looking at the code for the “upload avatar” plugin I found this…

    strtolower($user->user_identity);

    This is what I have now, but nothing displays for the filename, just yourkahil.com/forum/avatars/.jpg

    <?php

    /*

    Plugin Name: WP Avatars

    */

    function wp_aud( $felID ) {

    $avatar = strtolower($user->user_identity);

    $bburl = ‘http://yourkahil.com/forum&#8217;;

    echo ‘<img alt=”avatar” src=”‘ . $bburl . ‘/avatars/’ . $avatar . ‘.jpg” class=”avatar” />’;

    }

    ?>

    karaboga
    Participant

    Hi, my request will be useful especially for people using non-English bbPress versions.

    There are some permalinks which are not translateable or changeable in bbPress. For example, in WordPress, we can change the slug of the permalinks for “category”.

    I think it will be very appropriate if that kind of property is added to bbPress. These are some of that slugs:

    topic, profile, forum, view, no-replies, untagged, tags, replies

    (By the way, can we change these slugs by any hack?)

    #58462

    In reply to: bbPress 0.8.2

    karaboga
    Participant

    “Slug” based permalinks is really nice. But, if we change the subject of the topic, the slug is not changeable now.

    citizenkeit, have you looked the documentation in bbPress.org?

    https://bbpress.org/documentation/

    #58405
    Kahil
    Member

    Ok, so I’ve figured out some more info to share…

    First, the code posted above needs to reference the file type (.jpg, .jpeg, .gif, or .png). Right now the code only points to the avatars folder.

    Next, I’ve figured out that the “avatar upload” plugin for bbpress does rename the images to the user’s username, but makes it all lowercase letters if there are any caps.

    Hope that helps.

    Thank you!!

    #58487
    quigley05
    Participant

    yeah i read that but what seems to be the problem is that some links forget the /bbpress/ and it ends up broken. other links do it fine.

    #58486

    What does your bbPress’ .htaccess file look like?

    Have you read the documentation on setting up pretty permalinks?

    #58485
    quigley05
    Participant

    that helped for the most part, but now the problem seems to exsist that the links are still broken http://www.bqtrademark.com/bbpress/

    #1977
    dreamXG
    Member

    This seems to happen any time I choose a localization file

    I get a series of fatal errors saying ‘Cannot redeclare class CachedFileReader’ in bb/inlcudes/streams.php.

    I’ve searched the forums, and it hasn’t yielded any solutions, is anyone experiencing the same issue?

    I am running the latest bbPress 0.8.2, with WordPress config included.

    #58484

    And the error message?

    In your bbPress’ config.php, did you set $bb->domain and $bb->path or did you set $bb->uri (the easier method that bbPress 0.8.2 allows)?

    Try setting

    $bb->uri = 'http://www.bqtrademark.com/bbpress/';

    in your config.php and remove from that file any lines referencing $bb->domain or $bb->path

    #58483
    sneakym
    Member

    This happened to me as well during one of my many installs of BBpress. Make sure that you installed it from the correct directory from the start. For instance, mine was sitename/wp/bb and I installed it from sitename/bb. It worked, but it looked like that. Also, if you selected true in the permalinks section in your config, make sure you have the htaccess file in there. That should remedy the redirect problem…

    Hope this helps….

    #58461

    In reply to: bbPress 0.8.2

    citizenkeith
    Participant

    No README or INSTALL files?

    I’ve read the blog post and any pertinent thread, but I was hoping for some install/upgrade instructions, like WordPress supplies.

    #58482
    quigley05
    Participant

    http://www.bqtrademark.com/bbpress/

    now nothing is linking right. i didn’t even touch anything either. all links are broken and end up at the main page.

    #58474

    You cannot keep the old file. Dates should be translated now, see https://trac.bbpress.org/ticket/646

    #1975
    quigley05
    Participant

    I have deleted the old bbpress on my server bcuz it wouldnt work and i cleared out all my database and uploaded the new version of bbpress. now after i install and try to do anything all it says is “Already Installed. Try Upgrading.” nothing works at all.

    Hope someone can help me. thanks!

    Brandon

    #58473
    ganzua
    Member

    Anyway, after wp integration I haven’t been able of translating bbpress because it reports a streams.php error whenever you try to set a BBLANG file

    matt123
    Member

    Ok did some work got front-page to display correctly by putting in (div page). Put that in all the css files calling header, sidebar and footer. Didn’t help. Here is the basic div structure:

    <div head>

    </div>

    <div page>

    <div ncol>

    </div>

    </div>

    <div footer>

    </div>

    header {

    margin: 0px 0px;

    padding: 0px;

    display: block;

    width: 778px;

    height:195px;

    background-color: #314D73;

    background: url(‘images/header.jpg’) no-repeat bottom center;

    border: 0px solid #CCCCCC;

    cursor: pointer;

    }

    .page {

    width: 778px;

    margin: 1px 0px;

    padding: 0px;

    background-color: transparent;

    border:0px solid #CCCCCC;

    text-align: left;

    float: left;

    }

    .ncol {

    padding: 20px 0px 10px 23px;

    width: 395px;

    background:transparent;

    float:left;

    }

    .footer {

    font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;

    line-height: 17px;

    font-size: 0.8em;

    margin: 0px 0px;

    padding-bottom: 30px;

    width: 778px;

    height: 80px;

    background: url(‘images/footer.jpg’) no-repeat bottom center;

    border:0px solid #CCCCCC;

    clear:both;

    }

    link is mysoberlife dot com/forums

    #58427
    kehlers
    Member

    Hm. I’m pretty sure I’m actually logged in. Let’s say I’m at the gallery.php page, which is in the root of mydomain.com. I type in my valid login id and password. The next thing I see is the front page of my forum (http://mydomain.com/forums/index.php) , which reads “Welcome, kehlers (View your profile)” etc. I can add, post, go to admin section, etc. When I view cookies, I have a bb_user_(hash) and bb_pass_(hash), which seem to have appropriate values. All that to say, I think I’m logged in successfully.

    However, if I go back to gallery.php, I still see the login form, as though nothing has happened. I did try adding $bb->cookiepath = '/'; to my config.php, but it didn’t seem to make a difference. Do I need to restart anything (browser? Apache?) once I’ve added that? I wouldn’t think so, but thought it was worth asking.

    Thanks for your help on this!

    #1973
    pengguo
    Member

    I just ran jaim3’s A phpBB to bbPress database converter to import stuff from old phpBB (2.0.21) to bbPress (0.8.1). I only got “9. Writing the exported database to the file: /home/pengguo/public_html/tmp/phpbb_imported.sql 39816” then nothing. I check bbPress and it seems that it imported forums, but when I tried to click one of forums, it led me to new topic post, instead of viewing topics.

    I tried to search the error here, but no luck… What’s going on?

    #58047

    In reply to: bbSync

    fel64
    Member

    Yeah, I know, but thanks. ^^ In the meantime you can use this hack I brewed up a while ago to display replies as comments beneath bbPress-Post integrated posts. Don’t think it supports avatars, though. But we’ll get this to work :)

    #1972

    Topic: bbPress 0.8.2

    in forum Installation

    0.8.2: Hot off the bbPress

    Hierachical forums, plugin managment, “slug” permalinks and more!

    #56531

    In reply to: Strut Your bbPress!

    foyb
    Member

    hi,

    i installed bbPress upon a community.

    the theme is a modified kakumai theme,

    some plugins used, the forum is avaible in russian and german language using the .po files from bbpress.de and bbpress.ru

    i had to write my own plugIn which helps me to sync the users from the community to the forum.

    apart of the theme and the disabled bozo.php the forum software is untouched.

    here you can see it in action:

    http://www.russian-imperial.de/forum/

    p.s. bbPress rocks. best forum software ever ;)

Viewing 25 results - 61,001 through 61,025 (of 64,452 total)
Skip to toolbar