Quote:
Originally Posted by SnapOff Racing
Damn I'm having that issue too just checked and it says "You haven't specified any keyword" when I try to delete chats from the Archives.
|
Go to Admin CP ==> Style & Templates ==> Search in Templates.
Search: chats_remove (
in mgc_cb_evo_archives)
==// Cut the found code below ====================
Code:
<if condition="$show['delete_column']">
<form name="chats_remove" method="post" action="mgc_cb_evo.php">
<input type="hidden" name="do" value="inline_remove_chats" />
<input type="hidden" name="securitytoken" value="{$vbulletin->userinfo[securitytoken]}" />
</if>
===========================================
Just in there:
Code:
<!-- / Javascript popups -->
===> paste in there!
<!-- Chats -->
The result:
Code:
<!-- / Javascript popups -->
<if condition="$show['delete_column']">
<form name="chats_remove" method="post" action="mgc_cb_evo.php">
<input type="hidden" name="do" value="inline_remove_chats" />
<input type="hidden" name="securitytoken" value="{$vbulletin->userinfo[securitytoken]}" />
</if>
<!-- Chats -->