Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,351 through 63,375 (of 64,159 total)
  • Author
    Search Results
  • #51885
    spencerp
    Member

    UPDATE: Maybe Trent might know the answer to this one, but.. when trying to post a comment (while I’m logged in, not sure about others that are not though), it spits the following Error: “Error: please type a comment.”

    If you want, please feel free to try it here:

    http://www.spencerp.net/id/334#respond

    If anyone has any suggestions, please let me know, ok? Thanks for your time! ;) =)

    spencerp

    P.S. OR, aren’t you supposed to have the “comments link” on there..? =/

    #1026
    spencerp
    Member

    Just wanted to say, this is freaking awesome!! I have just integrated bbPress, with my blog running 2.1 alpha3, as well as some awesome plugins!

    To see what has been done, please read this blog post of mine.

    http://www.spencerp.net/id/334

    The forums can be found here:

    http://www.spencerp.net/forums/

    I know it’s a plain jane now, with some cosmetic changes, but, I will be making more forums for it, and a theme soon. Thanks so much for this awesome bbPress forum software package, and thanks, for making it so easy to work with, too!

    spencerp

    #51274
    Trent Adams
    Member

    No problem! Happy to point out what took me several searches to piece together!

    Trent

    #51273
    spencerp
    Member

    That is freaking awesome!! I had already done that ticket 438 lastnight.. but, now grabbed the other one and installed it.. Works like a charm!! Thanks Trent for pointing us in the right direction.. ;) =)

    spencerp

    #51341
    johanmaelson
    Member

    heu dudes … it’s a TinyMCE ability to use WYSIWYG to enter URL of you r picture and add it to textarea … i’m just edit some code in a image plugin for bbpress for compitability within html code which TinyMCE add.

    p.S image already has been uploaded … but for other reason .. you may use another wysiwyg which provided image uploading … or get commercial version of TinyMCE.

    #51272
    Trent Adams
    Member

    If you haven’t figured this out already, but there is a plugin for doing this at https://bbpress.org/plugins/topic/4?replies=1 and it does the following:

    Share user accounts between your WordPress blog and your bbPress forums.

    This plugin ensures current WordPress users can use the forum. As for registrations in bbPress and adding them to WordPress Users, check out:

    https://trac.bbpress.org/ticket/438

    It is a WordPress plugin to bring across the information for bbPress registrations.

    My blog is setup so users can register in WP or bbPress because with these 2 plugins, it doesn’t matter where they register.

    Thanks,

    Trent

    #51121

    Standard WordPress location:

    /wp-content/themes/blix/

    BBPress is located:

    /forum/

    BBPress template is:

    /forum/my-templates/

    #51876

    In reply to: Problem with my Domain

    Trent Adams
    Member

    First off, you are missing a slash to seperate the forum and all the URL’s that it generates. The actual place you installed bbPress is:

    http://www.fh-augsburg.de/~steinle/Pfeil/Forum/

    You need to adjust some things in your config.php file in the bbPress root (above directory)

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = 'http://www.fh-augsburg.de/~steinle/Pfeil'; // Example: 'http://bbpress.example.com'

    // There should be both a leading and trailing slash here. '/' is fine if the site is in root.

    $bb->path = '/Forum/';

    As to make sure it integrates, config.php should have something like this:

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you're not, just leave the rest as it is.

    $bb->wp_table_prefix = wp_; // WordPress table prefix. Example: 'wp_';

    $bb->wp_home = 'http://www.fh-augsburg.de/~steinle/Pfeil'; // WordPress - Options->General: Blog address (URL) // No trailing slash

    $bb->wp_siteurl = 'http://www.fh-augsburg.de/~steinle/Pfeil'; // WordPress - Options->General: WordPress address (URL) // No trailing slash

    /* Stop editing */

    Keep in mind this is no exactly depending on whether this is just WP or WPMU that you are using. As well, this assumes that you have those addresses in your WP options as well.

    I think you will get the idea from this example though.

    Trent

    #51120
    lordcoder
    Member

    where’s blix located ? on bbpress or wordpress templates folder ?

    #1024
    benebomber
    Member

    Hi,

    I got a Problem using bbPress with WordPress-Integration on the Server of my University.

    First Problem: There’s obviously no Stylesheet for the Forum-Site.

    Second Problem: When I Try to login to bbPress, there’s just a window which shows me that I don’t have permission to use this Site. I think that means that there isn’t any such Folder bbPress is looking for. Because when i’m looking up in my FTP-Client, this Folder isn’t listed. It’s “http://www.fh-augsburg.de/~steinle/Pfeil/Forumprofile/1”.

    The Domain is “http://www.fh-augsburg.de/” and WordPress is located in “http://www.fh-augsburg.de/~steinle/Pfeil”.

    I’ve got no idea what the Problem is. Please, anyone, can You help me???

    #1023
    Nola1974
    Participant

    SInce bbpress emphasizes so much that it can share the database with WordPress, it really should be written so that if you drop it in a WP subdirectory it automagically blends in with the WP installation. There seems to be no way other than hacking themes to get the bbs to look right, when this shouldn’t be an issue IMHO. Isn’t there a way to say … “if we’re sharing a WP database, then look here for the theme.”?

    #51119

    I think it’s the built in functions in Blix, that causes the problems. Like this string in the header of Blix:

    <?php require_once get_template_directory().”/BX_functions.php”; ?>

    When BBPress uses that header it generates an error.

    It’s my theory anyway.

    #51850
    peiqinglong
    Member

    That route would be acceptable until someone does a plugin or a core modification. Thanks!

    #51118
    lordcoder
    Member

    You need to change themes tags to bbpress ones , but like i do’nt have anything to do today , i ill do that for you ;-)

    #1005
    Trent Adams
    Member

    Is there a way to find out if Akismet is working on a bbPress forum? Is there a log or someway to tell if it is “theoritically” setup right?

    Thanks,

    Trent

    #1022

    Topic: Email masked

    in forum Plugins
    frhong
    Member

    Hi, I’m just wondering is there any plugin that can protect user’s email address? Because I’m thinking to develop a bbpress into a category information site, like craigslist. But it would be great if user can use a email system rather than post them on the page.

    If you know the email protection in craigslist, you probably know what I meant. Any ideas~~~?

    #51117

    Looks great. I only want to know how you did it!

    I have this site:

    Enghave Park

    Using the Blix theme.

    I have bbpress here:

    http://www.enghavepark.dk/forum/

    And I want the forum in the blix theme without the sidebar, but with the header and the footer.

    I’ve looked in the forum and know about the require_once in the config.php, but I can’t get it to work. Perhaps the path is wrong. Could somone post a step by step guide for this.

    Thanks in advance.

    #51066

    I am getting the same error, after updating my .htaccess file.

    Found the solution: https://bbpress.org/forums/topic/206?replies=7#post-1078

    #51773
    Trent Adams
    Member

    I don’t think WP user roles can be used in bbPress yet. In bbPress, you are either a user, a bozo or not registered. WordPress obviously has more roles. Unless I am missing something, that is where we are until someone writes a plugin or they change the bbPress core.

    #51774
    Trent Adams
    Member

    I think it is as simple as editing a couple files:

    /path-to-bbpress/bb-templates/login.php

    /path-to-bbpress/bb-templates/login-form.php

    Just change them to what information you want to display and upload them to:

    /path-to-bbpress/my-templates/login.php

    /path-to-bbpress/my-templates/login-form.php

    Uploading to my-templates is the key because it doesn’t change the original login form pages. If you make a mistake, you just delete the one in that folder and bbPress will use the originals in bb-templates.

    Trent

    #51849
    Trent Adams
    Member

    I don’t think so. There is a way to edit the search template on your bbPress forum though to add another option to search your entire domain using google. I would just search the forum for it if you are interested, but not being what you want, I think it will take some time to get someone to write a plugin to do it for us.

    Trent

    #51841
    spencerp
    Member

    Nevermind, I’m sorry tonight people.. I’m so behind on sleep, the brain is in bed, but I’m not.. The [Resolved] being added by the “thread titles” was a modification to the WP.ORG forums and so forth.. it’s not by “default” in the download of bbpress..

    Is there any chance of maybe having that a plugin or not, maybe? I wouldn’t mind getting a hold of that.. ;) =P

    spencerp

    #1020
    #51291
    spencerp
    Member

    UPDATE! Nevermind.. I got it working on ANOTHER BLOG of mine, lmao!

    http://www.spencerp.net/forums/

    I’m able to login to the bbpress forums, using my BLOG USER and PASS now.. WOOT WOOT!! I know what to do now, for when installing it on the main blog…. whee!!

    spencerp

    #51840

    In reply to: bbpress and 2.1 alpha3

    spencerp
    Member

    UPDATE: I was just running around the forums, in the admin control panel, and all. And everything is working just fine! This is awesome!

    spencerp

Viewing 25 results - 63,351 through 63,375 (of 64,159 total)
Skip to toolbar