Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,451 through 6,475 (of 64,414 total)
  • Author
    Search Results
  • #197061

    In reply to: Forum URL

    Robin W
    Moderator

    I should say that I am not the plugin author, just an experienced user.

    bbpress just uses wordpress custom posts, so in most cases having the forums within the main site would be no problem. Of course I don’t know your site, so cannot recommend, but most sites just have it within. If the main site is down, chances are that most will not access the forums directly, but rather via the main site, so the forums would ‘appear’ to be down as well.

    It is an option to uncheck the box, it is not a recommendation (the box I quoted in settings recommends that you do display the prefix, but I think this is just for clarity in the url).

    unticking the box would achieve https://forums.X.com/ and putting the forums in your main site would achieve https://X.com/forums/

    #197060
    Robin W
    Moderator

    I cannot replicate that on my test site, and from its positioning I suspect it is theme related rather than bbpress as it seems to be within after an <article> div that bbpress doesn’t use, and I cannot find ‘comments-area’ anywhere in the bbpress plugin.

    If you want to prove that, switch to a default theme and check that it disappears.

    #197058

    In reply to: Forum URL

    Robin W
    Moderator

    the first ‘forums’ is the sub domain where he has installed it (what you call ‘in its own folder) so that cannot be changed.

    The ‘/forums/’ is what bbpress uses, you can omit that in the sub-domain wp installation

    dashboard>settings>forums>fourm root slug, and untick the ‘Prefix all forum content with the Forum Root slug (Recommended)’

    That might achieve your first objective, but probably what you really want is the forums within your site, unless your site is massively complicated or your forums are huge, there is no reason not to have bbpress within your main site

    #197057
    Foliferous
    Participant

    Hello,

    I noticed a weird thing, the Admin profile has this empty DIV on its page:

    Check it out.

    Other profiles don’t have that. Check it out.

    It seems to be this here:

    <div class="comments-area"></div>

    What is this and what is it doing there? How do I remove it? Is it some space for user comments on profiles? And why do other users don’t have that?

    Thanks!

    By the way I love bbpress, it’s awesome. I used a lot of other forum software (IPB, vBulletin, phpBB), but this one’s really the best!

    #197056

    Topic: Forum URL

    in forum Troubleshooting
    sightup
    Participant

    I paid a website dev to install bbPress forums on our site. bbPress is in its own folder and uses a different database than the stock site.

    The url shows up like this: https://forums.X.com/forums/

    Is it possible to either get the URL to be either https://forums.X.com/ or https://X.com/forums/ ?

    The dev I paid says it’s not possible. That kind of seems strange to me that it wouldn’t be possible.

    #197054
    Robin W
    Moderator

    has been set to 2.6 defect by the bbpress authors

    #197053
    Robin W
    Moderator

    no idea what you are saying, so I’ll leave it there. Bbpress is what it is.

    tapiohuuhaa
    Participant

    Hi

    Why bbPress could use visual editor without chaning the function.php of themes.

    When thems needs to be updated, it would need every time alter that function.

    In my mind bbPress should support better visual editor. Otherwise bbPress seems to be a little bit too much self-made solution. Not like professional XenForo, which supports visual editor without tricks.

    I got it work in https://www.sanaristikkofoorumi.net/wordpress/forums/forum/sanaristikot/

    but I was not happy searching how to do it.

    #197045

    In reply to: Issues with pagination

    asperina
    Participant

    Check out this link https://wpml.org/forums/topic/bbpress-pagination-problem/ – Regards Asperina Technosoft

    #197043
    Milan Petrovic
    Participant

    This is theme related, it has nothing to do with bbPress, and without providing the link, no one can help you without seeing the issue.

    #197039
    mattbru
    Participant

    Okay, I GOT IT!
    The key is to compare the topic id and the reply id. If they are equal, then its the first reply in bbpress.

    Here is my full solution:

    <?php
    function add_content_before_first_reply_content($content,$id){
    
    	$post = get_post($id);
    	$topic_id = bbp_get_topic_id();
    	$reply_id = bbp_get_reply_id();
    	$content_to_add = '';
    
    	if ($topic_id === $reply_id) {
    		// do whatever you need to in  here
    		$content .= $content_to_add;
    	}
    
    	return $content;
    
    }
    add_filter( 'bbp_get_reply_content', 'add_content_before_first_reply_content', 99, 2 );
    #197036
    mattbru
    Participant

    wp v5.0.1
    bbpress v2.5.14

    How can I hook into the FIRST reply on a single topic page? I want to add an image attachment only to the first reply, but i cannot find how to do so. I hooked into the action “bbp_theme_before_reply_content“, but it adds the image to every reply on the page!

    I thought about getting a list of all reply ids, then comparing the current reply id (bbp_get_reply_id()) with the first id in the array, and showing content if they are equal. That would solve the problem. BUT I also failed at getting the list of ids – I tried with bbp_get_all_child_ids

    I also wish the FIRST reply in the loop would have a unique id or class, but it does not 🙁

    Here is the page:

    Meet My New Crested Gecko

    #197034
    Info Ekonomi
    Participant

    PekMez your solution does work, but still modifying the core code will be overwritten on the upcoming update, and we will probably forget about this in the future. So after upgrade our BBPress version we forget to re-modify this code.

    Anyway how about now, is there a solution for BreadCrumbs without modifying the core?

    #197031

    Topic: My topics

    in forum Troubleshooting
    livroo
    Participant

    Hey, I’m a french user of bbpress and I need your help to solve my problem.

    I installed a theme that uses the features of buddy and bbpress, no problem. But when I go on the profile of a user and I click on “my topics = mes réponses” I have a 404 error, while the page “my favorites” works well.
    https://livroo.fr/membres/admin7317/forums/ => https://livroo.fr/membres/admin7317/forums/Mes%20R%C3%A9ponses/

    but my favorites works for same url
    https://livroo.fr/membres/admin7317/forums/
    https://livroo.fr/membres/admin7317/forums/Mes%20Favoris/
    Could you help me ?

    #197002

    In reply to: bbpress Like Button

    Info Ekonomi
    Participant

    I am looking the same too, I found the bbpress-like-button plugin, judging from the plugin’s descriptions, it looks interesting however it’s closed and no longer be available. I like the like button like Youtube. That would be very great.

    #196988
    conte001
    Participant

    Hey,

    I use the Woffice theme with bbpress forum. The widgets for latest topics and replys have two hover effects.

    1. Underlining of the link
    2. Moving the link a few pixels to the right.

    I want to remove the second one as it cause the link to sometimes jump around like crazy.

    Any ideas how I can do that?

    #196986
    wpturk
    Participant
    #196981
    testbugger
    Participant

    Hi can you help me on how achieve like this when share a topic on facebook(see photo for reference). I get a sample of bbpress topic and share on facebook I always see the word “Topic:” then at the end of the topic the “url” and below is the slogan this is i want to happen when i share a topic on facebook. Just like in the photo. Thanks.
    https://prnt.sc/lvn63o
    https://prnt.sc/lvn6d3

    #196980
    Robin W
    Moderator
    tekgazet
    Participant

    I want to limit the number of characters in the Topic Content Text Area in bbPress to a maximum limit (of say 500 characters). How can I do it?

    I tried to do it by using the maxlength attribute of textarea (bbp_topic_content) in the stylesheet file, but this attribute is not working (may perhaps be because this attribute was included in HTML5 version only). However, if I use this in Developer Tools in Chrome while inspecting the text area for Topic Content, it works fine; but that is only for testing and I am not able to make a permanent change by editing the source file or through any plugin.

    Other two methods could be javascript to check on local machine the number of characters being entered, but I understand that this can easily be cheated by disabling javascript. Moreover, I am not fully sure how to do it.

    Third method could be to use for action or filter hook. Can you please suggest me which hook to be used and sample code, if any?

    Thanks in advance.

    #196975
    Virtualtopia
    Participant

    This is the most annoying issue with BBPress and has been an issue for who knows long. Members in my forum start a new topic and abandon the old one when this happens. It makes things messy.

    #196976
    Virtualtopia
    Participant

    This is the most annoying issue with BBPress and has been an issue for who knows long. Members in my forum start a new topic and abandon the old one when this happens. It makes things messy.

    #196970
    Robin W
    Moderator

    bbpress with private groups

    Private groups

    will let you do that

    #196969
    paperaino
    Participant

    Well the question is if I can make it with bbpress..

    #196953
    Robin W
    Moderator

    ok, I’d suggest you go to RC7 and see if that fixes

    Download

Viewing 25 results - 6,451 through 6,475 (of 64,414 total)
Skip to toolbar