Search Results for 'bbpress'
-
Search Results
-
I am trying to configure bbpress for one way announcements to an audience of members in my website. Meaning I as the author am posting topics in chronological order, with no possibility of replies. So not a normal forum.
This has meant removing a lot of extraneous information normally displayed: I don’t need or want author, freshness, voices, etc.
I am new to WordPress, BBpress, and I am not a coder. I have proceeded, through trial and error, to “inspect” the pages and use custom CSS to hide objects that I don’t want (display: none !important), and to look at the php files such as content-single-topic-lead.php and remove any references to author (e.g. bbp-topic-author).
Without understanding much of what I’m doing, I’m getting very close to achieving the intended effect. Now I’m stuck because when someone clicks in Resource Messages (the “forum” name) on an actual topic, they see an indented display of content, because the author column (which normally displays author name and avatar etc, which I hid using CSS display: none !important) is still present (if empty).
Please see https://devgo.jeffbelkora.com/square/topic/20181219-resource-message-2/
So my questions are:
1. Can anyone instruct me on how to remove that first author/avatar column?
2. How to resize column 2, or otherwise adapt it so each topic’s content displays as a left-justified text?Please be very remedial in any tips you can give me. I have created a “bbpress” subfolder inside my “astra” child theme via “files” in my cpanel. I am deleting code in php files there adding custom css inside the astra child theme “customizer”.
If you are going to suggest changing files, could you please specify how I need to place them in my child theme to make this futureproof to updates etc.?
Thank you!
Topic: Empty DIV on profile page
Hello,
I noticed a weird thing, the Admin profile has this empty DIV on its page:
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!
Topic: Forum URL
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.
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.
wp v5.0.1
bbpress v2.5.14How 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 withbbp_get_all_child_idsI also wish the FIRST reply in the loop would have a unique id or class, but it does not 🙁
Here is the page:
Topic: My topics
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 ?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?
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/lvn6d3I 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.