Forum Replies Created
-
In reply to: Default Custom Fields in New Topic
sorry, I can’t see a way to do this, they are either above or below
http://gos.rewweb.co.uk/wp-content/uploads/2024/06/Screenshot-2024-06-05-170150.png
In reply to: Default Custom Fields in New Topiccan you just confirm this is on the form that they complete not the topic display – yes?
In reply to: Remove e-mail field from “form anonymous”I’ve added that capability to my style lack plugin, so add this to your site
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form
and you will see options for this in items 19,20 & 21
In reply to: Default Custom Fields in New Topicno sorry that would not work, as the user can just delete the labels etc. and a placeholder would be too easily overwritten
In reply to: Limiter le nombre de réponses par sujet.dashboard>settings>forums>replies per page
or are you saying that this does not work?
In reply to: Default Custom Fields in New TopicThat’s great to hear, it is a useful addition to my plugin, so thanks for making me think about how to do it.
In reply to: Remove e-mail field from “form anonymous”This requires you to be able to FTP – do you know how to do this?
In reply to: Default Custom Fields in New TopicSo if you are already using my style pack plugin, the new version 6.0.3 contains a new tab for ‘Topic Form Additional Fields’
If you haven’t then install
once activated go to
dashboard>settings>bbp style pack>Topic Form Additional Fields
and you’ll see how to set up and style additional fields.
The plugin has lots more useful features as well
In reply to: Restrict post creationThanks for reporting back that it does 🙂
ok, I don’t have access to the astra pro plugin, so hard for me to replicate.
If you are happy that you are fixed, I’ll leave it there.
In reply to: Default Custom Fields in New TopicI’m in testing phase, but will need one more day.
It will go as a solution in the next update of my style pack plugin, which I’ll release as soon as I’ve done.
ok, thanks, let me have a think
if it is use ftp to take out the code snippets plugin
so was that on plugin activation?
as a quick test, can you try
install https://en-gb.wordpress.org/plugins/code-snippets/
and add this code
function rew_astra_bbpress_fix ($value) { if (bbp_is_single_user()) return false ; if (bbp_is_search()) return false ; if (bbp_is_topic_tag()) return false ; if (bbp_is_single_view()) return false ; return $value ; } add_filter ('astra_single_layout_one_banner_visibility', 'rew_astra_bbpress_fix', 50) ;
and
are you using a child theme?
do you have/know how to use FTP?ok, so I have just taken a look.
The Astra issue I was thinking about was slightly different, and was fixed a while ago by Astra.
Is your site public, and can the above page been seen, as Then I can understand the problem better
I suspect that I have not coded for Stra pro as well as the free astra – I’ll take a look later today
In reply to: Moderators for Specific Forumsgreat – glad you are fixed
In reply to: Default Custom Fields in New Topicgive me a day or 2 and I should have a solution for you
In reply to: How do I remove columns or make this responsive?Now available as an option in
once activated go to
dashboard>settings>bbp style pack>column display
In reply to: bbp Style Pack Version 6.0.2hey thanks – really appreciate the feedback 🙂
In reply to: Missing Forum Tabwhat bbppress role do you have?