page_attachments does not override the edit.rhtml, it uses the built-in facilities (aka "facets lite") for inserting partials above the buttons. However you would be correct in pointing out that overriding edit.rhtml (probably what tiny_mce does) would break page_attachments.
Sean Keymone wrote: > i did. > > problem is that both extensions overwrites /app/views/admin/page/edit.rhtml > template. just metge that template into 1 folder and it should work. > > e.g. if you do not see page_attachments then your tiny_mce overwrites them > so you should merge it into > /vendor/extensions/tiny_mce/app/views/admin/page/edit.rhtml > > On 7/30/07, Kyle Daigle <[EMAIL PROTECTED]> wrote: > >> I had the same problem. I think if you maybe make a page_attachments >> under >> the new extensions folder added, it might work? >> >> I just uninstalled tinymce, and got on with my life. But would be >> interested in continuing. >> >> Kyle >> >> >> On 7/30/07 12:20 PM, "Shawn Oster" <[EMAIL PROTECTED]> wrote: >> >> >>> I'm noticing that when you have the tinymce extension installed the page >>> attachments interface stops showing up. The tags still process >>> >> correctly >> >>> but you lose the UI to upload images on each page. Has anyone gotten >>> >> around >> >>> this issue? I'm still learning the framework and don't even know the >>> >> best >> >>> way to trace through this and figure out where/how the tinymce extension >>> >> is >> >>> clobbering the page_attachments. >>> >>> Thanks a million, >>> Shawn Oster >>> _______________________________________________ >>> Radiant mailing list >>> Post: [email protected] >>> Search: http://radiantcms.org/mailing-list/search/ >>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant >>> >> -- >> >> Kyle Daigle >> DigitalWorkbox >> [EMAIL PROTECTED] >> C: 860.324.8173 >> >> _______________________________________________ >> 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
