Bit of an issue we've had for a while - when you click 'view more' it just comes up with a blank page showing N/A (
http://www.legalbeagles.info/forums/...hp?do=vsastats ) I've reistalled it but same issue. Any ideas?
This is the code
Code:
<li><a style="color:{vb:stylevar popupmenu_color};" href="misc.php?{vb:raw session.sessionurl}do=vsastats" rel="nofollow">{vb:rawphrase vsa_afs_more_stats}</a></li>
seems to be an issue with the sessionurl as when you click it goes to
http://www.legalbeagles.info /forums/ misc.php? do=vsastats and I'm sure there's meant to be the session url in after misc.php?
This seems to be the code that displays the N/A
Code:
<td style="padding:0px {vb:raw vboptions.vsatopstats_cellpadding}px 0px {vb:raw vboptions.vsatopstats_cellpadding}px;text-align:{vb:stylevar right};white-space:nowrap;"><vb:if condition="!$get_new_posts[musername]"><span style="cursor:pointer;">{vb:rawphrase n_a}</span><vb:else /><a href="member.php?{vb:raw session.sessionurl}u={vb:raw get_new_posts.userid}" title="{vb:rawphrase posted_by} <vb:if condition="!$get_new_posts[musername]">{vb:rawphrase guest}<vb:else />{vb:raw get_new_posts.fullusername}</vb:if>">{vb:raw get_new_posts.musername}</a></vb:if> {vb:raw vsatopstats_arrowlink}</td>