bemis
Low rep power
- Joined
- Mar 7, 2024
- Posts
- 79
- Rep Power
- 158
I only know xenforo uses PHP, which I admittedly never look at unlessI have to. In PHP though if `count` is a variable, wouldn't it need to be something like:original phrase:
replaced with:Code:... and {count} more.
Code:... and more, but the widget is too retarded to count how many.
phrase name: ellipsis_and_x_more
PHP:
... and {$count} more.
PHP:
... and {count($users_online)} more.