How would you either:
1. Replace "New posts" by "Recent posts"
2. Or just add "Recent posts" to the navigation. After a year moving off of VB many of my users still don't find it convenient.
I commented out "New Posts" that were driving my users insane , now I'd prefer to have it still but only where "Recent Posts" used to be placed. Basically inversing the original setup:
Where / how would I find this? (I don't imagine there is an easy addon is there? )
I'm not aware of an add-on but it's a simple template edit similar to that one.
Look for {xen:link find-new/posts ... in the template and replace it with <a href="{xen:link find-new/posts, '', 'recent=1'}" rel="nofollow">{xen:phrase recent_posts}</a>
One more thing that my users noticed immediately is that Not all new posts show in recent posts. For this you need "?recent=1" if my understanding is correct, but the addon doesn't do that.
Based on your latest post and the fact that I commented out the original "new posts", I guess that would be correct? >>