you wrote in a similar post you can do this by modifying the class-s2-core.php file but i can′t understand where i should paste the code u wrote in another post, something like this
add_action('new_to_publish', array(&$this, 'publish'));
add_action('draft_to_publish', array(&$this, 'publish'));
add_action('auto-draft_to_publish', array(&$this, 'publish'));
add_action('pending_to_publish', array(&$this, 'publish'));
add_action('private_to_publish', array(&$this, 'publish'));
add_action('future_to_publish', array(&$this, 'publish'));
so would be great if you explain me how to get this done, i′ll appreciate any help u give me, and thank you for making this amazing plugin ??