PDA

View Full Version : problem with member.php


januszmk6
03-16-2012, 12:15 PM
Hi.
I have some problem with display the statistics in profile blocks.
Someday, the statistics disappeared without any change to permissions or php code or templates and noone install any hooks.
I know that, because I have testing forum where noone have access and statistics disappeared too.
In testing forum I have debug mode turn on, and I see, than memberinfo_block_statistics is called (and it's original template, I didn't change anything in there).
Template Usage (49):
...
(2)memberinfo_block_statistics
...

I see, then the $block_html from vB_ProfileBlock_Statistics class is just:
<!-- stats -->

<div id="view-stats" class="subsection block">



</div>

<div class="underblock"></div>

<!-- / stats -->
Is anyone know, why this is happened?

Edit:
Problem "solved", it's because cache...