Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 26,701 through 26,725 (of 64,535 total)
  • Author
    Search Results
  • #129435

    Topic: Related Topics

    in forum Plugins
    ricsbest
    Participant

    Hello!
    I need a plugin to create related topics in topics, not in posts or pages.
    My site is a Forum based in topics. The posts are redirected to topics using Page Links To plugin.
    I tried Yet Another Related Posts Plugin but it does for post and pages only…
    Does anyone know a plugin for this ??

    I’m using WP 3.5.1 and BBpress 2.2.4.

    http://www.turismoorlando.com.br

    Thanks!

    #129431
    Dan
    Participant

    I’ll start hanging out in #bbpress IRC a bit. I didn’t know there was one, I use IRC regularly anyway

    #129428

    In reply to: bbPress 2.2.4 Released

    David100351
    Participant

    Minor point: if a topic is moved from one forum to another, the freshness is not updated. So one can have links to the same topic from both the old and new forums.

    This is only overwritten when a new post is made to the old forum (on a different topic, obviously)

    2.2.4 with 3.5.1

    #129410
    progamer
    Participant

    I installed bbpress and would like to change the theme with a different bbpress theme.  Is there a website that give clear instructions on how to do this?

    #129405
    progamer
    Participant

    I have installed bbpress into my website and would like to change the theme. Is there a guide for this? I found many themes online that look great but dont know how to use them.

    #129286
    clickmac
    Participant

    it works yes, but not responsive. And feature to upload avatar, would make bbpress alot more aweseome… most people look for that when they try to edit their profile. and I’ll take your advice and comment on the ticket.

    #128866

    In reply to: Add mobile version?

    yetanotherlogin
    Participant

    Thank you. So at this point, there’s no official bbPress upgrade to support both desktop and mobile versions.

    hechao
    Participant

    I have bbpress installed on my site, when I log in with a test normal account (participant), and click on forum page, I just got 404 error.

    I deactive all the plugins, and check one by one, finally I found this plugin caused this 404 error, okay, I found the problem, but I don’t know how to fix it 😀 I don’t want to deactive any more either forever.

    Thank you in advance.

    #128833
    Stephen Edgar
    Keymaster

    If you are using the patch in #1933 and you have any comments add them directly to the ticket using your same bbpress.org user/pass to login).

    Avatar uploads are at this stage in plugin territory and there a few already that should work fine with bbPress.

    Stephen Edgar
    Keymaster

    The ‘Freshness’ issue has been fixed in the latest version

    https://wordpress.org/extend/plugins/bbpress-string-swap/changelog/

    #128829
    Sambora5150
    Participant

    Hi @joshua_ryan

    unfortunatelly wordpress is not a good cms to manage users… i was in joomla a decided to move to wordpress… not a good move…

     

    i didn´t solve the badges problem for bbpress…

    #128828
    Joshua McQueen
    Participant

    Hey there! Did you ever find the answer to this?

    -Josh

    adrake9
    Participant

    bbp 2.2.4 , wp 3.5.1
    I’m getting some very peculiar results with bbpress. I’ve got a forum setup and when someone replies it puts a duplicate post at the top of the page along with the reply at the bottom. I’ve been able to recreate it on my machine locally too. I’m using threaded replies and I changed the default order of the topic replies to “DESC” in the functions file. I’ve rolled back all of my changes and its still happening.

    Also when I reply to a post it takes me to a new page which seems peculiar.

    #128824
    Stephen Edgar
    Keymaster

    This is being worked on for bbPress 2.4 and there is already a work in progress patch

    https://bbpress.trac.wordpress.org/ticket/1933

    #128823
    Stephen Edgar
    Keymaster

    Sorry I haven’t replied until now… this has been on my to do list…

    If you have IRC drop into #bbpress or #bbpress-dev on freenode when you can as a chat will be easier than post by post here….

    #128820
    Stephen Edgar
    Keymaster

    Cool… I am trying to find what previos DB upgrades have been done pre and post 1.02 and 1.2.

    Do you have IRC? If so jump into #bbpress-dev on FreeNode

    #128808
    Stephen Edgar
    Keymaster

    First up presuming things might be easier than what is to follow, can you try again and fingers crossed in hope that error message was telling you the truth “… try again at a later time.” 😉

    I am pretty sure if it fails it will be around 600 seconds as there is a `set_time_limit` value of 600 set in /bb-admin/includes/functions.bb-upgrade.php.

    You could try to increase this value and if that works then we can skip all the direct MySQL hacking that will follow in the next posts…

    #128807
    Stephen Edgar
    Keymaster

    Cool… I will try to focus everything else with bbPress as the goal and try not to break your current 1.2 site 😉

    #128805
    Stephen Edgar
    Keymaster

    I started typing a reply with lots of in depth bits and pieces but knowing what your end goal is in the following regard will make things alot easier for both of us:

    Get bbPress 1.2 fully operational? OR fully upgrade to the bbPress 2.x plugin?

    FYI: BackPress’ is used for the SQL stuff and the ‘pomo’ is for language stuff.

    #128803

    In reply to: bbpress private 404's

    Kitty Kilian
    Participant

    Hi April,

    I have the same issue. I see it got fixed on your website, even though you got no answer here: how did you do it?

    #128796
    talkingD0G
    Participant

    WordPress version: 3.5.1
    bbpress version: 2.2.4
    http://cchfh.org/test

    I created a user role called Board using “members” plugin and assigned all roles shown here for participant (http://codex.bbpress.org/bbpress-user-roles-and-capabilities/#participant)

    I set the WordPress General settings, New User Default Role, to Board.

    I set the Default role for the Forum to Participant.

    I created a test user account which is set to Board and Participant. When I login with that account and go to the test page the forum doesn’t show up. But it does show up with my Admin role account.

    What am I doing wrong?

    #128794

    In reply to: 404's for non-admins

    Kitty Kilian
    Participant

    Yup, I just switched over from SimplePress to BBPress and I have this issue.
    I switched off all plugins except Premise – which I need to give my students entrance to the member site – and nothing gives. They still get the 404.

    AllenPayne
    Participant

    Well here’s what i’m trying to do..

    I want to show an images below usernames in my bbpress forums, based on the WordPress role of each forum poster.

    Here’s what i figured out so far:

    – I found out that i need to edit loop-single-reply.php to show something under username.
    – I figured out (i think :P) that bp_get_reply_author_id() is the string that gets the details of the bbpress poster.

    Now here’s what i got so far:

    global $current_user;
    bp_get_reply_author_id();
    switch (true) {
    case ( user_can( $current_user, “subscriber”) ):
    echo ‘image’;
    break;
    case ( user_can( $current_user, “contributor”) ):
    echo ‘image’;
    break;
    case ( user_can( $current_user, “administrator”) ):
    echo ‘image’;
    break;
    }

    My code doesn’t work. I cannot get it to show an image based on the WP role (not bbpress) of the user. Can anyone help?

    #128284
    Sam Rohn
    Participant

    s2member works great w bbpress, it is the only wordpress membership plugin i could find that supports both paypal subscriptions & wordpress user roles, and works well with plugins like user role editor and justin tadlocks’s members which allow assigning custom capabilities to wordpress user roles

    https://wordpress.org/extend/plugins/s2member/

    Home

    sam

    #128283
    Michael Macliver
    Participant

    No too much time and effort (and a few dollars) spent with Wishlist now to change it. bbPress has only just been added, so although I’d prefer to stick with bbPress I might be forced to go with Simple:Press.

Viewing 25 results - 26,701 through 26,725 (of 64,535 total)
Skip to toolbar