1
Ok, I have a theme I made that has three boxes at top. Upcoming Events, New Users, and Recent Downloads. How would I go about hard coding those blocks into those cells? I tried going to the Templates area of the Admin Section and copying the code in there over, but didn't do anything.
What I tried is this:
New Users table cell-
<{foreach item=user from=$block.users}>
" valign="middle">
<{$user.name}> |
<{$user.joindate}> |
<{/foreach}>
You'll notice that there is no code to show the avatar if they have one, that's due to the amount of space I have to work with, but I don't think removal of that one line would mess with the operation of that function. Any help would be great!!