Thread: [IPB] Individual Group Post Highlight Tutorial

Results 1 to 2 of 2
  1. #1 [IPB] Individual Group Post Highlight Tutorial 
    Tarnish Community Manager

    Graves's Avatar
    Join Date
    Oct 2018
    Posts
    84
    Thanks given
    155
    Thanks received
    43
    Rep Power
    369
    Attached image

    First
    Enable the post highlights for your group(s) that you want. Head over to Members>Members>Groups and enable the highlight. This can be found on the content tab.

    Second
    Go into your theme area which can be found within your "Edit HTML/CSS" settings in Customization>Appearance>Themes, go into your CSS Templates, click on custom.css and fill in the following code

    Code:
    /* The value of 4 represents the ID of the group, in this case, "Administrators" */
    [data-membergroup="4"].ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular) {
          border-color: yellow !important;
          box-shadow: 0 0 5px yellow !important;
    }
    /* The value of 3 represents the ID of the group, in this case, "Members" */
    [data-membergroup="3"].ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular) {
          border-color: blue !important;
          box-shadow: 0 0 5px cyan !important;
    }
    In the above examples, I've recolored the post highlights for the member group with the ID of 4 (Administrators) and 3 (Members). You can find the ID of your group at the end of the URL when you're editing your group's settings
    Attached image

    Enjoy! If you need any website or IPB services, check out my service thread in my signature. Or if you need any help with your forum (if there's an issue,) feel free to add my discord and hit me up. Happy to help when I can.
    Discord: Graves4571
    Unique ID: 764532897096138762

    Attached image
    Reply With Quote  
     

  2. #2  
    Misthalin where it all began.
    Forzaiken's Avatar
    Join Date
    Dec 2019
    Posts
    60
    Thanks given
    1
    Thanks received
    17
    Rep Power
    12
    thanks alot fam been looking for something like this for a while works perfectly.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Ipb Admin group
    By Chief Sosa in forum Application Development
    Replies: 6
    Last Post: 03-06-2015, 11:37 AM
  2. IPB help. [Group titles]
    By RSWSkiller in forum Application Development
    Replies: 4
    Last Post: 08-30-2014, 12:18 AM
  3. (Not sure where to post) Models tutorial?
    By Friction in forum RS2 Server
    Replies: 1
    Last Post: 01-19-2010, 09:10 AM
  4. Replies: 3
    Last Post: 07-13-2008, 09:38 PM
  5. New Effect :D ~ Should I Post A Tutorial?
    By Oblakastouf in forum Showcase
    Replies: 1
    Last Post: 12-15-2007, 11:22 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •