Quote:
<a class="textcontrol" href="reputation.php?{vb:raw session.sessionurl}do=mprdel&repid={vb:raw reputation.reputationid}&p={vb:raw reputation.postid}">{vb:rawphrase delete}</a>
|
should be
Quote:
<a class="textcontrol" href="reputation.php?{vb:raw session.sessionurl}do=mprdel&repid={vb:raw reputation.reputationid}&p={vb:raw reputation.postid}">{vb:rawphrase delete}</a>
|
if i diretcly call "forum/member.php?u=1&tab=reputation#reputation" i dont see any reputation and the style itself, the part is just blank
if i have a look into html source, then it is there. It seems that it just don't get activated
known problem?
/edit
found out that the problem is, that the class is not changing
if you directly call the reputation tab it should change from
Quote:
<div class="view_section" id="view-reputation">
|
to
Quote:
<div class="selected_view_section" id="view-reputation">
|