[.🇨🇺] Post Color Highlighting

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

No permission to download
Author jessy
Creation date
Headline
Highlighting Text
Short Description
FREE Download Premium and Nulled [.🇨🇺] Post Color Highlighting 2022-11-16 version with External download URL from NullPro Community. There are store on a third-party network disk platform. From [.🇨🇺] Post Color Highlighting have 1 Description Attachments, 113 Views.
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.png

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;
}
    }
Author
jessy
Views
113
First release
Last update
Rating
0.00 star(s) 0 ratings
Link was Broken? Please  Send Message to NP Team with Ticket, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.
More resources from jessy

Similar resources

Custom User Post Background J
allow you to add an image to the background of all posts by a given user
0.00 star(s) 0 ratings
Updated
New Post Button in Post R
0.00 star(s) 0 ratings
Updated
PhotoPost 8.0 URL Redirect Script J
Simple redirect script that catches any requests to sendphoto.php or directly to your old PhotoPost
0.00 star(s) 0 ratings
Views
308
Updated
Back
Top