1

Topic: [Req] User Image ranks?

can some one build mod that give after the title image rank? starts or something?

Yours, Benny.

Re: [Req] User Image ranks?

http://punres.org/doku.php?id=how-tos:adding_rank_icons

Re: [Req] User Image ranks?

FIXED! I have updated WIKI.

Its a problem with the $rank_pips variable not clearing. Fix below and here...

Move this line

       $rank_pips = "";

to after this section of code in viewtopic.php

    $post_count++;
    $user_avatar = '';
    $user_info = array();
    $user_contacts = array();
    $post_actions = array();
    $is_online = '';
    $signature = '';

Good luck!