Forum Replies Created
-
In reply to: Tick a Disclaimer box before creating a new topic
Thanks, I don’t know java so am trying to do this with php/html (new to those as well though). I have made some progress as have edited form-topic.php and created a checkbox with some text to the left of the Submit button. I have also disabled the submit button initially. I know I don’t have the right value in EnableSubmit at the moment.
What I need to do now is allow the Submit button to be enabled when the checkbox is ticked and disable it again if the checkbox is unticked. Do you know what I need EnableSubmit to call or if I need an if statement around it?
php do_action( ‘bbp_theme_before_topic_form_submit_button’ ); ?>
input type=”checkbox” name=”DISCLAIMER” value=”Accept” onClick=”EnableSubmit(button submit)”>Tick to accept this Disclaimer before pressing the Submit button.
button type=”submit” onclick=”this.disabled=true” tabindex=”” id=”bbp_topic_submit” name=”bbp_topic_submit” class=”button submit”>
?php do_action( ‘bbp_theme_after_topic_form_submit_button’ ); ?>
In reply to: Latest posts and subscribers cannot embed picturesThanks netweb for creating the ticket.
Lynq – thanks for the code for the latest posts. Did you create a new php file with this code or put it in an existing file?
In reply to: Editors cannot see Topics and Replies in DashboardThanks for explaining this. Being able to customise this in future versions sounds good, but in the meantime I am able to give my editors enough permissions to edit/delete posts directly on the site so that will work just fine.