Recent Topics

1 Feb 12, 2006 05:28    

I tried editing summary.php through trial and error to get it only to display blog-ALL only, but only to get an error on my page >:(. Could someone help me out please? And is it possible to put Recent Comments etc there as well? Thanks :lol:

--> I don't know where to start "uncommenting" to hide the blogs >.<.

<?php // --------------------------- BLOG LIST -----------------------------

	for( $blog=blog_list_start('stub');

				$blog!=false;

				 $blog=blog_list_next('stub') )

	{ # by uncommenting the following lines you can hide some blogs

		// if( $blog == 1 ) continue; // Hide blog 1...

		?>

2 Feb 12, 2006 14:03

the summarypage is a special page to make it possible to show alle blogs.
Why will you use that page instead of all the other pages that were meant to show only one blog ?

3 Feb 14, 2006 00:52

so the best application to view a single blog would be a stub file? correct?

4 Feb 14, 2006 08:19

Yes indeed.

Make a copy os a a_stub.php or a_nonstub.php (depends of what kind of changes you want to make in a particular skin.

a stubfile uses skins, a nonstubfile uses a template for only 1 blog.

if you make changes in a skin, all blogs that uses that skin will see those changes.
if you make only want to make changes for only 1 blog, than the best is to use a_nostub.php...

Perhaps it's confusing in the beginning, but once you start digging in that file it will all fall in place.


Form is loading...