lucien_lies
Active member
lucien_lies submitted a new resource:
Post Color Highlighting - Highlight post based on user group for xenforo 2.2
Read more about this resource...
Post Color Highlighting - Highlight post based on user group for xenforo 2.2
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:
Code:<xf:if is=" (({$post.User.user_group_id}==3) OR in_array(3, {$post.User.secondary_group_ids}))">admin_highlight...
Read more about this resource...