inherit
233289
0
Mar 27, 2022 1:03:12 GMT -8
Pinky
140
June 2016
chocco
|
Post by Pinky on Oct 12, 2017 7:00:07 GMT -8
How do I get the name of the thread title in each post please?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 12, 2017 11:39:32 GMT -8
How do I get the name of the thread title in each post please? See if this will work for you. 1. Go to Admin > Structure > Layout Templates. 2. Make sure the correct theme is selected. 3. Click on the layout template for Thread, then Post List tab. 4. On or about lines 17-19 look for this: {/if} $[post.likes] </div> 5. Add this after the </div> <div style="text-align:center;">$[post.thread.subject]</div> 6. So together it will look like: {/if} $[post.likes] </div><div style="text-align:center;">$[post.thread.subject]</div> 7. Save Changes.
|
|
inherit
233289
0
Mar 27, 2022 1:03:12 GMT -8
Pinky
140
June 2016
chocco
|
Post by Pinky on Oct 14, 2017 5:48:54 GMT -8
Works a treat. Thank you Scott
|
|