Plugin Modification
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin Modification’ is closed to new replies.