Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
Does such thing exist? I'm trying to essentially use this:
I need something like that. For example user has 100 messages and 200 likes. His ratio would be "2" and added on postbit. For example: Nickname -Avatar- Location: London Message Count: X Like Count: X * Message/Like Ratio: 2 *
xenforo.com
what i would like to do is something like this:
PHP:
Thread/Message Ratio{{ number($user.thread_count/$user.message_count, 2) }}
is there a way to do this via the postbit?
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
I need something like that. For example user has 100 messages and 200 likes. His ratio would be "2" and added on postbit. For example: Nickname -Avatar- Location: London Message Count: X Like Count: X * Message/Like Ratio: 2 *
what i would like to do is something like this:
PHP:
Thread/Message Ratio{{ number($user.thread_count/$user.message_count, 2) }}
is there a way to do this via the postbit?