inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Apr 19, 2018 20:13:19 GMT -8
using the $[following] tag can you get more then 4 to display at a time? Or is this something that can't be changed?
{if $[following]}
<div id="following">
<div class="follow">
<table><tr> {foreach $[following]}
<td style="padding:10px;"> <div class="mini-user" width="100%" height="200px;">
<div class="mini-avatar" style="border: 2px solid black; padding:10px; height:80px; width:100px; background-color:black;">
$[following.avatar_medium]</div>
<center><span class="name">
$[following]
{if $[following.is_online]}
<br /><span class="small">currently online <i class="fa fa-circle" aria-hidden="true" title="Online"></i></span>
{/if}
</span></center>
</div></td>
{/foreach}</tr></table>
</div>
</div>
{/if} using this but I want it to display everyone they're following and not just the first four.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Apr 26, 2018 18:50:45 GMT -8
bump
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 27, 2018 9:37:16 GMT -8
I'm pretty sure it's hard-coded to be limited to 4 iterations before it stops outputting them, similar to how the Users Online sections only output 100 users.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Apr 28, 2018 13:32:57 GMT -8
This makes me so sad, but also explains why I couldn't figure out a work around. Thank you for taking time to answer Brian.
|
|