Former Member
inherit
guest@proboards.com
195316
0
Nov 25, 2024 4:56:47 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 1, 2017 9:28:26 GMT -8
Show Board Name Posted Into On ALL The RECENT POSTS pagesGo TEMPLATES >Thread > Post ListScreenshots
My Forum
My Test Forum My Test Forum For Live Preview View My Test Forum Recent PostsLook For <div class="info"> $[post.thread]
And re-copy and paste in the code below
Be sure you copy and paste the code with the opening and closing <div </div> marked in red
<div class="info"> $[post.thread] {if $[post.how_posted]} <span class="post-method">Posted via $[post.how_posted]</span> {/if}<br>$[post.likes] <br><font size="1">Post written by $[post.created_by] $[post.created_on] <b>$[post.thread.board.display_name]</b></font><br> </div>
If want the board name to be linked Use the code below
<div class="info"> $[post.thread] {if $[post.how_posted]} <span class="post-method">Posted via $[post.how_posted]</span> {/if}<br>$[post.likes] <br><font size="1">Post written by $[post.created_by] $[post.created_on] <b>$[post.thread.board]</b></font><br> </div>
Edit: Updated Screenshots & added preview link Added code to show board name linked
|
|
kanu
New Member
Posts: 30
inherit
255616
0
Oct 25, 2023 16:47:38 GMT -8
kanu
30
July 2018
kanu
|
Post by kanu on Aug 2, 2018 14:04:12 GMT -8
Thanks for sharing.
Can you make this work without having it modify posts outside of the recent threads view? When I tried it, it showed up in the regular thread view, too.
|
|
kanu
New Member
Posts: 30
inherit
255616
0
Oct 25, 2023 16:47:38 GMT -8
kanu
30
July 2018
kanu
|
Post by kanu on Aug 2, 2018 14:20:44 GMT -8
I found the solution, which is to use this if statement around the part that inserts the board name/link: {if $[viewing_recent_posts]}Posted in $[post.thread.board]{/if}
Now if only I knew how to right-align it on ProBoards.
|
|