Quote:
Originally Posted by VBDev
Edit the Add number of chats in the postbit plugin of the chatbox and replace its content by :
Code:
if ($this->registry->options['mgc_cb_evo_count_userchats'] && $this->registry->options['mgc_cb_evo_show_nbchats_postbit'] && $this->post['mgc_cb_evo_nbchats'] > 0){ $mgc_cb_evo_postbit .= "<div>" . $vbphrase['mgc_cb_evo_chats'] . ": " . $this->post['mgc_cb_evo_nbchats'] . "</div>";}
The phrase to edit to change the text is mgc_cb_evo_chats.
|
I am sorry, I am stupid, but I have no idea what I am supposed to edit.
Also is there a demo or someone with the ajax version? I just noticed it. How would I change to it? Uninstall and re-install?