Strange link in my forum statistics

Hampi90

Member
Just noticed today that I got a link in the forum statistics on my homepage. The link always seems to point towards the latest logged in user.

You will see it here in the sidebar. http://www.ulfbage.com/forum/

I haven't changed anything lately except added some code so that my usergroups colors would show up in the "member online" block.
 
It's an issue with your style/template.

If you have made any manual edits to it, revert it.
Otherwise contact the style designer.
 
The online user links aren't closed. For example:

Code:
                        <li>
                        
                            <a href="members/ahndrijas.20/"
                                class="username"><span class="style8">Ahndrijas</span>,
                        
                        </li>

It needs a closing tag (</a>).
 
The online user links aren't closed. For example:

Code:
                        <li>
                       
                            <a href="members/ahndrijas.20/"
                                class="username"><span class="style8">Ahndrijas</span>,
                       
                        </li>

It needs a closing tag (</a>).
Yes I must have copied over the (</a>) by mistake when I changed the code so colors would appear in the member online list. But now I did it again and now it works correctly.

Thanks for your help! :)
 
Top Bottom