zenphoto-1.4.2
Bug 1
Bug on Automatically generated album
Fatal error: Call to undefined method Album::getAlbum() in C:\xampp\htdocs\zenphoto\zp-core\admin-functions.php on line 1060
To reproduce the error, create a new user through the admin and check 'create primary album'
Logout and login as the new user. Go to albums and click the new album
Bug 2.
How come after enabling user_login-out v1.4.1 plugin, the username doesnt appear on the index page(home).
Bug 3.
menu_manager v1.4.2 Plugin
menu_tab_edit.php - Typo on line 21 $result = updateMenuItem($report);
I guess should read $result = updateMenuItem($reports);
4. Just designed a plug-in vastly inspired by the Menu manager plugin. How do I make it visible to any logged in users so they can upload their their personal profiles.
Regards
Comments
#4, I presume you want to place HTML on the user tab for each user. If so, you attach to the appropriate `filter`. You can review the various user plugins to see how (and where) they do this.
THe plugin is meant to give any registred user a page to showcase their personal profiles etc