Ranks on the forum
Quote from N3k0 on November 6, 2018, 8:52 pmThere’s a way to change the position of the first elements? like:
[avatar]
[username]
[@username]
[posts]So I cant make my own order like
[username]
[custom line]
[avatar]
[post]
[custom line]etc!
cheers!
There’s a way to change the position of the first elements? like:
[avatar]
[username]
[@username]
[posts]
So I cant make my own order like
[username]
[custom line]
[avatar]
[post]
[custom line]
etc!
cheers!
Quote from Asgaros on November 7, 2018, 4:28 amHello @n3ko
Currently there is no simple way to change this. But what you can do is to hide all information and implement them again in your preferred order. For this you have to use the asgarosforum_after_post_author hook.
You can find the implementation of the current post-structure in the file wp-content/plugins/asgaros-forum/includes/views/post-element.php. The upcoming update will come with a couple of code-changes in this file, so it could be possible to adjust those changes after installing it.
Hello @n3ko
Currently there is no simple way to change this. But what you can do is to hide all information and implement them again in your preferred order. For this you have to use the asgarosforum_after_post_author hook.
You can find the implementation of the current post-structure in the file wp-content/plugins/asgaros-forum/includes/views/post-element.php. The upcoming update will come with a couple of code-changes in this file, so it could be possible to adjust those changes after installing it.
Quote from N3k0 on November 7, 2018, 4:30 pmYes, I use the hook, but all the adds i make its after the posts count 😛
I wait the update. Thx for the reply 🙂
Cheers!
Yes, I use the hook, but all the adds i make its after the posts count 😛
I wait the update. Thx for the reply 🙂
Cheers!