Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 10,251 through 10,275 (of 64,474 total)
  • Author
    Search Results
  • #178478
    zoldos
    Participant

    I want to add a “Create Topic” link on my bbPress ABOVE all the existing topics on the forum home, and in each category. How can I do this? Thanks!

    #178476
    Robkk
    Moderator

    One other little thing though. I notice that the reply form appears below all sub-replies of a reply, instead of directly beneath the intended reply.

    I think the reply.js code and possible other areas for threaded replies code can be improved to fix this. No idea how right now.

    When the reply form is at its default location in a bbpress topic, the Visual tab works fine. But when the reply form pops up after clicking “reply” on a comment, the Visual tab fails to work (can’t type in it or see the contents).

    I think this is another known issue. One of these tickets need to possible be reopened and include a patch for this issue.

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

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

    Robkk
    Moderator

    Look at some of the unread posts plugins for bbPress. It may not be exactly what you are looking for, but very similar. Most unread posts plugins just use the regular topic list view in a forum, instead of a separate area.

    bbPress mark as read adds an area in the subscriptions seciton of a user profile. And bbPress pencil unread supplies a function on its plugin page.

    zoldos
    Participant

    Loving bbPress, but I can’t seem to find a simple way to add a button/link that will display new posts/topics since a member’s last visit.

    This is a common feature on almost any forum.

    Is there a way to do this? Thanks!

    #178471
    Jon Fergus
    Participant

    Damn, another issue has come up. On my main site I’ve added the “Visual” tab to the reply form, using the following code in my functions.php file:

    /* add visual editor to bbpress replies */ 
    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        $args['teeny'] = false;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    When the reply form is at its default location in a bbpress topic, the Visual tab works fine. But when the reply form pops up after clicking “reply” on a comment, the Visual tab fails to work (can’t type in it or see the contents). I reproduced the issue on my staging site for you to see:

    http://staging-nexus.universaltheosophy.com/groups/test-group/forum/topic/test-group-topic/

    I’m also using the “TinyMCE Advanced” plugin, but can verify that the issue with the Visual tab is independent of that plugin.

    #178468
    benzouye
    Participant

    Hi,

    GD bbPress Toolbox Pro seems to propose what I want … In their “Integration tweaks” there is a “Logged in user reply in topic” option …
    https://bbpress.dev4press.com/features/integration-tweaks/
    Wish I could see the code only for this option 🙂

    I’ll continue working on it !

    Thanks.

    #178464
    Robkk
    Moderator

    I think this feature is in the premium plugin GD bbPress Toolbox. It shows some icon before the topic title that you participated in.

    Unread post plugins could also be a good alternative too.

    #178457
    Robkk
    Moderator

    I think group moderators are not the same as bbPress forum moderators that you can choose to get notifications in the bbPress notify plugin.

    #178454
    Robkk
    Moderator

    Here I just added a bbpress-functions.php file to a twentysixteen child theme. I edited out the conditional causing the issues with groups. You can test this on my test site as well.

    You would have to remove the file later if the trac tickets patch I linked to is committed and you are using version 2.6 of bbPress, so that you can have the file enqueued on the pages where it is needed.

    https://cloudup.com/czqFBqJE8TE

    I think this will do it for you.

    After you are done testing I will start nuking my test site.

    #178453
    Robkk
    Moderator

    Alright I was asking if there could be sending bbPress subscriptions issues and hopefully I could help with that, but only if you already set up sending mail on localhost.

    There isn’t much I can help on sending emails through WAMP as the last time I tried a few years back it was a pain to do so and fix some issues I was facing. See if this can help you though.

    http://www.wpbeginner.com/plugins/how-to-receive-wordpress-emails-from-localhost/

    #178450
    Robkk
    Moderator

    Ok. I found the problem: Buddypress.

    The functionality of reply.js works for bbpress, but does not work if the topic is in a forum that is within a Buddypress group.

    Just tested on your site, as well as my test site. And yes that BuddyPress is related to this issue.

    May not specifically be BuddyPress and their code. I think there are tickets with bbPress’ BuddyPress extend code that might have issues with some conditionals in a bbPress post that is in a group.

    Will look through bbPress trac for some possibly related tickets.

    Edit: Found the ticket.

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

    It is pretty easy to workaround this issue as well, since all you have to do is enqueue the javascript with a different conditional or enqueue it sitewide, but doing it sitewide might cause another issue somewhere.

    Will do some testing and get back.

    #178449
    derekbaah
    Participant

    Hello,

    I just started using bbpress and I’m really confused. On the /forums page, I want the topics under the forum to be displayed right below the forum title. Can anyone please help me with this?? I want something similar to the image inserted. Thanks!

    Something like this

    #178445
    Jon Fergus
    Participant
    #178444
    Jon Fergus
    Participant

    *edit: somehow deleted my previous comment*

    Ok. I found the problem: Buddypress.

    The functionality of reply.js works for bbpress, but does not work if the topic is in a forum that is within a Buddypress group.

    On my staging site I now have two topics: one within a buddypress group forum and one in a regular bbpress forum. The reply.js functionality works in the topic within the regular forum, but does not work in the topic that’s in the Buddypress group forum.

    If you’d like to see the functionality, here are the two topics (sign in credentials are in my previous comment above):

    http://staging-nexus.universaltheosophy.com/forums/topic/test-topic/

    http://staging-nexus.universaltheosophy.com/groups/test-group/forum/topic/test-group-topic/

    Now………. to find a solution. Any ideas would be much appreciated. I’ve also brought this to the Buddypress support forum. Will link to that below.

    #178440
    ideas4design
    Participant

    Hi guys.

    I created my first bbPress forum, which is this -> http://bit.ly/1p1fpjH

    I then I cloned that forum to another URL -> http://bit.ly/2evx82i

    All right, because I modified the URL WordPress. But when I press to enter any part of the forum, it redirects me to the first forum.

    What is the problem? Do I have to change the URL bbPress? Any ideas?

    Thank you very much!

    #178436
    benzouye
    Participant

    Thanks for the answer.

    I think, as a regular user of bbPress forums, that it could be a nice feature to developp … I’ll work on this …

    #178432

    In reply to: Admin user approval

    mimbelli
    Participant

    Hi Pascal,
    Thanks for your reply.

    I installed BuddyPress to reduce plugin use for my need but actually I use just the sitewide BBPress forum. Actually I’m trying to get the whole picture.
    FWIW Buddypress doesn’t add new user roles but, for forum, it uses BBPress forum. Please correct me if I’m wrong.

    As admin I need to approve user once registered. How I can avoid to assign worpress role “subscriber” and maybe assign BBPress role “blocked” until an admin take action validating the user?

    I’m just trying to obtain a classic feature of all forums out there. I tried on Buddypress and WordPress but everybody says that it’s aquestion related to other product. I’m deadlock 🙂

    PS
    Imagine for a moment that I have only WP + BBPress forum. How I get this behaviour?
    Until an admim approve it, a new user cannot browse the site and forum.

    Thank you

    #178430
    Pascal Casier
    Moderator

    Hi,
    This seems a BuddyPress question. This forum is for bbPress, so you might try to post it on https://buddypress.org/support .
    If you think your issue is related to the Notify plugin, then I suggest opening a thread on the support forum of that plugin.
    Pascal.

    Pascal Casier
    Moderator
    #178424
    james8181
    Participant

    Hi Robin,

    I re-enabled bbpress and the style pack and it seems stable now.

    Your 2 code snippets are saved but not taking effect:

    .entry-content fieldset legend {
    color: #fff !important;
    }

    #bbpress-forums p.bbp-topic-content, #bbpress-forums p.bbp-reply-content {
    color: #1e73be !important;
    }

    A snipet i made myself to style the background of the reply form is taking effect so this customer code area for css in the beaver theme seems to work for bbpress:

    .bbp-form{
    background-color:rgba(250, 236, 113, 0.90);
    }

    Here is a screenshot of what i still need to style. If you could take a look when you get the chance that would be great. http://imgur.com/a/tKRoc

    Many thanks

    #178422

    In reply to: Admin user approval

    Pascal Casier
    Moderator

    Hi,
    You seem to be mixing ‘buddypress’ and ‘bbpress’. This forum is for bbPress questions.
    I have the feeling your question is more related to BuddyPress, so maybe try on https://buddypress.org/support ?
    Pascal.

    #178421
    Pascal Casier
    Moderator

    If you have already deac­ti­ved all plugins except bbPress and swit­ched to a default theme and you still do not see ‘Forums’, ‘Topics’ and/or ‘Replies’, then please try this in Settings > Forums (check after every step if you find the options back on your dash­board):
    – ‘Set­tings > Forums’ : (de)acti­vate ‘Ano­ny­mous post­ing’, save, (de)acti­vate it again to get back to your origi­nal setting, save
    – ‘Set­tings > Forums’ : (de)acti­vate ‘Auto role’, save, (de)acti­vate it again to get back to your origi­nal setting, save
    – Deac­ti­vate the bbPress plugin, then reac­tive the bbPress plugin
    – ‘Tools > Forums > Repair Forums’ : Remap exis­ting users to default forum roles, click ‘Repair Items’ (WARNING: Make sure to have multiple admins in case the keymas­ter role would disap­pear from one account)

    Pascal.

    #178413
    mimbelli
    Participant

    Hi all,

    I’m a newbie with a site with latest BuddyPress and WP. I have BBPress plugin installed with only sitewide forums and I need admin approval for new users. I saw there are several plugins but it seems that each of them manage just WP or BBPress.

    How I can prevent a user interacting with the whole site until he is approved by an admin?

    e.g. I saw the BuddyPress Registration Options plugin blocks the user until approval only for the BP area of the site but the user have the role “subscriber” immediately.

    Thank you in advance

    Thank you in advance

    #178412
    Robkk
    Moderator

    Just changed my site to a twenty sixteen child theme, still see no problem.

    Yeah, that’s what I want. But I’m completely lost now. No idea why this doesn’t work for me.

    Are you sure there’s nothing else I need to do? Just copy the reply.js file into a folder called js under my child theme? And that’s it? I can’t understand why it wouldn’t work even when I created a brand-new subdomain, and did no other modifications: just installed wordpress, added bbpress, created bare child theme and added reply.js. What else could be interfering with this function!?

    Yeah that’s it. I am lost how you are getting issues for this still. There shouldn’t be an issue with this and default themes.

    Only issue I have ever come across regarding issues with threaded replies is while using the Divi theme, some custom scripts in the theme has issues with it for some reason.

    I also tested a topic without a forum like what you have on your test site for the heck of it, and I still have not run into issues.

    Here is my custom twenty sixteen child theme that you can use and test yourself.

    https://cloudup.com/c-0XtmQvdjm

    #178410
    atmojones
    Participant

    Ok, this is very unusual, but after a lot of testing it seems that @mentions do not get linked when there are spaces in front of the @mention in multiples of 2.

    The autosuggest feature works fine when typing the post. The @mention links correctly when looking at the users buddypress activity feed, but the end result in the forum post is a plain text @mention IF there is 2, 4, 6, 8, … spaces in from of the @mention.

    If someone has a solution to this that would be great, but I would settle for someone pointing me to the function that converts the @mention to linked text after database retrieval.

    Wordpress 4.6.1
    bbPress: 2.5.10

Viewing 25 results - 10,251 through 10,275 (of 64,474 total)
Skip to toolbar