Hello everyone!
I have two problems 🙂
1.
I am using the 'threaded' layout version, but unfortunately none of my replies (and other other people during testing) are nesting.
I currently have my 'Replies Nesting Levels Deep' set equal to 7, and have played around with different numbers to see if there were any changes. No luck.
2.
Under the profile>Acccount, is there a way to hide the password and password reset fields? I am managing passwords from another part of the website (using paidmembershippro), so would like to avoid any duplications 🙂
So sorry if any of my questions are silly in advance!!
Thank you!!
Hi everyone,
Just an update (and to save anyone trying to solve it). I realised after testing that it is perfectly normal for the first reply to not be indented. Only the reply thereafter on the same thread would be indented!
my second problem however remains unsolved. Let me know 🙂
thanks!
Hi @peter122,
I am using the 'threaded' layout version, but unfortunately none of my replies (and other other people during testing) are nesting.
Please try to delete all caches before checking. Also, please click on the [Rebuild Threads] button located in the Dashboard > Forums > Dashboard admin page.
Under the profile>Acccount, is there a way to hide the password and password reset fields? I am managing passwords from another part of the website (using paidmembershippro), so would like to avoid any duplications
You can hide it using the CSS code:
.wpf-field.wpf-field-type-password.wpf-field-name-user_pass.wpf-field-required {
display: none !important;
}
The CSS code should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.