Quote:
Originally Posted by calorie
They are not heavy queries, but if you want to be rid of them...
In the Self Censor Init Startup plugin find:
Code:
$sc_ds_query = $db->query_first("SELECT data
FROM " . TABLE_PREFIX . "datastore
WHERE title = 'sc_profile_plus'
");
$sc_ds_profile_id = unserialize($sc_ds_query['data']);
$sc_field_name = "field".$sc_ds_profile_id;
And replace with the following after mod installation:
Code:
$sc_field_name = "fieldX"; // set fieldX to the actual field name
|
No such plugin. You mean the global start plugin.