Featured topics improvement request

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mrs.T
    Senior Member
    • Nov 2007
    • 1216
    • 6.0.X

    Featured topics improvement request

    I've created a Jira to request that featured topics are highlighted so you can quickly see which are/ which are not being featured. Important when you want to add or remove items that are shown in the content slider.

    Please vote if you think it a good improvement

  • delicjous
    Senior Member
    • Mar 2014
    • 499
    • 6.X

    #2
    Try this one:
    HTML Code:
    .topic-list .featured {
        background-color: red;
    }
    And you could make a link in the navbar (only for admins if needed) and reference to a featured search:

    Example:
    https://www.vbulletin.com/forum/search?searchJSON={"featured":"1"}
    Last edited by delicjous; Tue 30 Jan '18, 12:44pm.

    Comment

    • Mrs.T
      Senior Member
      • Nov 2007
      • 1216
      • 6.0.X

      #3
      Thanks for those

      Yes, it would only be needed for admin to see.

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24287
        • 6.0.X

        #4
        Here's how to make the topics only highlight for admins.
        Obviously change the colour from 'red' to whatever you like.

        Code:
        /* Featured Topics Highlight */
        [data-usergroupid="6"] .topic-list .featured {
            background-color: red;
        }
        /*End Featured Topics Highlight */
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • Mrs.T
          Senior Member
          • Nov 2007
          • 1216
          • 6.0.X

          #5
          Originally posted by Mark.B
          Here's how to make the topics only highlight for admins.
          Obviously change the colour from 'red' to whatever you like.

          Code:
          /* Featured Topics Highlight */
          [data-usergroupid="6"] .topic-list .featured {
          background-color: red;
          }
          /*End Featured Topics Highlight */
          Thanks Mark, you're a star. As always

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...