Couple things I’m looking to do. I’ll start by saying my forum layout is currently the same base one as here.
1. I’d like to format this in the column 5 of the forum row to show Last post and the User on the same line with the date under it.
sp_TopicIndexLastPost('iconClass=spIcon spRight&nicedate=1&date=0&time=0&stackdate=0', __sp('Last Post'));
When I mess with it I’m getting some errors and it seems to want to “sit” at the bottom instead of the top of the column. The hoped for result of my adjustments would look something like the attachment in this message.
2. I’d also like to put these icons:
sp_TopicIndexStatusIcons('tagClass=spStatusIcon spCenter', __sp('This topic is locked'), __sp('This topic is pinned'), __sp('This topic has unread posts'));
at the end of the topic header here:
sp_TopicIndexName('tagClass=spRowName', __sp('Browse the thread %NAME%'));
so they show up all nice and neat right after the correct topic
I attached a sample file of what the intended look would be….
Once again – any help appreciated!
Thank you in advance.
-Max
