got the filters and the options to work.
in vbms_filters.php
I simply replaced the $_POST call with (last line only)
Quote:
if ($_REQUEST['action'] == "delete")
{
vbms_api_safe_call("delete_filter", $_GET['filterid']);
}
else if ($_REQUEST['action']=='add')
|
i did the same thing with the options by adding a hidden input in the templates and doing a
Quote:
else if ($_REQUEST['do']=='addoptions')
|
This does not seem too complicated to fix.
I even added a private calendar link :-)