Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,576 through 38,600 (of 64,523 total)
  • Author
    Search Results
  • #38065
    Syrinxie
    Member

    Role maps were working fine. But then I installed User Role Editor by Vladimir Garagulya and when it failed to produce the results I wanted, I hit reset, deactivated it, and uninstalled/deleted it.

    WordPress users are “Members” and bbPress users are “Inactive (no role)”.

    I can’t change them as one anymore.

    I use: bbPress 1.0.3, WordPress 3.1.1. , and Buddypress.

    #38063
    arnodevries
    Member

    I installed two plugins (BBvideo en EasyVideoEmbed). Both are activated and visible in the Dashboard.

    But when I click on the plugin name I get this error message:

    “There is no administration page at the requested address. Please check the address you entered and try again”.

    I uploaded both plugins in the my-plugins/ directory

    /my-plugins/bbvideo and

    /my-plugins/easy-video-embed

    All files are CHMOD 755. Both dirs contain all files, including admin.php.

    My BBpress is integrated with a WordPress installation. My role is key master.

    Other plugins work well (support-forums).

    #38062
    Doug
    Member

    Will these next point releases mark the start of the “bbPress as a plugin” releases? I have a couple of projects in the works that are waiting on this next level of bbPress & BuddyPress integration.

    If this is addressed elesewhere, please point me to a link. I looked on the bbP & BP blogs and forums, but did not find an answer to the question.

    Thanks,

    Doug

    flasht2
    Member

    Hi.

    There are 2 bugs.

    First with WP integration – after logging in from WP 3.1, everything seems to be fine, I can access forum, can even write posts or delete them, but can’t access to bb-admin – it redirects me back to forum main page. When i logout and login from bbpress, it works fine.

    Second bug is that list of unanswered topics is always empty. Even when there are unanswered ones.

    Best regards,

    FlashT

    #95097
    Gautam Gupta
    Participant

    Is there a way of utilising the hook transition_post_status only when it’s in reference to a topic or reply? Or is there a function for this already?

    I’m looking to only call a function when a user posts a topic or reply, possibly when a post gets spammed or trashed.

    You can use the hooks bbp_trashed_topic, bbp_trashed_reply, bbp_spammed_topic, bbp_spammed_reply. All those supply you with the reply or topic id. :)

    #95096
    Ryan Gannon
    Member

    I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.

    No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.

    I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.

    Does anyone know where WordPress is told to use this particular URI structure?

    How long have you had this installation?

    #95095
    moonoi
    Participant

    Adding to the question above:

    I found out that when I type in /blog/forum/test-forum I’m not redirected but just shown the 404 page. All other combinations ends in a redirect back to the front page.

    I can see in the posts table that WP saved the permalink as http://localhost.localdomain/?post_type=forum&p=8053. Requesting this URL just results in the redirect.

    I already tried saving permalinks settings a number of times. I also tried each of the custom structure combinations mentioned in here such as /%post-type%/%post-name%/etc., and I tried disabling “neat” permalinks all together. Nothing seems to work.

    #95093
    moonoi
    Participant

    I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.

    No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.

    I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.

    Does anyone know where WordPress is told to use this particular URI structure?

    AdminDePajas
    Member

    I need to have access to all the emails or export them.

    #77085

    In reply to: bbpress and memcache?

    gregfielding
    Participant

    What’s frustrating is that batcache is only supposed to affect visitors who are not logged in. So, anyone making blog comments or forum postings shouldn’t be impacted. But, not so.

    With my setup there are two possible files to tweak: batcache’s advanced-cache.php and memcached’s object-cache.php.

    Advanced-cache looks to only have one section to tweak, which asks how long to wait before caching (2 visits in 30 second, etc.). I’m thinking that, because batcache only works for not-logged-in members, this file isn’t the culprit.

    object-cache.php is a decent sized file with a ton of room for tweaks. Please let me know if any of you have successfully tweaked this file so as not to mess up your forum and blog comments.

    Thanks!

    #95092
    Ryan Gannon
    Member

    Is there a way of utilising the hook transition_post_status only when it’s in reference to a topic or reply? Or is there a function for this already?

    I’m looking to only call a function when a user posts a topic or reply, possibly when a post gets spammed or trashed.

    #100000

    In reply to: question

    zaerl
    Participant

    what is the intended URL mean?

    The folder where you have uploaded bbPress. If the foldex is called quax then go to jollysquirrel.com/quax

    #105100

    In reply to: question

    zaerl
    Participant

    what is the intended URL mean?

    The folder where you have uploaded bbPress. If the foldex is called quax then go to jollysquirrel.com/quax

    #99992

    In reply to: bbPress disappears

    hostpanic
    Member

    Thats because it’s a plugin for WordPress, not bbPress

    #105092

    In reply to: bbPress disappears

    hostpanic
    Member

    Thats because it’s a plugin for WordPress, not bbPress

    rootusr
    Member

    Same question.. anybody please? I found an old plugin for doing this in Worpress but is not working anymore with the current versions..

    rootusr
    Member

    Same question.. anybody please? I found an old plugin for doing this in Worpress but is not working anymore with the current versions..

    #38047

    Topic: question

    in forum Installation

    I’m stuck at the part in the instalation that says “Visit the intended URL of the bbPress site”

    my site is a wordpress site, but the main domain name is the root

    jollysquirrel.com

    I have uploaded the uncompressed bbpress zip file to my server

    what is the intended URL mean?

    #99999
    christofian
    Member

    fixed, the problem was that $_GET["page"] = $wpbbpmpage; should have been $wpbbpmpage = $_GET["page"];

    #105099
    christofian
    Member

    fixed, the problem was that $_GET["page"] = $wpbbpmpage; should have been $wpbbpmpage = $_GET["page"];

    #38046
    christofian
    Member

    Hi, I’m working on a plugin for the bbpress plugin version. I’m trying to add private messages to the bbpress plugin, and I have already done a lot of work on it.

    My problem is I’m trying to add a page in the bbpress profile to display the private messages. I’m trying to do it by modifying /bbpress/bbp-themes/bbp-twentyten/bbpress/user.php so it looks like this:

    $_GET["page"] = $wpbbpmpage;

    if( $wpbbpmpage == recieved ) {

    get_template_part( ‘bbpress/user’, ‘pm-recieved’ );

    }

    elseif( $wpbbpmpage == sent ) {

    get_template_part( ‘bbpress/user’, ‘pm-sent’ );

    }

    else {

    // Profile details

    get_template_part( ‘bbpress/user’, ‘details’ );

    // Subsciptions

    get_template_part( ‘bbpress/user’, ‘subscriptions’ );

    // Favorite topics

    get_template_part( ‘bbpress/user’, ‘favorites’ );

    // Topics created

    get_template_part( ‘bbpress/user’, ‘topics-created’ );

    }

    So that when the url is http://siteurl.com/users/username/?page=sent a list of all the private messages that the user sent will be displayed, and when the url is http://siteurl.com/users/username/?page=recieved a list of all the private messages that the user has received will be displayed. Right now the code isn’t working, and I have no idea why. If someone could tell me where I’m going wrong, I would appreciate it a lot.

    NOTE: This is my first wordpress plugin, and I’m pretty proud of myself for coming this far :)

    Thank’s for your help,

    -Christofian

    #99997
    talkative
    Member

    How to install and where to download these files?

    #105097
    talkative
    Member

    How to install and where to download these files?

    #99996
    Ben L.
    Member

    You could either make your bbPress theme look like your WordPress theme or use the bbPress WordPress Plugin, which is currently still in development.

    #105096
    Ben L.
    Member

    You could either make your bbPress theme look like your WordPress theme or use the bbPress WordPress Plugin, which is currently still in development.

Viewing 25 results - 38,576 through 38,600 (of 64,523 total)
Skip to toolbar