Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 4,501 through 4,525 (of 26,895 total)
  • Author
    Search Results
  • Ryan Hellyer
    Participant

    This is very old thread, but I just want to clarify something, as this keeps showing up in Google searches for this topic.

    Technically WordPress could work out the post-type; it already does this in the case of posts and pages using the same URL structure. It is however faster if it knows the post-type in advance, hence bbPress prefers to use those slugs by default.

    There is also a secondary problem, which is probably why there isn’t even a common hack to work around this problem, in that if you allow people to create topics and replies at the root level, there could easily be clashes between slugs. This isn’t such a big problem with posts and pages, as usually it’s only the blog admin/editor creating the posts, but in the case of a forum it would be very easy for a member of the public to inadvertently create a clashing slug. You could also ensure that forum posts didn’t clash with existing content in other post-types, but forum users could use page slugs which the admins may want to use for other posts in future. Basically, things get messy.

    Having said all that, this should in theory be possible I think (I haven’t tried to figure out how yet, I’m just searching around to find an existing solution), there would just be a few potential drawbacks. If anyone knows how to do this, please post the solution for the rest of us to see 🙂

    #184446
    #184445

    In reply to: Changing Forum Title

    Robin W
    Moderator

    as per the other thread which has how to remove, or use my style pack plugin

    https://wordpress.org/plugins/bbp-style-pack/

    #184434
    wci
    Participant

    Hi support team,

    I was trying to use your translatetion instructions but unfortunately it has not worked on my case.

    1. I downloaded files mo./po. (Go to https://translate.wordpress.org/projects/wp-plugins/bbpress)
    2. renamed them accordingly “bbpress-de_DE”
    3. uploaded to my server folder “wp-content/languages/buddypress”

    But still are not working. Any ideas?
    Screen shot – https://www.screencast.com/t/Ke8sEFj5

    Looking forward to your help.

    BR, Alex

    #184370
    Robin W
    Moderator

    simplest way is to install my style pack

    https://wordpress.org/plugins/bbp-style-pack/

    navigate to

    dashboard>settings>bbp style pack>breadcrumbs

    disable breadcrumb home, breadcrumb Root, and breadcrumb current

    This just leaves the ‘previous’ showing

    then put this into the custom css tab of my plugin

    .bbp-breadcrumb-forum::before {
    
    content: "Back to ";
    
    }
    

    The breadcrumb will then become ‘back to xx’ with xx being whatever they came from

    #184369
    forums1234
    Participant

    Wordpress 4.7.5
    bbpress 2.5.12

    Out of respect to your time, I took a week to write this as carefully and succinctly as possible.

    Is there a way to replace the breadcrumbs menu with a “Previous Viewed Page” option (it could be called anything, like “Back”)? That way, instead of members navigating around inside the forum, they would return from a topic to the web page that hosts the forum, e.g, far more advertising revenue possibilities.

    As it works now:
    Step one: https://sterlingforums.com/white-glove-service-forum/

    Step two: Select a topic

    Step three: navigate to /forums/forum/white-glove-forum/

    Step four: select another topic from inside /forums/forum/white-glove-forum/

    As it would work:
    Step one: Select topic from inside .com/white-glove-service-forum/

    Step two: Select the “Previous Page” from inside /forums/forum/white-glove-forum/all-about-our-cover-art/

    Step three: Return to .com/white-glove-service-forum/

    I didn’t want to leave 6 links! Finger’s Crossed! And, thank you.

    #184362
    Robin W
    Moderator

    I’d suggest you use my private groups plugin to restrict access to the forums, and Pascal’s toolkit to auto subscribe users to the forums

    https://wordpress.org/plugins/bbp-private-groups/

    https://en-gb.wordpress.org/plugins/bbp-toolkit/

    #184361
    nesiditsa
    Participant

    @dayan89, sorry, i forgot to tell you about a second patch – https://bbpress.trac.wordpress.org/changeset/5392. It’s repair calculating of position for new reply.

    #184344

    In reply to: BuddyPress Features

    artinte
    Participant
    mattatadvancify
    Participant

    Hi there,

    I’m running into an interesting issue and I’m hoping somebody can help. My client’s site is running bbPress and we have unchecked “Allow guest users without accounts to create topics and replies” in the settings but somebody still posted to the forum anonymously. After noticing the post I logged and noticed that the topic was started by user number that is no longer active in WordPress.

    Is there another setting somewhere in bbPress that would allow users to post anonymously that I’m missing?

    Thanks for your help.

    #184331
    Robin W
    Moderator

    sorry can you confirm that

    post = create topics
    comment = create replies

    If so then use my private groups plugin

    https://wordpress.org/plugins/bbp-private-groups/

    and enable group topic permissions

    then you can set up membership 2 to be able to create/edit topics and replies and membership 1 only to be create/edit replies

    that’s as close as I can get you without specific coding to stop membership 2 being able to reply on other topics.

    That is doable but beyond free help !

    #184324

    In reply to: Query error

    bjorngus
    Participant

    Hi, i have the same error after only updating wordpress, not bbpress. Any solution to this ?
    SQL is triggered in bbp_has_replies in wp-content/plugins/bbpress/includes/replies/template.php but it has not changed.

    #184301
    SRD75
    Participant

    Found it. The new WordPress.org interface had me confused.

    Found the install instructions now.

    #184298
    Robin W
    Moderator

    Psacal’s bbp toolkit does that

    bbP Toolkit

    #184290
    davebevan
    Participant

    Tried your steps, but still no luck. The bbpress topics for posts allows the comment section of WordPress posts to integrate with bbpress topics. It also creates new topics of each new post published. If you know a different plugin or another method to get this to work, I’d appreciate it.

    Robin W
    Moderator

    use the private groups plugiun in addition to bbpress

    Private groups

    #184276
    davebevan
    Participant

    I am trying to replace my comments on posts with bbpress topics. This plugin is working for the most part…I’m able to auto create new topics of my published posts on the forum. However, my comment box has disappeared on the posts. There is a comment button to click. But when clicked, there is nothing displayed for posting comments.

    I have found out that this is a theme issue and not a plugin issue. When I change to a different theme, such as a WordPress default theme, the plugin works. However, I do not want to lose my current theme. Does anyone know if there is any css code I can add to my theme in order to make the bbpress comment box to appear on the WordPress posts.

    Website: http://bamadigest.com
    Thank you!

    #184267

    In reply to: API for bbPress forum?

    Robin W
    Moderator

    Not sure it will be the solution you are after, but try the private groups plugin, which will let you set up different levels of access

    Private groups

    #184248
    Robin W
    Moderator

    bugs should be submitted to

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

    thanks

    #184183
    jvolavka
    Participant

    The error is new since we last updated plugins (though another site manager updated them so I’m not sure what all ran updates). The error goes away when I deactivate the private groups plugin. This is what I get when I try to add a new blog post:

    This page isn’t working

    geekgirlpenpals.com is currently unable to handle this request.
    HTTP ERROR 500

    WordPress version 4.7.5
    bbpress version 2.5.12
    private groups version 3.4.8

    #184182
    Robin W
    Moderator

    and what version of wordpress, bboress and private groups are you running?

    #184168
    Subhransu
    Participant

    I have added wp-media button in bbpress topi form, I want to cancel while uploading any big file.

    Please help….

    #184157
    thepageman
    Participant

    I am a newbie with WordPress and I have been using a custom menu widget placed at the top of all of my pages to keep a consistent header going. I am now trying to use bbPress and discovered I can create a page called “Forum” and use a page builder to place my menu widget above the forum shortcode widget to achieve the header.

    However, when I select a forum/topic, it goes to a different page, one that is generated by bbPress and as such, doesn’t have a page builder design of which I can place a header.

    It seems like the best solution would be to implement this header into all my pages through editing some php file somewhere but that is a bit beyond my technical ability. Is there a way to add widgets to ALL bbpress pages?

    #184156

    In reply to: Auto Role not working

    Robin W
    Moderator

    contributor is a wordpress role, not a bbpress one.

    so if you are using the default registration

    then

    dashboard>settings>general and what is ‘new default user’ set to ?

    dashboard>settings>forums and what is ‘auto role’ set to ?

Viewing 25 results - 4,501 through 4,525 (of 26,895 total)
Skip to toolbar