inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Oct 1, 2013 0:49:18 GMT -8
This isn't working for me for some reason. I have the character count as 10 and it's still really long! adoxography.boards.net/Did you do what Brian said in his final post, about the "lastpost" class for the link?
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Oct 1, 2013 1:31:13 GMT -8
Mhm. I read through the whole thread.
I have what he has posted at the bottom of my Home template and this within my Board List template:
<div class="board-last-post"><span>{if $[board.posts] > 0} {if $[board.last_thread]} <div style="float:right;">{if $[board.num_viewing]}<span class="viewing">$[board.num_viewing] Viewing</span>{/if}</div> {if !$[user.is_guest]} <a href="$[board.last_thread.recent_link.href]" class="lastpost">$[board.last_thread.subject]</a> by $[board.last_thread.last_post.created_by_user] <span class="date">$[board.last_thread.last_post.date]</span><br /> {/if} {else} This is for members only, please <a href="https://login.proboards.com/login/5416178">sign in</a> or <a href="https://login.proboards.com/register/5416178">register</a>.</span> {/if} {else} No posts have been made on this board as of yet. {/if} </div>
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Oct 1, 2013 9:23:28 GMT -8
@khristian, in the Home template, find the javascript code where you set the maximum characters.
Change this: To this:
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Oct 1, 2013 11:52:41 GMT -8
Thank you!
|
|