Forum Replies Created
-
In reply to: Formatting of User Profile and Search Results pages
I agree with you, but i tested bbpress with the top 20 wordpress themes, and confirmed that user profile and search pages were not detected by any theme
all other pages are detected except those 2
it’s like those 2 pages don’t belong to the same template than other bbpress pages in the core code
In reply to: Formatting of User Profile and Search Results pagesHi
I is actually not a divi problem
It is the same problem with various themes
We have the same problem using different themes with Elementor
It is a bbpress problem
In reply to: On-Site Notificationsthis is a buddypress feature
In reply to: Not allowing users to change nicknameHi
Two solutions : you can either use this plugin :
or an easier solution, add this css, it will hide the possibility to change nickname (it will be only possible to change if from admin dashboard)
i think this is a good choice, as you dont want your members to constantly change their nicknames
label[for=nickname] { display: none!important; } input#nickname { display: none!important; } label[for=display_name] { display: none!important; } select#display_name { display: none!important; }
In reply to: Shortcode [bbp-forum-index]Addon : to hide search form from user profile tabs too (recent topics and recent replies tabs) :
/*Hide search form on all tabs topics and replies*/ #bbp-user-body .bbp-search-form { display: none; }
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