rtCamp / rtMedia

rtMedia (formerly Buddypress Media) adds advanced multimedia functionality to WordPress, BuddyPress and bbPress
https://rtmedia.io/
121 stars 111 forks source link

Break BPMediaScreen.php into more classes #108

Closed actual-saurabh closed 11 years ago

actual-saurabh commented 11 years ago

Move all display functions, especially ones with html into a separate folder called templates and have wordpress, buddypress like template files.

Look for such structure in a theme location prior to loading this. This way, theme authors will get more control on the screens. Also, we'll separate out all the views from the controllers.

If this needs one line methods, so be it. Even if passing a single variable is all that the method does.

henrywright commented 11 years ago

Any progress on this? If I could copy template files into my theme's directory it would avoid the need to modify the plugin core.