inherit
214520
0
Nov 17, 2015 5:06:06 GMT -8
raedhen
42
October 2014
raedhen
|
Post by raedhen on Oct 10, 2014 5:24:46 GMT -8
Hello! I have added labels on my forum but they appear on the left side of the thread title. I wanted them to appear before the thread title for easier scrolling. (Instead of having [PATCH NOTES] after the thread title, I would like it to be placed before the thread title.) Does this need a plugin or can this be done through settings? Thanks in advance!
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Oct 10, 2014 7:20:01 GMT -8
This would be a template mod. From standard the labels appear before the thread title so I'd assume it's been moved to where it is now.
|
|
inherit
214520
0
Nov 17, 2015 5:06:06 GMT -8
raedhen
42
October 2014
raedhen
|
Post by raedhen on Oct 10, 2014 8:47:55 GMT -8
This would be a template mod. From standard the labels appear before the thread title so I'd assume it's been moved to where it is now. Any idea on how to change this?
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Oct 10, 2014 13:16:53 GMT -8
Hey raedhen, To do this, go to Admin > Structure > Layout Templates > Board. On the next screen, click on the Thread List tab. In the code for your thread list template, around line 10 or so, you should see this code: Highlight the variable I've bolded in green and copy it before deleting it. Note that since your labels appear after thread titles the $[thread.labels] variable may be located elsewhere in the template -- the pre-existing location doesn't matter, all that matters is that you remove it from that location. Paste the variable directly before the variable highlighted in blue, so your final product looks like this: And that'll move labels on your threads to appear before thread titles (as well as any icons that might be attributed to the thread, such as if the thread had been designated as an event).
|
|
inherit
214520
0
Nov 17, 2015 5:06:06 GMT -8
raedhen
42
October 2014
raedhen
|
Post by raedhen on Oct 10, 2014 23:27:25 GMT -8
Thanks! It works. <3
|
|