You can add this javascript in all pages:
- Code:
$(function() {
var forum_id = 6;
$('tr[data-forum-row*="/f'+forum_id+'-"] td:nth-child(3) span, tr[data-forum-row*="/f'+forum_id+'-"] td:nth-child(4) span').html('');
});
you only have to change the value of
ps: I used the benefits of the script you have that adds this attribute on the rows for each forum
- Code:
data-forum-row="/f13-prikbord-forumregels" |
, if you remove this script - we will have to change the code