Extend Dashboard Flexibility

Support MB Frontend Submission Extend Dashboard FlexibilityResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24827
    pluginovenpluginoven
    Participant

    So far I am very impressed with how much time this plugin has saved!
    After successfully setting up a CPT with the related frontend dashboard/edit pages, there are a few tweeks I want to make to the Dashboard elements:

    1. Remove the Welcome message
    2. Modify the post title url to forward on to the edit page, not the permalink

    The templating system seems only to address field rendering.

    After opening up the Dashboard.php file I see that the following lines are hard-coded:

    $this->show_welcome_message( $atts );
    ...
    <td><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></td>
    

    Unless I missed something, it seems filters will need to be added to modify these. However, since this would mean modifying the plugin, I would also like to submit a github/bitbucket pull request to have any modifications considered for inclusion in a future release.

    In short: am requesting the ability to contribute and help improve the flexibility of this already useful plugin.

    #24836
    Long NguyenLong Nguyen
    Moderator

    Hi,

    MB Frontend Submission is a premium extension so we only allow our developers to access the Github repository. Thanks for your idea, I will inform the development team to add some filter hooks to modify the extension.

    #24843
    pluginovenpluginoven
    Participant

    Hmm... I see.

    You might also inform your dev team that they have included a .zip file of the entire plugin within the root folder of the plugin itself.

    OOPS?

    #27530
    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.

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