Recent Topics

1 May 23, 2008 02:01    

My b2evolution Version: Not Entered

Hi...Is there a way to make a post that will always be visible at the top of the blog, even as other items come in after it...A welcome post, if you will.

Thanks. I'm using version 2.4.2.

3 May 23, 2008 02:51

I use a a hack of the Long Description to force a pinned post.
In your Admin, go to Blog Settings ->General tab and at the bottom you have a field to compose a long description of your blog.

I use this to create a Stuck post simply by adding the following to index.main.php

// ------------------------- END OF PREV/NEXT PAGE LINKS -------------------------
	?>
<div class="bPost"><?php $Blog->disp( 'longdesc', 'htmlbody' ); // the long description of your blog ?></div>

	<?php
		// --------------------------------- START OF POSTS -------------------------------------

4 May 23, 2008 15:19

I'll give both a try!


Form is loading...