• I would like to make 2 customization changes to the plugin for a project I’m building. The first is to make videos and playlists that show up in the admin menu based on the currently logged in user only, rather than displaying all videos from all users. I believe I just need to modify a query in api.php. The query currently reads ‘SELECT oid,’. $fields[‘cols’] .’ FROM ‘.$this->table->playlists, $fields This is currently selecting all the playlists.

    The second is I would like some type of plugin menu available in the front end for authors. I tried various solutions but no luck. Any suggestions?

    Thanks!

    Brad

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author plugin.builders

    (@pluginbuilders)

    Hi, I found out that we haven’t attached user id in our playlists. That’d have been easy, now we need to update many things and test them out properly. I know I had told you it’d be ready in 5 days, but I’ll see it today and email you by midnight, it’s early morning here.

    Thread Starter BradVotava3

    (@bradvotava3)

    Thanks for the response. I know you probably get more emails than you can answer promptly some weeks. I understand. It’s no problem.

    What did you think about the idea of creating a page for a front-end user interface for the plugin? Would that be pretty simple or is that very involved? Basically I just want to be able to create a link to a page that contains the plugin menu for users that’s not in the regular admin area. I guess it could also be a popup modal. If it’s a time consuming task I’d be willing to pay you for your time. Just let me know what you’d charge.

    Thanks!

    Brad

    Plugin Author plugin.builders

    (@pluginbuilders)

    Did you get my email just now? It gave me a bounce-like error message, please check.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin Modification’ is closed to new replies.