[.🇨🇺] Post Color Highlighting

[.🇨🇺] Post Color Highlighting 2022-11-16

Sem autorização para baixar
Descrição curta
Create a template xfposthighligh and copy Invision Community feature code. Edit Xenforo's postmacros to add adminhighlight styling in extra.less for custom forum highlights. Customize with [data-container-key="node-X"] for specific forums.
One day I was checking the Invision Community website and I came across this feature, so I set out to replicate it for Xenforo.


Step number 1:

We create a template called xf_post_highligh and copy the following code:
PHP:
One day I was checking the Invision Community website and I came across this feature, so I set out to replicate it for Xenforo.
Step number 1:
We create a template called xf_post_highligh and copy the following code:
Setp number 2:

go to the template post_macros and edit the following line:
HTML:
<div class="message-cell message-cell--main">

then add to extra.less :
CSS:
.admin_highlight {
border: 2px solid red;
box-shadow: 0 0 10px red;
}

Result:
1668442899763.webp

If you only want to display the highlight in only one forum you can use this code in extra.less
CSS:
[data-container-key="node-X"]
{
.admin_highlight {
border: 2px solid red;
box-shadow: 0 0 10px red;
}
    }
Autor
axtona
Visualizações
599
Primeiro lançamento
Última atualização
Avaliações 0,00 estrelas 0 avaliações
Link quebrado? Enviar mensagem para a equipe NP que vamos ajudá-lo rapidamente!
Apoie o desenvolvedor Se você está satisfeito com o teste ou seu projeto gerou lucro, clique no botão “Mais informações” para apoiar o desenvolvedor comprando.

Mais recursos de axtona

[XFSkins] Thread Rating A
Topic Rating plugin adds a clean and easy-to-understand star rating system to XenForo topics
Visualizações
2
Atualizado
 Gestor de Ativos A
Gerenciador de Ativos dá uma maneira visual e organizada para administradores do XenForo gerirem imagens
Visualizações
24
Atualizado
[FF] Login Spaminator Admin Area Logs A
Simple mod that allows you to browse the Spaminator logs from inside the admin area
Visualizações
254
Atualizado
Voltar
Top