I am currently working on custom profiles on my site. I'm trying to get the last visitors on the page to display at the top, you can see it is blank. I have it at the bottom working using the following code:
$blocks[visitors]
Profile can be found here:
http://evercube.net/forum/members/skye.html
I ripped apart the template it calls for to make the top part. Code being the following:
PHP Code:
<div class="alt1 smallfont block_row">
<phrase 1="$block_data[visitorcount]">$vbphrase[last_x_visitors]</phrase>
<ol class="list_no_decoration last_visitors_list">
$block_data[visitorbits]
</ol>
</div>
I tried changing the block_data in the code to other things like vbphrase and userinfo but had no luck.
I need an alternative to get the code working or a way for when I post $blocks[visitors] it doesnt show the top bar with the text
Recent Visitors on it.
Thanks,
Skye