Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 9,376 through 9,400 (of 64,455 total)
  • Author
    Search Results
  • #182186
    Robin W
    Moderator

    further thought – have you tried deleting the bbpress.php – it is only needed if the page.php isn’t doing what you want

    #182169
    directorjim
    Participant

    hi guys,

    i need some help please, i imported a phpbb forum earlier today and the forums have come across fine and the topics but the replies have come through and all show anonymous. i’ve run all the repair bits with no joy.

    phpbb ver – 3.2.0
    wordpress ver – 4.7.2
    bbpress ver – 2.6-beta-2

    i imported the users aswell.

    i dont think i missed anything but if you need more info please ask.

    thanks

    jim

    #182144
    atonyk
    Participant

    It seems that the problem is fixed in the BBPress 2.6 beta-2 version.
    There is the ticket – https://bbpress.trac.wordpress.org/ticket/2690
    I look forward to the release. πŸ™‚

    atonyk
    Participant

    I tried the BBPress 2.6 beta-2 version. And the problem is fixed there! πŸ™‚ I’m very much looking forward to the release. πŸ™‚

    #182118
    Stiofan
    Participant

    @matrixd i just released our FREE plugin to do this: https://wordpress.org/plugins/move-bbpress-multisite/ πŸ™‚

    #182116
    Kalusha
    Participant

    Hello from Germany πŸ™‚

    I have an WordPress Role called “Autor”. This Role are on my Site “Premium User” and “Abonnents” are Standard User. Capabilyties for the bbpress are the same. Now I want to under the names in the Forum who is a Premium User and who is a standard User.

    The bbPress Role for both is “participants” so the differents are only in the WordPress Role.

    With this Code I can change the name, but only for participants…
    ##Name Γ€ndern Participant in User Standard User
    function my_custom_roles( $role, $user_id ) {
    if( $role == ‘Participants’ )
    return ‘Standard User’;

    return $role;

    Hope anybody understand πŸ™‚ me and can help me

    regards

    atonyk
    Participant

    I have the same problem. Double quotes are converted into " and saved in the DB in this way.

    If, for example, I create a post using the WordPress admin panel,
    its columns ‘post_content’ and ‘post_title’ in the table ‘wp_posts’ are saved like this:
    "Post title" and "Post content"

    If I create a topic on a BBPress topic page, its data saved in the DB like this:
    "Topic title" and "Topic content"

    So the issue mentioned by @jakubmarian is not resolved yet πŸ™

    How can we please resolve it?

    #182099
    parmaker
    Participant

    I posted a similar issue with this today, and found this topic. I spent several days to figure out what happens to the reply edit box. I didn’t do any customising thing, but just clean install WordPress, and bbpress and tinymce advance. Also put new reply.js under the child theme dir and exactly sent it to browser. Checked it at browser to pick the correct version.

    1. created a topic
    2. created a reply by using the editor already popped up
    3. repeated 2. a couple times
    4. now I clicked one of the reply link on reply admin links
    5. ok re-reply editor sit beautifully, and re-reply created correctly.
    6. I clicked the reply link of the reply i created at 5., i.e. i tried re-re-reply, but not yet done i changed mind to click the reply link of topic admin links, without clicking “Send” button
    7. Then bbpress could not target the one that it belongs, so reply did not go under the lead topic, but previously pointed one.
    8 at this situation, no way to reply to the lead topic until get out of the topic and come into the topic again.

    When clicking a topic from the loop-topics, href=”#new-post” of reply link of topic admin links picks up /forums/topic/2nd-topic/ as url, but the reply link of reply admin links has like this /forums/topic/2nd-topic/?bbp_reply_to=21&_wpnonce=7f844b58aa#new-post”. The query “bbp_rply_to” is looked at. So click the link, uri is changed, and the href=”#new-post” of topic admin link gets meaning totally different ball park.

    When mouse to the “a href=”#new-post” of topic admin links, firefox debugger shows /forums/topic/2nd-topic/?bbp_reply_to=21&_wpnonce=7f844b58aa#new-post, NOT /forums/topic/2nd-topic/#new-post

    So, I created a reply form just under the lead topic but on top of the first reply. Named it uniquely, and put style=”display:none;” initially. I meant, when clicking the reply link of topic admin links, my own toggler js shows/hides. That is, one reply form was dedicated to the lead topic only.

    Looks great, but the following tiny thingy has no tools and text area but visual/text tabs and tag and Send.

    I tried again to every topics and replies have its own editor under reply/topic content. forms are in there but no tools no text area.

    js, i went away 17 yrs ago, makes me sick.

    Suggestion to BBPRESS : what if make every topics/replies has its own reply form ? so just toggle it when clicking reply links. If it’s a matter of ‘bites’, well, this time is Giga,terra, isn’t it ?

    #182098
    maximemoisan
    Participant

    Alright, when I block links with: remove_filter( ‘bbp_get_reply_content’, ‘bbp_make_clickable’, 4 );remove_filter( ‘bbp_get_topic_content’, ‘bbp_make_clickable’, 4 );

    it seems to work BUT admins can’t post links either even with the code you have sent me.

    Secondly, the links doesn’t work wich is good BUT site that doesn’t provide a “www” can still be clickable so when someone type:” https://bbpress.org ” this link is clickable and both admins and user can do that, and if you type: “www.google.ca” then both admins and user can do that and it WONT be clickable.

    I would like the admins to be able to send link, AND be able to block non www links too.

    Thanks you.

    Md Sadiqur Rahman
    Participant

    Hi there,
    I am using bbpress and buddypress. I was trying to replace user role with an extended profile info (say “Occupation”) which will be shown below the profile picture of the user. (Open the image link for clarification: https://www.dropbox.com/s/4u18n8ju2pp8rbl/change%20info.png?dl=0)

    Does anyone have any idea about this?

    Thank you,
    Md Sadiqur Rahman

    #182093
    phil49
    Participant

    Yes,

    If your remember, I have a page dedicated to Members and protected by a password (with or without it doesn’t make any difference either, of course), and the 3 following pages on the which I simply pasted the relevant short codes:
    – “Forum” which is the default bbpress root page, I simply added a shortcode for the connection widget thanks to a plugin otherwise I couldn’t have done it on this specific page (but my VM doesn’t have it and again it makes no difference)
    – “Registration”
    – “Reset password”

    Regards,

    Philippe

    #182092
    maximemoisan
    Participant

    Thanks again Robin, i’ve tryed this but is doesnt work either: $user_id = wp_get_current_user()->ID;

    I think the problem is that website that doesn’t use the www. doesnt get blocked and still can be clickable.Exeple: bbpress.org is clickable. but http://www.google.ca isn’t. etc.

    #182091
    Robin W
    Moderator

    oh and by the way, bbpress links still works on my forum wich is normal I suppose?

    can you explain what you mean by that ?

    #182088
    maximemoisan
    Participant

    no one can post links, wich is good, but the code : !bbp_is_user_keymaster, did not let keymaster be able to do so.

    oh and by the way, bbpress links still works on my forum wich is normal I suppose?

    #182085
    phil49
    Participant

    Hello Robin,

    Yep, always, and this is a copy of the original one where I just changed as advised in one of the forums I mentioned previously, to change the DIV that way :

    <div class=”wrap page-full-width“>
    <div id=”primary” class=”content-area-wide“>
    <main id=”main” class=”site-main” role=”main”>

    Actually, both child theme folders (the real site and my VM) contains those files :
    – bbpress.php
    – functions.php
    – page-full-width.php
    – screenshot.jpg
    – style.css

    This latter currently contains only your code as well as the code for background gradient as the page-full-width does the job for the page width, I mean, only for the site pages except forum ones !

    The rest is similar.

    Regards,

    Philippe

    #182084
    Robin W
    Moderator

    ok, so are you still using a bbpress.php file in your child theme?

    #182063
    parmaker
    Participant

    Hi moderator,

    I think I should have searched a bit more narrow down. This topic is much related to this :

    how to create dynamic reply-box

    So I like to remove this, can you please do ?

    #182032
    Shaped Pixels
    Participant

    Am I missing something or does bbPress not have the capability of moving a reply in a topic to create a new topic elsewhere?

    I have some people who post/reply in the wrong topic, so I want to move that reply to a new topic (which I would make from doing that action). In the Kunena forum (for Joomla), this is one of admin moderator options…to move a single reply, or even a topic, to a new location while creating a new topic with that original reply. In doing so, it leaves no trace in the previous topic.

    #182031
    kiwi3685
    Participant

    I have a couple of issues with my dashboard widget “Right now on forums”:

    1 – It is not displaying the links to topics, replies, or tags. The link is there but it is empty.

    2 – The count of forums excludes my single “hidden” (set to private) forum. As “private” means show only to registered users I don’t see why it would be excluded for the dashboard.

    Attached image shows what I mean.
    I have run the repair tool (all options) but no change.

    (WordPress 4.7.2; bbPress 2.5.12-6148)

    screenshot

    #182024
    parmaker
    Participant

    What I ve done:

    1. installed bbpress plugin
    2. added a filter bbp_show_lead_topic to do lead topic
    3. added a filter bbp_has_replies_query to do DESC order
    4. created a forum
    5. created a topic under the forum
    6. created a reply to the lead topic
    7. repeatd 6. a couple of times by clicking Reply of topic-admin-links
    8. created a reply to one of the replies created from 7., i.e. threaded reply.
    9. got out of the forum, and revisited the forum, and clicked the topic to do a reply
    a. clicked a link which is not the one of topic-admin-links, but reply-admin-links
    b. but changed mind to click the one of topic-admin-links to the lead topic (remember !! having clicked the reply-admin-links, not clicking send button)
    c. put some words into editor and Send
    d. the reply is under the reply which was clicked at a., not the lead topic

    The Reply topic-admin-links has [reply] => <a href="#new-post" class="bbp-topic-reply-link">Reply</a>

    and it is ok before any Reply of reply-admin-links is clicked.

    href=”#new-post” is pointing correctly when no bbp_reply_to is, i.e. no reply of reply-admin-links was clicked.

    The Reply of reply-admin-links has `[reply] => <a href=”/forums/topic/test-topic1/?bbp_reply_to=18&_wpnonce=1d17517a0b#new-post” class=”bbp-reply-to-link”
    onclick=”return addReply.moveForm(‘post-18′,’18’,’new-reply-8′,’8′);”>Reply</a>`

    where 8 is the lead topic id, 18 is reply id

    As far as reply-admin-links was clicked, href=”#new-post” of the Reply of topic-admin-links is meaning /forums/topic/test-topic1/?bbp_reply_to=18&_wpnonce=1d17517a0b#new-post

    I don’t know whether it is the way supposed to be.

    Or did I miss anything ?

    #182004
    maximemoisan
    Participant

    Hi, I would like to be able to block all users except admin to posts links url in a topic, a posts or even a reply. I’ve tryed this, the only one that I found: https://bbpress.org/forums/topic/how-to-prevent-users-from-posting-url-links/

    remove_filter( ‘bbp_get_reply_content’, ‘bbp_make_clickable’, 4 );
    remove_filter( ‘bbp_get_topic_content’, ‘bbp_make_clickable’, 4 );

    and this doesn’t seem to work when I add thoses lines in my functions php theme.

    Anybody have an idea on how to make this works?

    Thanks you
    Maxime

    #181972
    Brandon Allen
    Participant

    @padrenola I’ve added a reply on your ticket, but I wanted to post here as well.

    The issue you are seeing is related to your theme, so you will want to get in touch with their support to get an official fix. You can send them to the ticket for background. https://bbpress.trac.wordpress.org/ticket/3059

    In the meantime, adding the below code to the bottom of your theme’s/child theme’s functions.php file should give you some relief.

    remove_filter( 'bbp_get_forum_topic_count_int', 'x_bbpress_filter_forum_topic_count' );
    remove_filter( 'bbp_get_forum_reply_count_int', 'x_bbpress_filter_forum_reply_count' );
    remove_filter( 'bbp_get_forum_post_count_int',  'x_bbpress_filter_forum_post_count' );
    #181953
    #181946
    aadarsh17
    Participant

    I am planning to use bbPress plugin for WordPress. My current forums is built using https://invisionpower.com/ IPS. Is there any way to migrate forums data from IPS to bbPress?

    #181936
    Robin W
    Moderator

    try

    bbpress wp4 fix

    or

    bbpress wp4 fix2

    This usually fixes

Viewing 25 results - 9,376 through 9,400 (of 64,455 total)
Skip to toolbar