Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,651 through 63,675 (of 64,450 total)
  • Author
    Search Results
  • #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

    #51839

    In reply to: bbpress and 2.1 alpha3

    spencerp
    Member

    Seems to have installed just fine! I’ll run around and check for any errors and report back here.. I installed that right along with my 2.1 alpha3 test blog, click the link below to see it.. =) ;)

    http://21.spencerp.net/

    spencerp

    #51838

    In reply to: bbpress and 2.1 alpha3

    spencerp
    Member

    Oh wait, slaps self.. I just noticed this: “We’ve only tested bbPress integration with the most recent stable release of WordPress, 2.0.5.”

    Alright, hmm.. maybe I’ll give it a shot then once.. maybe, I will have to cross the fingers though lol.. Wish me luck peoples!

    spencerp

    #1017
    spencerp
    Member

    I know this might sound, or, be a stupid question, but.. it’s safe to install bbpress right along beside 2.1 alpha3 right? If so, great! If not, is there anything I should know ahead of time?

    I just upgraded my main blog to 2.1 alpha3 a few hours ago, and wouldn’t mind meshing the two together. So, lay it on me peoples! I’m ready.. =P

    spencerp

    #1016
    danmaher
    Member

    Okay, so I’ve been all over the bbpress forums and I’m still a little confused. There’s talk about adding

    require_once(‘/path/to/wp-blog-header.php’);

    define(‘WP_BB’, true);

    to the top of the config.php file and then someone else said not to. Do I have to add this? And if I add it, do I have to recreate the forum again from scratch?

    Also, it tells me to add <?php bb_get_header(); ?> to the header.php file but when I do that it just loads a white page with nothing on it. What am I not understanding about the instructions?

    I’m trying to make the bbpress forums page look the same as the other pages on my site.

    #50707

    In reply to: freshness = -1 years

    Trent Adams
    Member

    I don’t know why, but my bbPress wouldn’t get the right time either. Keep playing with the timezone (+ or -) until a recent post has the right time. That will fix it in the shortrun. I am mountain (-7) and had to use Atlantic (-3) for it to work. The config.php file takes the timezone not that of the poster, but rather the timezone of the server it lies in. That is why you must play with it.

    Trent

    #49477
    pompilos
    Participant

    Thanks, teknoseyr, it worked. The problem was that only a few words are yet traslated, but this will change soon, I hope: bbpress has a lot of future.

    #51758
    teknoseyir
    Member

    Hi,

    Try changing values like that:

    $bb->domain = ‘http://localhost&#8217;;

    $bb->path = ‘/bbpress/’;

    #1012
    sniss
    Member

    I have a rather strange problem. When I click the “Send Post”-button I get a 302 Found, with the following message:

    The document has moved

      here

    .

    The link points to bb-post.php. When I click the link I get the following message:

    You need to actually submit some content!

    My .htaccess file that was generated from rewrite-rules.php is placed in the root of the bbpress-installation looks like this:

    RewriteEngine On

    RewriteBase /bbpress/

    RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ /bbpress/forum.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^forum/([0-9]+)$ /bbpress/forum.php?id=$1 [L,QSA]

    RewriteRule ^topic/([0-9]+)/page/([0-9]+)$ /bbpress/topic.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^topic/([0-9]+)$ /bbpress/topic.php?id=$1 [L,QSA]

    RewriteRule ^tags/(.+)/page/([0-9]+)$ /bbpress/tags.php?tag=$1&page=$2 [L,QSA]

    RewriteRule ^tags/(.+)/?$ /bbpress/tags.php?tag=$1 [L,QSA]

    RewriteRule ^tags/?$ /bbpress/tags.php [L,QSA]

    RewriteRule ^profile/([0-9]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^profile/([0-9]+)/([a-z]+)$ /bbpress/profile.php?id=$1&tab=$2 [L,QSA]

    RewriteRule ^profile/([0-9]+)/([a-z]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&tab=$2&page=$3 [L,QSA]

    RewriteRule ^profile/([0-9]+)$ /bbpress/profile.php?id=$1 [L,QSA]

    RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /bbpress/view.php?view=$1&page=$2 [L,QSA]

    RewriteRule ^view/([a-z-]+)$ /bbpress/view.php?view=$1 [L,QSA]

    RewriteRule ^rss/$ /bbpress/rss.php [L,QSA]

    RewriteRule ^rss/forum/([0-9]+)$ /bbpress/rss.php?forum=$1 [L,QSA]

    RewriteRule ^rss/topic/([0-9]+)$ /bbpress/rss.php?topic=$1 [L,QSA]

    RewriteRule ^rss/tags/([a-z]+)$ /bbpress/rss.php?tag=$1 [L,QSA]

    RewriteRule ^rss/profile/([0-9]+)$ /bbpress/rss.php?profile=$1 [L,QSA]

    The $bb->mod_rewrite is set to true.

    The post is inserted into the database, when I look at the frontpage of bbpress, but it is not redirecting properly.

    My webhost is one.com.

    Has anyone else experienced this fenomenon?

    #51752
    antonskey
    Member

    thanks, that worked great, now if only i could get the bbpress->wordpress plugin working

Viewing 25 results - 63,651 through 63,675 (of 64,450 total)
Skip to toolbar