Recent Topics

1 Jun 28, 2009 18:29    

My b2evolution Version: 3.1.0-beta

I'm using a modification of the Photoblog skin (the skin version that downloaded with b2evo 3.1).

Maybe this is an odd question, but: Can I call the index of thumbnails as the main blog page, and let clicking on them call the individual entries? It would sorta turn the presentation inside out ...

Ideas?

2 Jun 30, 2009 11:33

untested, but, in /skins/photoblog/index.main.php add this to the very top of the file :

<?php
if( $disp == 'posts' )
{
  $disp = 'mediaidx';
}
?>

¥

3 Jul 02, 2009 01:15

Well, it works, but it also generates this message:

WARNING: CANNOT MODIFY HEADER INFORMATION - HEADERS ALREADY SENT BY (OUTPUT STARTED AT /HOME2/WORDTURN/PUBLIC_HTML/HELIOGLYPHS/BLOGS/SKINS/PHOTOBLOG-LIGHT/INDEX.MAIN.PHP:11) IN /HOME2/WORDTURN/PUBLIC_HTML/HELIOGLYPHS/BLOGS/INC/_CORE/_TEMPLATE.FUNCS.PHP ON LINE 59

4 Jul 04, 2009 19:19

Well, the project that would use this has gotten deferred into the indefinite future (for reasons COMPLETELY unrelated to being able to display the blog this way)--so, I may pick up this thread again later. Thanks for the suggestion.


Form is loading...