Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 21,926 through 21,950 (of 26,846 total)
  • Author
    Search Results
  • #71884
    frank1000
    Member

    bbPress permalinks still not working for me.

    I have also a wordpress installation with the same hosting company on the same account. Rewrite works perfectly.

    My bbPress site 0.9.04:

    I tried ‘MultiViews’ and the ‘generated Rewrite rules’ in my .htacess file and nothing gets the pretty links to work. The html links are generated well but the pages are not found.

    There must be something else. Any hints for me?

    I am not into the Unix stuff too much and I am wondering if .htaccess files need a kind of ‘server restart’ or etc.???

    When I installed bbPress I also needed to add a line that instructs the server to use PHP5 instead of prev. versions. The bbPress requirements spoke always about PHP >4.3… so that was not right as well. I am wondering if the permalink stuff is may be not 100% at this point.

    Besides of that… bbPress is definitely a super cool product from you WP guys! It rocks and finally brings a good looking message board on the plate. Good work. Thanks!

    I appreciate a help re. the permalinks.

    Frank

    #63957
    circuit
    Member

    i have wp 2.7 working fine with 1.0 alpha 6, as do some other users. i don’t remember doing anything special apart from manually pasting all the wordpress keys into the bbpress config file. the automatic config didn’t write anything to the files. it all worked fine once i did it manually.

    #63956
    chrishajer
    Participant
    #71681

    Hi, Sam, and thanks for the reply and attention. The bb-config.php and wp-config.php files are practically identical, so the answer to your question is: no.

    #63955

    How long until a working Stable with this cookie setting correctified?

    #63954

    That really sucks.

    #71920
    chrishajer
    Participant

    bbPress live does the opposite (I think it lets you show bbPress information in a WordPress site):

    https://wordpress.org/extend/plugins/bbpress-live/

    Sounds like the plan is to allow what you’re looking for in future versions:

    https://bbpress.org/blog/2008/10/bbpress-10-alpha-2-released/

    You used to be able to use bbSync to do this, but that was prior to the 1.0 alpha versions.

    https://bbpress.org/plugins/topic/bbsync/

    I’m not certain how you do this with the Alpha versions

    #4869
    patrick10128
    Member

    Hi everyone,

    I am using WordPress 2.7.1 and bbPress 1.0-alpha-5. I am looking for a plugin – most likely for WordPress – that will add a topic in a forum when a post is published. This way users can discuss the post within the forum, rather than leaving a comment. I remember I had a plugin that could do this a while back, but I cannot find it, and it’s probably out dated by now.

    Please let me know of any plugin that could do this.

    #71916
    chrishajer
    Participant

    It would be easiest to hard code them if they don’t change very often.

    _ck_ described how to get bbPress information inside WordPress. Maybe something similar would work in an opposite fashion to get WordPress information inside bbPress:

    https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration

    #4868
    coolsaggu
    Member

    I installed WordPress 2.7, along with BBpress 0.9.0.4.

    Both my wordpress and bbpress use the same theme style.

    However, the links in header and footer use permalink function get_page_link in WP. But this is not defined in bbpress.

    Is there any way, we can fetch the permalinks defined for WP pages and display them on bbpress footer.

    Any help will be grateful.

    #71680
    Sam Bauers
    Participant

    The class.bpdb-multi.php class is used everywhere.

    Have you somehow accidentally entered your WordPress admin username and password in the WordPress user database settings area?

    #70335
    pvf
    Member

    Hello,

    i have just recently got bbpress alpha 6 to work with my installation of wordpress 2.7… just how long will it be until it is safe to move the integration to a live site?

    thanks,

    pvf

    #71679

    After some more digging, I’ve found that the perpetrator is the db_connect() function inside class.bpdb-multi.php. I don’t understand why that file should be in use on a non-multi WP/bbPress installation, but either way it’s that file that does the offensive db_connect_host() call with erroneous credentials, host, etc.

    What’s really weird is that the front page of bbPress works, while opening a topic yields the “Access denied for user ‘admin’@’localhost’ (using password: YES)” error message. Why would class.bpdb-multi.php be in use on a topic page but not on the front page? Makes no sense.

    #71678

    I’m having the same problem and it seems that the WP integration for whatever mysterious reason forces the MySQL connection into “localhost” mode. I’ve configured both WP and bbPress to connect to another MySQL host, but still it seems like bbPress is trying to connect to “localhost”.

    I added a print_r($args) inside the db_connect_host() function and found that the function is called twice and the first time the credentials, host, etc., are correct and the second time they aren’t. The second time the function is called, the credentials are for some reason set to the ones of the logged in user. So somewhere in the bbPress code, authentication is done not with the values stored in bb-config.php, but with the username and password of what’s stored in the session cookie and the host is then set to “localhost”.

    I don’t know how to investigate this problem any further.

    #68844

    That makes sense, and I think it’s a really good way to say that neither platform has 100% of the things that anyone wants, hence the pluggable nature of them.

    It sounds to me like you want BuddyPress without the WordPress MU capability, which is totally possible to do. I’m in the process of mirating a WP/BP integration to BuddyPress myself, and I think it’s exactly what I’ve been trying to modify WP/BP to do with plugins and hacks.

    #68843
    joemoak
    Member

    That’s a fair question, John. Blog apps are great if you want a place for a few privileged people to talk about what’s on their minds. Blog apps are not so great at managing discussions and comments from readers. Forum apps are great managing users and discussions. I considered dropping WordPress for bbPress altogether, but bbPress (and most forum apps) lacks many of the other features I want; listing of posts with full or summary text on the front page, image management, static pages, related posts plugins, etc.

    How do people maintain and track their own conversations on the blogs they visit? Outside of third-party services like CoComment, it’s very laborious. Bookmark each page you post a comment on? I guess that works.

    Really I’m just looking for a way to encourage discussion and make it easier for people to stay involved. You’re right, maybe I need to rethink my strategy altogether.

    I did a little more searching and found a WordPress plugin that does almost exactly what I want with Vanilla: Janine for Vanilla

    #68478
    yokima
    Member

    ipstenu: it was this http://ciarang.com/posts/mediawiki-with-wordpress and some adjustments:

    1. I installed wordpress on /blog and mediawiki on /wiki and bbpress on /talk

    -> for this I added an absolute path with the line $WP_relpath=’/var/www/html/krcla/blog’; and set the cookies to point to the root folder

    2. some others that I can’t remember at this point..

    The result is that MediaWiki ends up being somewhat heavier than a plain mediawiki, but by redirecting both bbPress and MediaWiki logins to WordPress, I get a single WordPRess login action -> logged in WordPress, bbPress, and two MediaWikis!

    #4860

    Topic: BBPress to PHPBB

    in forum Installation

    Hi there,

    Question for all of you. I am currently using wordpress and bbpress for a forum and I want to know if its possible to transfer members/posts over from WP/BBPress to a PHPBB message board? I don’t know a ton about databases as far as back end coding etc, but I wonder if its possible and how easy/hard it would be to make it work?

    Thanks for any information,

    Adam

    #4859

    Topic: Why isnt…..

    in forum Themes
    level200
    Member

    BBpress available as a install with wordpress and use the same template, if its made by the same people.

    its a pain trying to look for a good template for both

    #68476
    C Bog
    Member

    i have spent some time now analyzing the code of bbpress and wordpress.

    it seems to me that an update of the old bbpress code (version 0.9.0.4) is unfeasable, because sam already managed to succesfully integrate version 1.0 with wordpress 2.7.1

    all you have to do in order to use bbpress alpha with the recent versions of wordpress is to follow the bbpress installation instructions and it will work out of the box.

    there is still some work to be done. as far as i can tell, bbpress and wordpess use multiple cookies for multiple paths. the one they share is the one for the root path. so… if you login into wordpress, you won’t be logged in into bbpress admin section. this does not happen the other way arround.

    it is not recomended though to use the alpha version in production sites. for now, it seems that a downgrade of wordpress would be the best solution.

    #4856

    Topic: Atheneum School

    in forum Showcase
    teddyc
    Member

    Got BBpress and WordPress set up for a small school in Alaska. Almost ZERO customization (outside colors) since I just started using both WordPress and BBpress a month ago and I don’t know my butt from my elbow. But I have big grandiose ideas that hopefully will see the light of day (if my brain can ever absorb all of this).

    I’m just happy they are both integrated with the user tables and (log–in/outs) are working perfectly. The school is happy so far too. Yay!

    http://atheneum.org

    #68842

    I always scratch my head at this one and ask myself “what’s the point?”

    Not trying to sound like an ass, but I really do not understand why.

    Logically I think to myself that if you really want it to work that way, then why even use WordPress at all? Just use bbPress and have a forum sans all the blogginess.

    #68841
    joemoak
    Member

    I have the same question. The latest mod post regarding bbSync said “it’s broken right now.” Any other options?

    Ideally, I would like a new WordPress post to create a new forum topic and for all comments to be handled by bbPress. Possible?

    #68475
    circuit
    Member

    i am running wp 2.7 and bbpress alpha 6 with no issues… not really sure how i did it, but i’ll help if i can…

    #68474
    C Bog
    Member

    as far as i can see, by studying the code, wordpress has introduced a salt for hashing the passwords since 2.5

    bbpress (my version is 0.9.0.4) has not updated it’s functions to include this salt.

    the alpha release of bbpress 1.0 seems to take care of this problem, but the file structure, as far as i can see is completely different from the older versions, so a simple copy & paste wouldn’t do.

    maybe the stable 1.0 release will take care of this issue, but since then (i don’t recommend using the alpha version on production web sites) i will try to modify the pluggable.php file of bbpress 0.9.0.4 in order to allow the usage of salts.

    i’ll be back these days with further details.

Viewing 25 results - 21,926 through 21,950 (of 26,846 total)
Skip to toolbar