Is there a way to add an 'agree to terms and conditions' link (perhaps in Post Options), which has to be checked before the post can be made? Or perhaps another way of making the Terms more visible than they are currently in the footer of the board?
Thanks,
Martin B
Martin B,
if you mean that the user have to check terms of agreement every time he posts, no, there's no way at now. Sorry. I added your suggestion to my feature list. I can imagine to realize it as follow: Add an option (Yes/No) "I agree Terms of Agreement" and a link to the terms.
For now you can solve it by editing
JOOMLA_ROOT\components\com_joobb\assets\templates\joobb\joobb_editpost.php and joobb_edittopic.php
and adding the following code
Code
<a href="<?php echo JoocmHelper::getLink('terms'); ?>"><?php echo JText::_('BB_TERMS'); ?></a>