Quote:
Originally Posted by LEIVA
Hi guys i remove the Day and Hour data that appear inside the [ ] now how i remove the [ ] ? thanks guys
|
If you removed the time stamp from the box, but the [] was left behind like this;
PHP Code:
<span class="time"><a href="$vboptions[bburl]/misc.php?ccbloc=$cybcb_msg_box_id" style="text-decoration:none;" title="$vbphrase[cybcb_loc_message]">$cybcb_msg_box_icon</a> []</span>
You needed to remove the [] from the template as well, like so;
PHP Code:
<span class="time"><a href="$vboptions[bburl]/misc.php?ccbloc=$cybcb_msg_box_id" style="text-decoration:none;" title="$vbphrase[cybcb_loc_message]">$cybcb_msg_box_icon</a></span>
This way, the time stamp still exists in the archive, but doesn't clutter the Chat box.