Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Any clues what this might be:
<script type="text/javascript">
jQuery(document).ready(function($){
var wpforo_wrap = $('#wpforo #wpforo-wrap');
$(wpforo_wrap).on('click', '.attach_cant_view', function(){
wpforo_notice_show(
'<p>Δεν έχεις τα απαραίτητα δικαιώματα !
Γίνε μέλος!'
);
});
})
</script>
What does the wpforo_notice_show() function supposed to do?
The wpforo_notice_show() function shows the notification if, for some reason, the users are not allowed to attach files. For example, if the "Can Attach file" permission is disabled for the guest, registered users, etc.