[.🇨🇺] Post Color Highlighting

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

Registrieren Sie sich oder melden Sie sich an für kostenlosen Download
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
Ansichten
638
Erste Veröffentlichung
Letzte Aktualisierung
Bewertungen 0.00 Sterne 0 Bewertungen
Weitere Ressourcen von axtona
Sorcererprozoom
Sorcererprozoom
Platz PHP und alle Art von HTML, CSS und JavaScript-Code direkt in dein Inhalt!
Alle Video Share Pro
Alle Video Share Pro
Hier sind die Funktionen, die All Video Share zu dem stärksten und benutzerfreundlichsten Joomla macht.
Balbooa Forms Builder Pro
Balbooa Forms Builder Pro
Erstelle mit Balbooa Forms ansprechend gestaltete Kontaktformulare für Joomla.
Zurück
Oben