I'm converting my skins to 3.0 and am finally somewhat seeing the end of the disaster that are my template files:)
I want to have the blocks for info, online, recent, random, featured and categories on my index.php. But somehow, I only have an output for the online users and the random story. Everything else stays empty. For the life of me, I can't figure out what went wrong. And I've stared so long at the index.php that my sight gets blurry. I definitely could use some ideas:)
My code:
<center><img src="" http://nan.waking-vision.com/skins/fellowship/images/info.jpg "" border="0"> </center>{login_content} {info_content}
<br>Guests online: {guests}
<br>Members online: {onlinemembers}
<p>
<center><img src="" http://nan.waking-vision.com/skins/fellowship/images/cat.jpg "" border="0"></center>
{categories_content}
<center><img src="" http://nan.waking-vision.com/skins/fellowship/images/spot.jpg "" border="0"> </center>
{featured_content}
<center> <img src="" http://nan.waking-vision.com/skins/fellowship/images/surprise.jpg "" border="0"></center>
{random_content}
<center><img src="" http://nan.waking-vision.com/skins/fellowship/images/updates.jpg "" border="0"></center>
{recent_content}
And yes, all the blocks are set to "active". They work on other skins.
Not working:
http://nan.waking-vision.com/index.php?skin=fellowship
Working:
http://nan.waking-vision.com/index.php?skin=return
And you checked that they weren't being turned off in the variables.php? Also check that you don't have them set to "use .tpl" in the admin settings. If you've got them set to use the .tpl you can't use the {BLOCK_content} option.
Ah, thanks! Seems to have been a problem with the variables.php. I deleted it for the moment and the stuff is back. Now I just have to make it look pretty and work on the variables.php... Thanks!
