Quote:
Originally Posted by doogie88
Thank you very much for the quick reply.
Can someone with coding experience show me how to edit the plugin so it won't show in postbit if the have zero chats?
|
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.
Quote:
Originally Posted by Markos
nope didn't change nothing got up in the morning and it was sticking on refresh but funny thing is its not doing it now :S
|
Perhaps a server side issue ?