Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Display : How can i do this ?
Avatar
briot stephane
Member
Free Members
sp_UserOfflineSmall Offline
Dec 5, 2012 - 12:07 pm

Hi, 

How can i display the latest topic (view the screenshot) ? 

Thank's for your help. 

 

Stef'

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 5, 2012 - 1:28 pm

Grab the template tags plugin from our plugins download page. There is widget, template function and shortcode for doing this.

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Dec 5, 2012 - 2:07 pm

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. cool
If you are not using a custom Simple:Press them remember that any changes to a supplied theme will be overwritten on updates.

Avatar
briot stephane
Member
Free Members
sp_UserOfflineSmall Offline
Dec 6, 2012 - 3:48 am

Many Thank's Brandon, that's what i need (: 

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 6, 2012 - 7:32 pm

np. glad we could help.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625