> P.S. that button for copy/move had an image and that image could not be found for some > reason - i got 404. image was in the correct place under /vendor/extensions/copy_move /public/images/admin - somebody had similar problem?
You didn't run all the migrations, read the README file of the extension. I you did, it's possible that the migration was copying the file to the Radiant gem instead of to you app directory. Writing into the gem directory usually fails on unix machines (linux, osx) unless you are root. /AITOR On 7/3/07, Aitor Garay-Romero <[EMAIL PROTECTED]> wrote: > > > maybe we should implement some hooks for extensions to let them modify > administrative > > page only in those parts we want? > > Definitively. I my Radiant related to-do list i have a point about > sending to this list an e-mail about exactly this topic. > > There must be an API so extensions can modify the UI without > interfering others or with Radiant itself. I find this issue to the a big > problem of the otherwise good extension system. > > A client-side JavaScript API would be OK, a server-side Ruby one would > be better. > > /AITOR > > On 7/3/07, Keymone <[EMAIL PROTECTED]> wrote: > > > > Hello everybody. > > > > I installed copy/move extension and got a button for copy/move action on > > a > > page list > > then i installed reorder extension and gor reorder button but copy/move > > disappeared. > > > > as far as i understand that's because reorder extension provides it's > > own > > version for > > admin/pages view. > > > > maybe we should implement some hooks for extensions to let them modify > > administrative > > page only in those parts we want? > > > > P.S. that button for copy/move had an image and that image could not be > > found for some > > reason - i got 404. image was in the correct place under > > /vendor/extensions/copy_move/public/images/admin - somebody had similar > > problem? > > > > -- > > Regards, Keymone > > _______________________________________________ > > Radiant mailing list > > Post: [email protected] > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
