LPH
Well-known member
My brain is on hold. It will return in 2 weeks. In the meantime ...
This code returns the message count for the visitor logged into the site.
Instead, I would like the message count for the user who posted the message.
This code returns the message count for the visitor logged into the site.
PHP:
global $XF; echo 'messages:' . $XF->visitor->get('message_count') . '<br />';
Instead, I would like the message count for the user who posted the message.
Last edited: