Dashboard Columns are not filterable

Support MB Frontend Submission Dashboard Columns are not filterableResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27470
    pluginovenpluginoven
    Participant

    In Dashboard.php the show_user_posts function is hardcoding the columns: Title, Date, Status and Action:

    <tr>
                    <th><?php esc_html_e( 'Title', 'mb-frontend-submission' ) ?></th>
                    <th><?php esc_html_e( 'Date', 'mb-frontend-submission' ) ?></th>
                    <th><?php esc_html_e( 'Status', 'mb-frontend-submission' ) ?></th>
                    <th><?php esc_html_e( 'Actions', 'mb-frontend-submission' ) ?></th>
                </tr>
    

    Which is, of course, not very flexible.
    I know that this is a 'premium extension so we only allow our developers to access the Github repository' So I will go ahead and create a private repo of this plugin on GitHub to address the increasing number of issues I am having to fix. Which github username do I need to invite to this repo so my changes may be considered in the next update?

    #27532
    pluginovenpluginoven
    Participant

    I have extended this premium extension and added the missing functionality addressed in this issue thread. The modified files can be found on GitHub.
    Let me know if you have any questions of if I can be of any further assistance.

    #27587
    Anh TranAnh Tran
    Keymaster

    Hi Baden,

    Thanks a lot for your help! I've merged your changes into the plugin and released a new version 3.1.0. I'll merge into the Meta Box AIO a little later.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.