Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,976 through 39,000 (of 64,523 total)
  • Author
    Search Results
  • #95016
    Ryan Gannon
    Member

    Can I ask why the theme has gone from child to parent? Won’t that hurt it’s future-proof-ness? Also it’s a headache for those of us making our own theme.

    #95015
    Laurens Offereins
    Participant

    Hey guys, two more questions for you awesome plugin builders:

    1. The user profile and the user edit profile link redirect to [root]/blog/forums/users but those pages don’t exist. The they should be without the ‘blog/’ (then it’s working correctly). Could it be an error in my setup or something else?

    2. The widgets (topics and replies) only show relevant items to the current page that is viewed. I.e. when I’m viewing the profile page of user X, the widgets only show topics and replies from user X. So the widgets are dynamic, but a little too dynamic in my opinion ;)

    Thanks for all the great work!

    #95014

    @submachiner – Use the /trunk version of bbPress. It fixes that specific issue and does not change the DB schema or integration methods.

    #99617
    mr_pelle
    Participant

    Question: since 1.0.3 was copied from the 1.0 branch, does it have ANY of the updates trunk has had since today..?

    If not, what’s the difference between the yet-unofficial 1.0.3 and 1.0.2?

    EDIT: as I thought, 1.0.3 does NOT have ANY of the latest updates… 0_o”

    #104717
    mr_pelle
    Participant

    Question: since 1.0.3 was copied from the 1.0 branch, does it have ANY of the updates trunk has had since today..?

    If not, what’s the difference between the yet-unofficial 1.0.3 and 1.0.2?

    EDIT: as I thought, 1.0.3 does NOT have ANY of the latest updates… 0_o”

    #95012
    Submachiner
    Member

    I have a question John. With the work being done on v1.0.3, is the tag issue cleared up?

    Its mentioned in this thread. We get this issue as well. Even replacing the tag.php like mentioned in the thread doesn’t work. I’m not asking for help related to it, just wondering if it will be fixed.

    https://bbpress.org/forums/topic/the-tag-was-not-removed

    #95011

    @alexchenco – Right now creating topics/replies from within wp-admin is in rough shape, and doesn’t work correctly. Debating on whether to fix or block for release.

    Thanks for kind words. Happy to have as many testers as possible. :)

    #99623
    #104723
    #95010
    alexchenco
    Member

    Hi guys, I have two questions (I think the first one is a bug).

    1. When I start a topic from the admin panel it doesn’t appear in the forums (and it doesn’t have voice). (I’m using WordPress 3.1 and bbPress 1.1 Alpha 2 downloaded from the link provided in this forum). Is this a normal behaviour? (Topics only appear in forums when I create them in the Create Topic page).

    2. Sorry if I didn’t see the post, you guys are doing an awesome job. When is the stable version of the plugin being released?

    Thanks in advance (I will be happy to report any bugs).

    #37611
    panosbax
    Member

    I am having extreme trouble integrating my wordpress (v3.1):

    http://www.thesourcegaming.com

    with my bbpress which is at http://www.thesourcegaming/forums.

    When i go to settings –> word press integration –> I have a problem at:

    This must match the value of the WordPress setting named “auth_salt” in your WordPress site. Look for the option labeled “auth_salt” in this WordPress admin page.

    This must match the value of the WordPress setting named “secure_auth_salt” in your WordPress site. Look for the option labeled “secure_auth_salt” in this WordPress admin page. Sometimes this value is not set in WordPress, in that case you can leave this setting blank as well.

    This must match the value of the WordPress setting named “logged_in_salt” in your WordPress site. Look for the option labeled “logged_in_salt” in this WordPress admin page.

    The problem is I don’t see these option on my WordPress Admin page. Auth_salt, secure_aurth_salt, and logged_in_salt don’t exist on the page, I’ve looked 10000000 times.

    I got the plugin and added “define( ‘COOKIEPATH’, ‘/’ );” to my wp-config.php

    And lastly can anyone explain what exactly what this part means?:

    You will also have to manually ensure that the following constants are equivalent in WordPress’ and bbPress’ respective config files.

    WordPress bbPress

    AUTH_KEY <=> BB_AUTH_KEY

    SECURE_AUTH_KEY <=> BB_SECURE_AUTH_KEY

    LOGGED_IN_KEY <=> BB_LOGGED_IN_KEY

    Any help is appreciate. I’m getting really frustrated :/ trying to find what I can via google/ here.

    #99599
    driz
    Member

    I have had a look at the latest version but there are template files inside the folder here: /bbp-themes/bbp-twentyten/ and also /bbp-themes/bbp-twentyten/bbpress/

    I have copied JUST the bbPress folder to my theme BUT there are still those other files that sit inside the root theme folder. Why are they NOT all inside the bbpress sub-folder?

    #104699
    driz
    Member

    I have had a look at the latest version but there are template files inside the folder here: /bbp-themes/bbp-twentyten/ and also /bbp-themes/bbp-twentyten/bbpress/

    I have copied JUST the bbPress folder to my theme BUT there are still those other files that sit inside the root theme folder. Why are they NOT all inside the bbpress sub-folder?

    #95009

    can you please show where the code is wrong?

    #99598

    The /forums folder in the bbp-twentyten folder is new as of a few hours ago. The bbPress plugin is programmed to look in a few places for its template files, two of which are “/forums” or “/bbpress”

    Eventually BuddyPress and bbPress will play nicely together, but until then there’s a bit of a disconnect since BuddyPress currently has no idea the bbPress plugin exists. :)

    If you have forums installed as part of your existing BuddyPress installation, eventually the bbPress plugin will include a script to migrate those forums over. Until then, they are two totally disconnected and separately functioning forums.

    #104698

    The /forums folder in the bbp-twentyten folder is new as of a few hours ago. The bbPress plugin is programmed to look in a few places for its template files, two of which are “/forums” or “/bbpress”

    Eventually BuddyPress and bbPress will play nicely together, but until then there’s a bit of a disconnect since BuddyPress currently has no idea the bbPress plugin exists. :)

    If you have forums installed as part of your existing BuddyPress installation, eventually the bbPress plugin will include a script to migrate those forums over. Until then, they are two totally disconnected and separately functioning forums.

    #95008

    @alex – The code snippet you’ve included is doing a few different things incorrectly. If you can pinpoint exactly where bbPress is causing your issues, I’m happy to fix it. :)

    @ashfame – Thanks :)

    #37605
    driz
    Member

    I have been building a website using WordPress and BuddyPress and have created my own custom theme that has BOTH WordPress and BuddyPress template files. I’m looking into using the bbPress plugin to build a forum but I’m rather confused about the theming system in the plugin.

    I have looked at copying the theme files from the templates in the plugin and I have two questions:

    1.) If I put them inside a /forums/ folder inside my theme would bbPress see the files?

    2.) What happens regarding the BuddyPress Forums system? I have read the blog post over on their website but I don’t fully understand what is happening regarding bridging these two plugins as in BuddyPress there is ALSO a /forums/ folder for the template files so would conflict with the bbPress plugin files if I have them in my theme.

    Thanks

    #99616
    Kasparas
    Participant
    #104716
    Kasparas
    Participant
    #99615
    Ramiuz
    Participant

    What are you all talking about with version 1.03?

    The newest is 1.02

    #104715
    Ramiuz
    Participant

    What are you all talking about with version 1.03?

    The newest is 1.02

    #99614

    no they are different. v1 is a standalone version and plugin branch is a WordPress plugin. It is a rewrite of the forum so they both are totally different.

    integrating bbPress with WordPress is not much of a big deal, quite easy! You can read related things here – http://blog.ashfame.com/bbpress

    #104714

    no they are different. v1 is a standalone version and plugin branch is a WordPress plugin. It is a rewrite of the forum so they both are totally different.

    integrating bbPress with WordPress is not much of a big deal, quite easy! You can read related things here – http://blog.ashfame.com/bbpress

    #99613
    Kasparas
    Participant

    Nice, i love bbpress becouse of it’s simplicidy, and new bbpress plugin it’s just same bbpress 1.0 with simplier integration ?

Viewing 25 results - 38,976 through 39,000 (of 64,523 total)
Skip to toolbar