81
BeautyBrains
Re: Top Posters Block not updating

I'm using XOOPS v2.2.6 that comes with my control panel. Top Posters is part of its 'System' module (xoops/modules/system/templates/blocks
A man without history is like a tree without roots. Marcus Garvey (1917)http://CaribbeanAncestry.comhttp://JamaicaGenealogy.comhttp://thephilosophizers.com Teach what you know and learn what you don't; stay open to all. 24/7



82
BeautyBrains
Top Posters Block not updating

When users post on the site the top posters block does not update; the count is incorrect. I have cleared the cache and templates_c folders, as well my browser's cache, cleared the sessions and updated the system module from the admin. Nothing worked. Below is the template text. How do I fix this?

Template - system_block_topusers.html

<table cellspacing="1" class="outer">
<{foreach item=user from=$block.users}>
<tr class="<{cycle values="even,odd"}>" valign="middle">
<td><{$user.rank}></td>
<td align="center">
<{if $user.avatar != ""}>
<img src="<{$user.avatar}>" alt="" width="32" /><br />
<{/if}>
<a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a>
</td>
<td align="center"><{$user.posts}></td>
</tr>
<{/foreach}>
</table>
A man without history is like a tree without roots. Marcus Garvey (1917)http://CaribbeanAncestry.comhttp://JamaicaGenealogy.comhttp://thephilosophizers.com Teach what you know and learn what you don't; stay open to all. 24/7




TopTop
« 1 ... 6 7 8 (9)



Login

Who's Online

123 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 123


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits