Recent content by djvj

  1. D

    XF 2.0 Approval Queue Bulk Action?

    This is the javascript to mass select Spam Clean and mass uncheck "Notify" javascript:(function(){$('input[type="radio"][value="spam_clean"]').click();$('input[type="checkbox"][name^="notify[user]"]').prop('checked',false);})()
  2. D

    XF 2.2 How to add space after node icon

    How do I add it to my current template modification? I tried it here and it didn't take: /* Forum read & unread icons */ .node--forum.node--read .node-icon i:before{content: url(./styles/RL/xenforo/node_icon_read-48.png); width: 56px;} .node--forum.node--unread .node-icon i:before{content...
  3. D

    Make changing the name of the resource manager easier

    I second this. No reason to be forced to use the name "resources" everywhere! Trying to do the same.
  4. D

    XF 2.2 How to add space after node icon

    I changed the node icons to custom ones, but how do I add space between them and the text? This is on the main index.php categories listing.
Back
Top Bottom