Hi Camu – thanks for responding and i think i’ve found out a number of things and a bit of a bug …
as fyi, the test site i’m working on =
https://saintjosephbrookfield.com/dude/ … after i submitted the post above, i saw a number of errors in error logs that suggested some other plugins were misfiring … since this was / is a Multisite 3.1.1 network and subsite on that network, i turned off all plugins that were network activated then reactivated at them sub site level … that seemed to help as no more error logs …
then i went back and re-installed the P2 theme unmodified* and brought your plugin online and then loaded each one of the other plugins, one at a time to see if there was conflict …
Firefox was fairly reliable but IE 6 (i know ugh but still wanted to get sense) started to hiccup with intro of Share and Follow plugin but it turns out that this did not get in the way with your plugin but it explained why checkboxes to subscribe to posts were missing (as the Share and Follow icons also went missing in IE) …
so morale of the story … i did not need to add the this code to the P2 comments.php file
<?php if (function_exists('subscribe_reloaded_show')) subscribe_reloaded_show(); ?>
by adding it, i was getting confusing results and once i yanked it, turns out things started working pretty much as advertised …
the bug i alluded to seems to be with Admin not being able to subscribe to comments – my posts, my comments or other author posts or comments …
now maybe i’m missing something as i only have two users on this sub site – me as admin / super admin, and another user as author … when i log in as the author, no problem, i can check to subscribe to a thread, manage my subscriptions, get my emails, etc … but i cannot do the same thing when i log in as admin …
maybe that is by design or maybe i’m missing something or maybe buglet or ..??..
anyhow, thanks again for response and thanks in advance for any pointers you might be able to share … cordially, chuck scott
*i modified the P2 theme so that drop down categories could appear on the front page during a post … this required editing post-form.php, p2.js, and ajax.php … thus i’m not 100% i didn’t introduce error or conflict hence going to propose to client we skip the categories on front page and go back to default files … authors can always log in to the dashboard and update posts with category choices from there …
– fin –