1

Topic: Someone check this!

Right hello i folowed the instructions to install the rank pip w/ stars mod so i'd like you to click the link to download my forums viewtopic.php and tell me what is wrong with it ? Because i have tried everything.

Link: www.sinistregfx.com/uploads/viewtopic.php.zip
If anyone can help me you'll be angel in shining armor rofl!
Anyway i hope you take a look at it because i need help big time please.

Re: Someone check this!

404 not found.

~James
FluxBB - Less is more

3 (edited by Mark 2006-08-06 10:34)

Re: Someone check this!

move

$rank_pips = "";

so that it is over

    // If the poster is a registered user.
    if ($cur_post['poster_id'] > 1)
    {

and try adding

<dd class="usertitle"><?php echo $rank_pips ?></dd>

4

Re: Someone check this!

How do you mean move it over ? And where do i add the last part ?

5

Re: Someone check this!

read the installation instructions properly.

you add the last part after

           <dl>
                    <dt><strong><?php echo $username ?></strong></dt>
                    <dd class="usertitle"><strong><?php echo $user_title ?></strong></dd>

and for the first bit, you put that after

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

so it looks like this...

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

6

Re: Someone check this!

Thanks smile