hislordshipuk (@hislordshipuk)

Forum Replies Created

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

  • hislordshipuk
    Participant

    @hislordshipuk

    We use ‘Image Upload for BBPress’


    hislordshipuk
    Participant

    @hislordshipuk

    Thanks for the quick reply. I tried to run the SQL option to delete the ‘pending’ post etc but it came back with a red box with ERROR in it and ‘#1046 – No database selected’ which I cant work out why.


    hislordshipuk
    Participant

    @hislordshipuk

    I currently have 36,000 topics in my pending folder and another 3,000 in the bin. I have tried deleting 250 at a time and i get 504 Gateway error. I’ve reduced it down to 150 and it works. Only problem is that it will take me 72 hours straight with the process lag time, so that a pointless exercise. Is there a way of getting this spam data than using the dashboard option? I have created a dupe forum and moved all data I want and left the old forum with the rubbish in it, however, 39,000 topic entries takes up valuable space I dont have.
    Does anyone have a solution other than the above?


    hislordshipuk
    Participant

    @hislordshipuk

    Ok I removed the added code as detailed above. It made no difference. All buttons and free text are no operable in the ‘Add new’ of Forums.


    hislordshipuk
    Participant

    @hislordshipuk

    I have gone through the plug-in checks and still found all buttons are disabled. As for changing themes, I don’t wish to do this as when I revert back to my current theme the formatting will be completely messed up which will take hours of work to put right.

    One thought – I did add a piece of code to the theme to have the forum response placed in a sensible order. Could this be the culprit? It was added the Themes funcion.php.

    function my_custom_display_topic_index_query () {
    $args[‘orderby’] = ‘date’;
    $args[‘order’] = ‘DESC’;

    return $args;
    }
    add_filter(‘bbp_before_has_topics_parse_args’, ‘my_custom_display_topic_index_query’ );


    hislordshipuk
    Participant

    @hislordshipuk

    From any access point to ‘Add New’ Forum I am presented with usual create screen but all edit buttons are missing, including a save button. In addition I cannot type in the main window but the title can be added, although not saved.

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