Reply To: bbpress responsive problem
It’s because avatar image has position: absolute. You have to override or modify this rule. There are a few ways how to handle it depending on where you want to show avatar. You need to play with CSS...
View ArticleIs there a way to make a forum layed out similar to Reddit?
By default bbPress lays out topics in rows beginning with the topic subject on each row and when clicked on, it opens into a detail page. What I’d like to know is, what If I just wanted a music forum...
View ArticleHow can I not to record IP adress
I am managing the BBPress website. I do not want to record the Posters IP address. But,for now,it record the Posters IP address like this. https://snipboard.io/KiHAGt.jpg Is it possible to not to...
View ArticleReply To: How can I not to record IP adress
This should do it add_filter( 'bbp_current_author_ip', '__return_false' ) ; if it doesn’t then add_filter( 'bbp_current_author_ip', 'rew_remove_ip' ); function rew_remove_ip () { $retval = 0 ; return...
View ArticleReply To: How can I not to record IP adress
Thanks.It resolved. I want to delete this topid. How can I delete it?
View ArticleReply To: How can I not to record IP adress
if you mean this thread, it stays to help others.
View ArticleReply To: bbpress responsive problem
Dear silverclaw, Could you please help me about ccs?
View ArticleReply To: bbpress responsive problem
Hi, Is this right? #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar { float: right !important; }
View ArticleUse a custom “bbpress/loop-topic-list.php” for one forum only?
I have 5 forums but for one of them I would like to use a modified “bbpress/loop-topic-list.php” is this possible? Thank you.
View ArticleReply To: Use a custom “bbpress/loop-topic-list.php” for one...
I’m not sure how technical you are, but you can get your theme to hold a bbpress template which you can modify eg if you want to amend loop-single-reply.php you would find...
View ArticleReply To: Use a custom “bbpress/loop-topic-list.php” for one...
Hello Robin W, Thank you. I had been able to do the above ( but thank you so much for the steps just the same. You are VERY kind. To be more exact, I have one forum called “Music”. I created a...
View ArticleReply To: Use a custom “bbpress/loop-topic-list.php” for one...
no problem, but give me a day or so
View ArticleReply To: Use a custom “bbpress/loop-topic-list.php” for one...
Yes of course, at your leisure. I am beyond grateful! Thank you.
View ArticleReply To: Use a custom “bbpress/loop-topic-list.php” for one...
ok, cab I just ask what you mean by ‘ I created a loop-topic-list with a layout that is quite different to the other forums. ‘ Is this code, and if so what files have you amended or what have you done...
View ArticleReply To: Use a custom “bbpress/loop-topic-list.php” for one...
Sure Robin, I wanted to show thumbnails on this forum, where the others don.t There are different sized fonts. I placed a table layout so that it looked more the way I wanted to when it is on mobile....
View ArticleTopics Template page? May I copy a link from it and use it on it the topics list
Sorry having a brain freeze here, which template page is used for the each topic on the loops-topic-list. When you click on a topic on loop-topics list it opens up the topic. I thought that template...
View ArticleCSS and making “No Topics” go away
I’m new at this, so this might not be a good question. Can I use Dashboard: Appearance > Customize > Additional CSS to make “No Topics” go away? If not, is there an “easy” way to do it, that...
View ArticleReply To: CSS and making “No Topics” go away
ok, no idea what you have done to amend this, so hard to help – perhaps you can state whether this is just css chnages or templates/php have also been amended? the bulleted ‘0 0 no topics ‘ should be...
View ArticleReply To: Bbpress theme
Good question. it would be nice to know if any themes – especially core themes, would be well updated to look good and be responsive with all aspects of bbpress and buddypress? I’m using twenty twenty...
View Article