Forum Replies Created
-
In reply to: Shortcode [bbp-forum-index]
Sure 🙂
#bbpress-forums div.bbp-search-form { display: none!important; }
In reply to: Shortcode [bbp-forum-index]Ok for those having the same need, i added a display none
Hi
Im working on this on file loop-single-topic.php
How can i show only user avatar ?
as in the code above this line show avatar AND user name :
<span class=”bbp-topic-freshness-author-av”><?php bbp_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘size’ => 48 , ‘type’ => ‘avatar’ ) ); ?></span>How can i show only avatar on left side and on right side date of last post AND last poster name
like this bbpress site for instance:
https://olympus.crumina.net/groups/hiking-route/forum/
Thanks
In reply to: Subforums in inline view ?Right, see my second reply 🙂 i figured it out, but now i have two commas…
In reply to: Subforums in inline view ?Hi
I just realized this was a bbp style pack option i have missed at first point
so now i have list again, but every subforum is separated by a double coma :
Parent Forum
subforum1, , subforum2, , subforum3 , , subforum4Any idea why ?
Thank you
In reply to: bbpress emoticons ?Hi
Thank you !
ok i get it, i was trying this one :p but p needs to be in capital letter, that’s weird !
In reply to: Blog role / forum role on user profileOk thank you Robin 🙂
In reply to: Font in Tinymce visual editorOk actually i found the solution, for those who are looking for this :
create a /css/ folder in your child theme with a tinymce-custom-editor.css with :
body#tinymce.wp-editor { font-family: Sans-serif,Arial!important; }
then add in your functions.php :
// EDITOR TINYMCE CHANGE POLICE add_filter( 'mce_css', 'add_custom_editor_style' ); function add_custom_editor_style() { return get_stylesheet_directory_uri() . '/css/tinymce-custom-editor.css'; }
In reply to: Similar topics bbpressHi
I have sent you an email 🙂
In reply to: Similar topics bbpressHi
I changed theme : twenty twenty, oceanwp, astra… same problem
also i disabled plugin (i have only 5) same problem
topic-url > last topics of forum are showing
topic-url/page/2 > last topics of forum are not showing anymorethanks
In reply to: Font in Tinymce visual editorI can see a lot of spam on this forum since a few days, there is no “pre moderation” for new comers ?
About the font : i would like to see a custom font when i type in the visual editor (when creating a new topic or replying to a topic), how can i set this custom font ? using child theme
Thank you !
In reply to: Similar topics bbpressThank you it works !
but there is a problem : last topics show well on the first page of a topic
but when going to topic/page/2 the last topics dont show anymore, any idea why ?
Thanks !
In reply to: Font in Tinymce visual editortx and how can i edit this body font (the one i can see when typing in the visual editor) ? is it possible to change it using the child theme ?
Thank you
In reply to: Similar topics bbpressGreat it works thank you but it shows before the reply forum, can it show after ? (as you asked above)
Also, is it better in performance that i add this directly on bbp theme file, rather than in functions.php ?
thanks
In reply to: Similar topics bbpresshi
After the reply topic
To identify similar topics i know it is not easy, it needs to check for main words of the topic title (and ignore the non useful words like it, he, she, is, are etc)
In reply to: Breadcrumbs showing up 2 times?Also make sure you have disabled yoast seo breadcrumbs
Hi
This would require custom paid job
I am also interested in this dev
can you show a reddit page where this happens ?
In reply to: Missing Date on Started byGreat Robin it works ! thanks 🙂
i will need to manually change html on the topics listings (forum) template, which file should i edit then ? (i want to rename “started by”, change the way freshness avatar is showing with html (not possible with css) etc
and therefore is there a way to manually add this date directly on that file ?
Thanks 🙂
In reply to: BBpress Forums Showcase (Best looking forums)Hi all
So which one is your favorite ?
mine is the first one (vikinger)
great design work : https://odindesignthemes.com/vikinger-theme/forums/topic/lets-discuss-the-current-state-of-the-comics-cinematic-universe/
Yes you can choose a plugin for a better login
and for the noindex, use yoast seo plugin
In reply to: Elementor and BBpress theme builderFor those who have the same problem, here is the solution :
Here is how you can do it :
First you need elementor pro so that you can use theme builder
Then on theme builder you add conditions to your template for single post :
include :
Forums > Forums
Forums > Forums by author
and :
Any child of (to include topics too)Then you exclude :
All pages
All postsso that the template only applies to the forum
Then you create a page for your forum homepage and you paste : [bbp-forum-index]
on this page you have full control with elementor
the standard homepage is /forums/ so you just need to redirect /forums/ to this page (permanent redirect)
For some reason only profile pages and search pages are not included in this template, but not a real problem in my opinion
In reply to: bbPress + ElementorHi
Here is how you can do it :
First you need elementor pro so that you can use theme builder
Then on theme builder you add conditions to your template for single post :
include :
Forums > Forums
Forums > Forums by author
and :
> Any child of (to include topics too)Then you exclude :
All pages
All postsso that the template only applies to the forum
Then you create a page for your forum homepage and you paste : [bbp-forum-index]
on this page you have full control with elementor
the normal hompage is /forums/ so you just need to redirect /forums/ to this page (permanent redirect)
For some reason only profile pages and search pages are not included in this template, but not a real problem in my opinion
In reply to: Admin Approval Email for New TopicHi
First you should have a more complexe login form with anti spam (recaptcha) or other system to prevent Robots to register to your site
do you have a normal wp-login form ?
Also you should noindex the profiles so that they dont get indexed
In reply to: Is there a restriction on forum size ?No size restriction, actually bbpress is much lighter than Invision, Xenforo etc
And i would add :
use LiteSpeed Cache : best cache for WordPress (and even better if you have a LiteSpeed server)