Recent Topics

1 Dec 18, 2008 18:53    

My b2evolution Version: 2.x

I have a Blog with two different sets of people contributing posts to it. There are people who use Simple view when writing posts and there are others who use Expert view when writing posts.

I have a Sticky feature and have one post that always remains on the top and the rest are sorted by "datecreated." This is the line of code I added to my blogstub.php file to make the sticky post and the sorting work:

$orderby = 'ptyp_ID datecreated';

- as explained in details on this site
http://forums.b2evolution.net/viewtopic.php?t=17036

My problem is when people write using the Simple view, the post for some reason ends up showing on the last page instead of the first page. Does anyone know what is going on that triggers this behavior?

Please let me know if you require more details in understanding the issue. Thanks in advance for your help and contribution.


Form is loading...