Announcement

Collapse
No announcement yet.

Disabling ranks

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [Forum] Disabling ranks

    how on earth do i disable ranks?!? i cant find it anywhere

  • #2
    Admin CP -> Styles and Templates -> edit template (dropdown) -> postbit templates :

    - postbit
    - postbit_legacy

    In both templates search for
    Code:
    <span class="rank">{vb:raw post.rank}</span>
    then comment it out,,, by adding <!-- --> around the tag.
    like this
    Code:
    <!-- <span class="rank">{vb:raw post.rank}</span> -->
    ---

    Alternatly if you know how, then make a plugin that uses str_replace on both templates,
    which makes it work for all versions and templates.

    ---

    either way, thats one way of doing it, not ewen sure you can disable it admincp by a button click..
    Vbulletin fan

    Comment


    • #3
      in admincp go to user rank manager and delete all

      Comment

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