Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove “delete” link in site activity

  • @srd75

    Participant

    Currently non admin users are able to delete entries from the activity list.

    Can I prevent this, or simply remove the “delete” link?

Viewing 1 replies (of 1 total)
  • @chrisclayton

    Participant

    == or simply remove the “delete” link? ==

    Sure can. CSS is your friend :)

    .delete-activity {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove “delete” link in site activity’ is closed to new replies.
Skip to toolbar