Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your plugin is allowing the posts to be published — then making the changes to them, using the possibleStatus array…

    $possibleStatus = array();
    ...
    add_action($status.'_to_publish',

    Could it not be changed to get the post as soon as it is going to inserted into the database with this…

    add_action('save_post'
    OR
    add_action('wp_insert_post'

    I’m trying to see if it’s possible – as i have the same problem as reidstothav

    Thread Starter bigfeeder

    (@bigfeeder)

    Cheers for the replies guys

    Well, as far as I know, with 2.8 version auto-formatting option removed or something.

    Avazbek — you say auto-formatting has been removed. Do you know how i can put it back in? / turn it on?

    I really need the ability to post from word back on my blog.

    I’ve just updated to 2.8.1 and that still isnt right — i may have to downgrade back to 2.7 if i cannot fix this ??

    Cheers for the help all.

    Hi all —

    I’ve just joined to ask the EXACT same question!

    My websites have been hacked — but unlike asandler, hackers have left backdoors in my php files to get access again.

    It looks like i’ll need to reinstall my blogs – as i could never check every php file.

    I could really do with some advice.

    I’m planning on deleting everything on my server.

    *** Reinstalling wordpress
    *** Downloading my theme again – and reinstalling plugins (including press forum)

    But how would i then get it working again with the old database?

    Would the random phrase not work as it wouldnt be the same?

    Sorry if the question sounds stupid, i’ve never done this before. I just don’t trust myself to check every php/js file. As i could miss somthing.

    (p.s – is there any way a jpg/gif file could have been changed that was used in my theme to let a hacker back in?)

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)