Support Forum
Grab the template tags plugin from our plugins download page. There is widget, template function and shortcode for doing this.
Visit Cruise Talk Central and Mr Papa's World
Your screenshot is of the New/Recent posts shown at the bottom of the page when in GroupView looking at a list of groups and forums right?
By default that is not shown to admins. If everyone else is seeing it but, you as an admin are not, you can turn it on by specifying admins in the template tag it uses.
You can see how it works in detail on the codex page sp_RecentPostList But what you would do is edit the spGroupView.php file in your themes /templates folder. Towards the bottom you will see something like this:
sp_RecentPostList('show=10', __sp('Unread and recently updated topics'));
You can change it to display to admins, by adding the admins argument, changing in to:
sp_RecentPostList('show=10&admins=1', __sp('Unread and recently updated topics'));
If no one is seeing it then that would be a different matter.
If you are not using a custom Simple:Press them remember that any changes to a supplied theme will be overwritten on updates.
1 Guest(s)