Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 58,401 through 58,425 (of 63,978 total)
  • Author
    Search Results
  • #56981

    Vili. I have Dan’s avatar thing working on my wordpress blog, and I have installed bbpress and have been having the hardest time getting the integration to work. I am not very familiar with php, so if you could tell me what I am doing wrong, I would be grateful.

    I have bbpress installed in a subfolder one level up from my wordpress install in a folder called ‘forums’. I read all the comments here, and have looked at the Function integration part of the “Integration with WordPress” post per your suggestion. I added the code:

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

    to the bbpress config.php file, and it throws an error when I load bbpress. I have tried using ‘wp-blog-header.php’ and ‘/wp-blog-header.php’ and ‘/’ and even ‘ ‘ as the path to the file, and nothing works, it throws an error every time. I even tried a backslash! lol

    #62342
    Nghia
    Member

    okie my email is : toon @ w3sh . com

    (without space of course)

    #2448
    Sam Bauers
    Participant

    This information will only affect those following the bleeding edge of bbPress and WordPress development.

    bbPress now has implemented in it’s trunk both the new “phpass” hashing for passwords and the new “authcookie” cookie methods which are slated for release in WordPress 2.5

    This means that if you are integrating WordPress and bbPress then you can now test out the latest versions of each.

    If you have any feedback or problems with integration then post here or on the bbDev mailing list.

    #60150
    citizenkeith
    Participant

    “I ported GamerZ’s useronline plugin for wordpress to bbpress awhile back. Been meaning to clean it up and release it one day.”

    Any news on this one? :-)

    #50393
    citizenkeith
    Participant

    I have tried baptiste’s changes, but I’m still getting backslashes when quoting text (using the Quote plugin).

    I am integrating with WordPress, but I don’t use a WordPress Integration plugin, as referred to by RCanine. I’m using the bbPress Integration plugin.

    #62324
    intellivision
    Participant

    Second level domains must be the same, as sam said. (First level being .com, .net, .org etc). It’s for security… imagine the havoc if you had to buy every extension for your domain so that others couldn’t, and read your users’ cookie info.

    #62341
    fel64
    Member

    Post your email here, the topic will get locked and anyone interested will be able to get in touch (by forum policy).

    I will for sure; I won’t have time until Sunday, but I’ve got experience doing this.

    #2774
    Nghia
    Member

    Hello,

    I’m sorry if this is not the right place to post. I have a blog running latest WP version and i would like to do some work integration/customisation with BBPress. I’m looking for an experienced bbpress developer that can help on this project on an ongoing basis. If you are interested, please contact me.

    #62337
    chrishajer
    Participant

    One other thing some servers do is complain if PHP file permissions are set to 777 or something similarly open with access to everyone. I think the PHP files for bbPress just need to be 644, and I think 755 will work as well, but if they are more than that (read/write/execute access to owner, group and everyone) maybe your server is complaining about that?

    #2772
    dmr123
    Member

    I just installed bbpress. At first, I was able to log in, but if I tried to view my profile or the 1st post, I went to an error page. After trying to turn pretty permalinks off by making changes referred to in the documentation, then I only received a 500 Internal Server Error with an additional “404 Not Found error was encountered while trying to use an ErrorDocument to handle the request” no matter what page I tried to view.

    After this, I deleted all the tables in the MySql database and deleted then reuploaded all the files to start again. But still receive the Internal Server Error when I go to http://oneworldmeditations.org/forums/bb-admin/install.php or http://oneworldmeditations.org/forums/ which was the location of the bbpress blog.

    Can someone advise?

    #2771
    billsaysthis
    Member

    I’m new to bbPress though a longtime WP’er and would like to use bbPress for a new project. However one requirement that I cannot seem to nail down is whether or not we can have some forums in which only, say, moderators can post (while all logged in users can reply to those posts and anyone can read posts and replies).

    I searched here and in Google and have not found a definitive answer, at least not one which seems to work. However, this is a dealbreaker for us so thanks in advance if one of the more experienced forum members can give me an answer. Please note that doing this via a plugin is fine.

    Thanks!

    #62323
    Sam Bauers
    Participant

    You can’t share cookies across domains that are as different as that

    The domains need to have some common part like:

    blog.example.com

    forum.example.com

    #2769
    starnet
    Member

    Is it possible to have wordpress installed on a ‘mydomain.com’ and have bbpress on another domain (mydomain.net). It seems to me that bbpress config.php has variables for wp_home, wp_siteurl, wp_prefix that could possibly be on different domain.

    Has anyone tried this?

    (Thanks in advance)

    intellivision
    Participant

    require_once(‘../wp-blog-header.php’); …With that I get no admin pages*.

    require_once(‘../../wp-blog-header.php’); …With that I get no non-admin pages**.

    WP 2.3.2, bbPress 0.8.3.1, both are very fresh, no hacks etc.

    WP is at http://dencx/wp, bbPress is at http://dencx/wp/forum/. I’m developing locally, as you can see by the url’s.

    $bb->uri = ‘http://dencx/wp/forum/’;

    * = Warning: require_once(../wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /Users/matth/Sites/dencx/wp/forum/config.php on line 2

    Fatal error: require_once() [function.require]: Failed opening required ‘../wp-blog-header.php’ (include_path=’.:’) in /Users/matth/Sites/dencx/wp/forum/config.php on line 2

    ** = Warning: require_once(../../wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /Users/matth/Sites/dencx/wp/forum/config.php on line 2

    Fatal error: require_once() [function.require]: Failed opening required ‘../../wp-blog-header.php’ (include_path=’.:’) in /Users/matth/Sites/dencx/wp/forum/config.php on line 2

    #2766
    cart3r
    Member

    Hello all,

    I recently dove into the exciting world of BBPress, and in the midst of working out a custom theme (tweaking structure as well), I was wondering if the following things were even possible to do, or are they more suited to be plugin requests?

    – attach forum name to latest topics of main page. ie I want to have a topic display like this:

    “Plugins | Lorem ipsum dolor sit amet”

    (where “Plugins” is the forum name and “Lorem ipsum dolor sit amet” is the topic, obviously.

    – Within each topic, separate the original post from the comments. I guess this is similar to how a blog entry is; with the entry featured at the top, and the comments displayed below and less prominently. It seems like the way BBPress is coded they can only be stacked on top of each other and have a similar design treatment?

    – Tweak post count so that if no has yet replied to a post it is “0” instead of “1”

    Hopefully these are just things that are right under my nose that I haven’t been able to figure out, but let’s see…

    Thanks!

    #2765

    Topic: cannot select DB

    in forum Installation
    bedfordbear
    Member

    sorry guys but looked through some of the other answers related to this and it goes way over my head.

    i created a mySQL dB through cpanel it’s called bbpress when i look at the databases then it is now called rogermby_bbpress do i use this full string as the dbname?

    same with the user bbadmin is now rogermby_bbadmin

    the password i entered when i made the db do i just add this (in plain text exactly) along with the other info above to the config.php file?

    when i look in my wp-config.php on one of my wordpress installs it uses the rogermby_wrdp1 as the database name and user!?

    i did all the simple steps but all i get is cannot select DB. i am installing on a subdomain xxx.yyyy.com is that an issue?

    ok forget that something changed and it works :) i have the same problem with wordpress sometimes if i leave a problem in the night and come back in the morning its fixed, you think my network operator or somebody caches something and i cant clear it?

    #2764
    nook77
    Member

    Hey Everyone,

    I have read through tons of posts with email problems…and I have still not been able to resolve the issue I’m having.

    If you goto this URL, you will see that the mail test php file I put on my server works fine: http://www.crookedhook.net/forum/mailtest.php

    I recieve the email and everything.

    But when you try to reset your password (any user!) or just wait for EMAIL conformation about the forum. The email is never sent and it never reaches the clients address. JUNK MAIL folders are EMPTY, the mail is not getting caught up in that.

    I had wordpress installed for this site, then we decided not to use wordpress and to go with BBPRESS. So basically I deleted the wordpress folder, and uploaded the BBPRESS Files. Put in my mySQL infor chaned a few things in config, so it has my email etc… and it worked! just the email isn’t!

    Maybe I missed a setting or something in the setup?

    Hopefully someone can help!?

    Talk to you all soon!

    CHEERS

    #62291
    basher
    Member

    Thanks fel64, I got through the setup now. :) I installed BBpress without WP integration because it told me that I’ll be able to do after install, in the admin menu.

    So I did. After install I logged in and went to the Integration with WordPress menu and filled in the required fields. After saving changes I couldn’t go back to the Admin menu, because the option went away.

    In the upper left corner it says: “Welcome, admin! View your profile (Log out)” Before integration there was an Admin option too to access the Admin menu.

    The only thing now I can do is to post into the default forum as a member. Any idea?

    #62289
    basher
    Member

    Hi guys!

    I’m new to WP and BBpress too. So far I couldn’t integrate the forum into my WP install, but I found the secret value:

    I logged in as admin into WordPress, and visited the options menu. In the addressbar modified the options-general.php part of the url to options.php and it showed the secret value. Is that right or I did something wrong? :)

    With WP integration, at the third step of the bb install, I can’t select a Key master from the dropdown list because there’s no user listed. So I can’t finish the setup. At the first step, do I have to set the BB database table prefix to match my WP installs table prefix?

    #62298
    chrishajer
    Participant

    So, why the PHP error then? Is it related to the PHP version (I think this was happening with PHP version 4.x vs servers with version 5.x)?

    Did anyone review this solution?

    #62277

    In reply to: Import/Export Work

    Sam Bauers
    Participant

    bbPress has a fledgling xml exporter. We had a discussion on IRC#bbpress recently about creating an importer of the same format.

    This would be great for migrations and backups, and if we wrote some code for other forum software to export to this same format, we would have greater ability to cross-grade.

    #62288
    Sam Bauers
    Participant

    The “secret” in the installer is only relevant once the new cookie creation methods in WordPress trunk are ported across to bbPress.

    That should be soon.

    Matching it with the secret in WordPress is only necessary for integrated installs.

    Furthermore, there are two secret values. One in the config file, and another in the database.

    The only way to retrieve them from WordPress at this stage is to look at the config file and to manually query the database.

    I realise this is messy at the moment and I am trying to get things up to parity with the current WordPress trunk.

    #62295
    chrishajer
    Participant

    I’ve seen two or three seemingly unrelated problems pop up related to something like this:

    if ( is_callable( 'glob' ) )
    foreach ( glob(BBPLUGINDIR . '_*.php') as $_plugin )
    require($_plugin);

     

    Seems like if there are no underscore plugins, this fails. I don’t follow the code exactly, but further up in that file, it defines BBPLUGINDIR if it’s not already defined as (basically) my-plugins/. But this line just says “if glob is callable, then go through the directory for all underscore plugins”. What happens if there are no plugins there? This would return false, maybe, instead of an array?

    And, is there a good reason NOT to include a blank directory for my-templates and my-plugins? At least then people would know where to put stuff. I mean, what IS the reason? WordPress comes with wp-content/themes/ and wp-content/plugins/ directories, and by default, two themes and two plugins. That eliminates the possibility of something missing. Of course, people could delete those, but right off the bat, they wouldn’t and things would just work when they started out.

    At the very least, I think this should be fixed to have a conditional looking for underscore plugins before looping through them (i.e. if there are none, you can’t loop through them.)

    Maybe someone with a better read on it can explain to me exactly what’s happening.

    #62286
    chrishajer
    Participant

    I am interested to hear what this is. I’ve never heard of a secret between bbPress and WordPress…

    What is it that you’re unable to do (other than access phpMyAdmin)?

    #2762
    bbolman
    Participant

    First: what is the “secret” option set in the WordPress database that bbPress asks for when setting up WP/BB integration in the installer?

    Second: Is there some sort of easy way to access the “secret” value? At the moment, I can’t access phpmyadmin, so I’m wondering if there is some WordPress plugin or script that could do this for me?

Viewing 25 results - 58,401 through 58,425 (of 63,978 total)
Skip to toolbar