How can i get rid of the actions menu on the sidebar, and instead have an item actions drop down menu in the area above the thumbnails (where the album title and description are)?
use local templates.. templates/sidebar.tpl has the normal menu, which you can remove.. put similar content in a local layouts/matrix/templates/albumBody.tpl and singleBody.tpl to create a <select> instead of individual links.
Posts: 8601
use local templates.. templates/sidebar.tpl has the normal menu, which you can remove.. put similar content in a local layouts/matrix/templates/albumBody.tpl and singleBody.tpl to create a <select> instead of individual links.