Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 16,851 through 16,875 (of 26,877 total)
  • Author
    Search Results
  • #98835
    rxtalk
    Member

    I’m still getting error messages with bb standalone. I can’t figure out what i’m doing wrong… http://www.pharmacistcareeroptions.com/forum

    #103935
    rxtalk
    Member

    I’m still getting error messages with bb standalone. I can’t figure out what i’m doing wrong… http://www.pharmacistcareeroptions.com/forum

    #98834
    rxtalk
    Member

    Thanks! I tried downloading that version first and couldn’t get it to work, so I downloaded wordpress (which ironically works fine) but can’t get bbpress to function. I guess I’ll start from scratch and try again.

    #103934
    rxtalk
    Member

    Thanks! I tried downloading that version first and couldn’t get it to work, so I downloaded wordpress (which ironically works fine) but can’t get bbpress to function. I guess I’ll start from scratch and try again.

    #98833

    No. The only version that is publicly available for download (using the red tab in the upper right hand corner) is a standalone version of bbPress that does not require WordPress to work.

    The version that is currently in development is a plugin for WordPress, which will require WordPress first.

    #103933

    No. The only version that is publicly available for download (using the red tab in the upper right hand corner) is a standalone version of bbPress that does not require WordPress to work.

    The version that is currently in development is a plugin for WordPress, which will require WordPress first.

    #37011
    rxtalk
    Member

    I like the forum function of wordpress, but am not interested in blogs from wordpress. Do I have to install wordpress in order for bbpress to work?

    #37010

    A few people have expressed concerns about the growing number of template files included with the bbp-twentyten theme. Not counting CSS/JS/Images, we’re up to 32 individual template files to handle forums, topics, replies, loops, forms, users, and pagination. These concerns are totally valid, but mostly unavoidable.

    The goal for bbp-twentyten is for it to be as simple to understand as possible without tons of proprietary functions or complex logic to figure out. To do that, we’ve split some of the files into ‘parts’ that focus on specific functionalities. Some of this doesn’t make a whole lot of sense right now because of lack of documentation, and it uses functions that are new to WordPress as of 3.0, but I’m confident it’s the best way to go.

    When I think back to my beginning days of learning WordPress, a lot of what I did was butcher Kubrick and make my own frankentheme. I’m trying to keep that in mind here. Since the first place people naturally make changes is on the front end of their site, this theme should make that really easy to do.

    We also have an empty folder for a theme named ‘bbp-default’ which will more than likely be a full-featured theme that flexes a bit more bbPress muscle.

    I think when bbPress has more eyes on the code and more developers start integrating forum files into their themes, we’ll see some really neat things start to happen.

    #98745
    KayBeSee
    Member

    I have completed the first tutorial, but when I log in on wordpress, I am still not logged in on the forums.

    I tried the Deep Integration on the Theme Matching tutorial, but when I do so I get an error on line 15 of the bb-config file.

    My bb-press and wordpress are in the same database and the locks are on the salts, auth codes, etc.

    Any help?

    #103845
    KayBeSee
    Member

    I have completed the first tutorial, but when I log in on wordpress, I am still not logged in on the forums.

    I tried the Deep Integration on the Theme Matching tutorial, but when I do so I get an error on line 15 of the bb-config file.

    My bb-press and wordpress are in the same database and the locks are on the salts, auth codes, etc.

    Any help?

    #94825

    My rule regarding trac vs forums, is that the forums are traditionally for support and confirmation of an issue occuring, and the trac is for when bugs appear that can be duplicated and/or you have a suggested code change. You can even drop enhancement requests in the trac if you have a really neat idea, even better if you have a patch to match it.

    Core developers live and breathe by the trac. If it isn’t in there, it doesn’t exist. It’s our diary of development, and without it our lives would be much more difficult. The trac is less social, and more developer speak. The forums tend to be a little more relaxed.

    With WordPress 3.1 almost in its third release candidate, we can expect it to ship really, really soon. That said, it makes sense to drop 3.0 support and focus on 3.1. I’ve made sure we’ve stayed compatible with 3.0 this entire time, but it’s time to focus on the version of WP that the bbPress plugin will see the most use on.

    Thanks to everyone that’s been testing on 3.0 installations. If you *really* want this to be 3.0 compatible, definitely open trac tickets and contribute patches to keep that support alive.

    #98801

    Try instructions from my article – bbPress deep integration

    #103901

    Try instructions from my article – bbPress deep integration

    #37005
    handuraw
    Member

    Right now, I’m trying to deep integrate bbPress with my current WP website. I’ve consulted a lot of forum but nothing seems to help me fix my problem. Here’s what happened:

    When I included the line

    require_once(‘/var/www/w3/wp-load.php’);

    I can’t access my bbPress site anymore. It gives me an Error 500 instead. I don’t have any idea where to go from this. The tutorials online doesn’t help fixing this problem. It seems that this single line is having some attitude, I don’t know.

    I consulted the error log and gives me some errors like this. I only copied few lines, but there are several similar error for different bbPress php files.

    [Fri Jan 07 23:47:52 2011] [error] [client 18.96.6.7] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/w3/forum/bb-includes/backpress/class.wp-taxonomy.php on line 581, referer: http://domain.tld/forum/bb-admin/options-wordpress.php

    [Fri Jan 07 23:53:55 2011] [error] [client 18.96.6.7] PHP Fatal error: Call to a member function get() on a non-object in /var/www/w3/wp-includes/cache.php on line 93, referer: http://domain.tld/forum/bb-admin/users.php

    [Sat Jan 08 00:00:15 2011] [error] [client 18.96.6.7] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/w3/forum/bb-settings.php on line 186, referer: http://domain.tld/forum/bb-admin/users.php

    I would really appreicate some help. I really would want to integrate both.

    Thanks!

    #94817
    intimez
    Participant

    if all topics are deleted from a forum, freshness shows a time instead of showing ‘no post’ message.

    wordpress 3.04 and branches_plugin-2778

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

    #94815
    Willabee
    Member

    Does the plugin already have some function like the is_single() function in WordPress? Would be handy for the project I’m working on atm. :)

    #98765
    McGeeSteve
    Member

    Can’t you use User Access Manager plugin?

    https://wordpress.org/extend/plugins/user-access-manager/

    If WP and BB are integrated? At least, that’s what I was hoping…

    #103865
    McGeeSteve
    Member

    Can’t you use User Access Manager plugin?

    https://wordpress.org/extend/plugins/user-access-manager/

    If WP and BB are integrated? At least, that’s what I was hoping…

    #94814
    Rich Pedley
    Member

    Had to resave permalinks as well.

    I’m noticing more issues as well.

    eg:

    function _wp_get_user_contactmethods() in /public_html/wordpress/wp-content/plugins/bbpress/bbp-includes/bbp-user-template.php on line 721

    when trying to edit a users profile in the front end.

    incoming trac ticket.

    #91306
    Rich Pedley
    Member

    They are already posted automatically I believe – https://irclogs.wordpress.org/

    #98744
    #103844
    #98715

    thats how it should be.

    bbPress -> keymaster

    WordPress -> administrator

    I am good at fixing & troubleshooting myself. Please wait for someone to stop by and assist you.

    If you want me to do it for you, then let me know – http://blog.ashfame.com/contact-ashfame/

    #103815

    thats how it should be.

    bbPress -> keymaster

    WordPress -> administrator

    I am good at fixing & troubleshooting myself. Please wait for someone to stop by and assist you.

    If you want me to do it for you, then let me know – http://blog.ashfame.com/contact-ashfame/

Viewing 25 results - 16,851 through 16,875 (of 26,877 total)
Skip to toolbar