Dec 19, 2019 8:05 pm
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?
1 Reply
Dec 21, 2019 7:38 am
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.