Support Forum
Hi there,
I was just wondering if it's possible to move the locked, pinned and various other icons to the left column where the speech bubble is? It's a lot easier to tell when a thread is pinned or locked when it's on the left than the middle, so if I can move those, please let me know where I can go about doing so.
Thanks in advance!
are you talking about on forum view here?
if so, take a look at your spForumView template file in your sp theme... you will see the template tag functions that output the various status flags... you can move theme where ever you like, including under the forum icon...
as always, we highly recommend that you make your own theme vice editing one of ours... see: http://codex.simple-press.com/.....g-a-theme/
Visit Cruise Talk Central and Mr Papa's World
Can you please elaborate on what I need to move? I don't think I did it right, because it completely removed them and even when I put them back how it was, it's not showing up. I am also using my own theme.
http://www.berserk-games.com/f.....discussion
Basically I saw this:
sp_SubForumIndexStatusIcons('tagClass=spStatusIcon spCenter', __sp('This forum is locked'), __sp('This forum has unread posts in %COUNT% topic(s)'), __sp('Add new topic in this forum'));
in column 3, and wanted to move it to column 1. I have since reverted it, but now nothing is showing up. I think I'm missing the pinned code too, but I can't seem to find it. If you can copy that in for me so I can add it back, that would be great. I know it's similar to the one above but with "pinned" in it.
Thanks.
no, thats the wrong template function... its the sub forum status icons... you just want the forum status icons...
look for:
sp_TopicIndexStatusIcons('tagClass=spStatusIcon spCenter', __sp('This topic is locked'), __sp('This topic is pinned'), __sp('This topic has unread posts'), __sp('No permission to create posts'));
the one you found is at the top in the subforum list... go down to the next section which is the forum section listing the topics...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)