Restrict Giphy to specific forums

XenForo Restrict Giphy to specific forums

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

Restrict Giphy to specific forums - Styling and customization questions

extra.less
Less:
[data-container-key="node-2"]
{
    #xfInsertGif-1
    {
        display: none;
    }
}
Change the node-2 to the ID of the forum in question.

To add multiple forums , enter them on new lines, comma separated:
Less:
[data-container-key="node-2"],
[data-container-key="node-4"],
[data-container-key="node-8"]
{
    #xfInsertGif-1
    {
        display: none;
    }
}

Read more about this resource...
 
Status
Not open for further replies.
  • Tags
    restrict giphy to specific forums restrict giphy to specific forums xenforo tips restrict giphy to specific forums xenforo restrict giphy to specific forums
  • Back
    Top Bottom