user ranks/titles

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hiesenburg
    New Member
    • Apr 2018
    • 29
    • 5.3.x

    user ranks/titles

    Hi im wondering if someone can go into my site and fix my 'user ranks'. I have images uploaded to the file manager and cant seem to figure out how to assign these displayed ranks to each usergroup. (admin, mod, supermod etc.) someone help please.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73979

    #2
    To display images in the Ranks, you need to use HTML... The most basic HTML is:

    <img src="path/to/image" />

    The path to the image should be listed in the vBCloud File Manager.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • hiesenburg
      New Member
      • Apr 2018
      • 29
      • 5.3.x

      #3
      yeah that didnt do anything. it said it was successful but i dont see badge under my avatar. Also the first option for selecting path file... it even says that its relevant to core in file manager.. i copy and paste that into that area and it says invalid

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73979

        #4
        So when you upload an image in the vBCloud File Manager, it will give you a path like:
        Code:
        core/css/0/0/0/0/9/2/images/admi2.gif
        You would enter:
        Code:
        css/0/0/0/0/9/2/images/admi2.gif
        Once you have your ranks set up, you would go to Maintenance -> General Update Tools and run the tool to update user titles and ranks. Otherwise you will need to wait until Midnight when this is done automatically.

        You can see an example of a rank with an image here: https://forums.rabidbadger.io/rabidb...-badger-forums
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • hiesenburg
          New Member
          • Apr 2018
          • 29
          • 5.3.x

          #5
          ahh peerfect that worked thanks!

          Comment

          Related Topics

          Collapse

          Working...