Re: [Radiant] Extension page_attachments no reaction after click

2009-11-19 Thread Ivan Yatskevich
John, thank you for pointing out the solution. I would like to correct 
some little typos (there is no radiant-0.8.1 branch and vendor/extension 
directory)

So to make page_attachments extension work with radiant 0.8.1 and avoid 
Event.addBehavior is not a function error you need to:

cd /path/to/radiant|
|git clone 
git://github.com/radiant/radiant-page-attachments-extension.git 
vendor/extensions/page_attachments

cd vendor/extensions/page_attachments
git checkout origin/radiant-0.8.0
cd ../../..

rake radiant:extensions:page_attachments:migrate|
rake radiant:extensions:page_attachments:update|
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Extension page_attachments no reaction after click

2009-10-29 Thread Boris Raeschler
Hello,

I´m using a fresh radiant copy 0.8.1 and the latest version of
page_attachments. Installation of radiant and the plugin works like a charm.

I'm using this steps for installation

git clone git://github.com/radiant/radiant-page-attachments-extension.git
vendor/extensions/page_attachments
rake radiant:extensions:page_attachments:migrate
rake radiant:extensions:page_attachments:update


But here´s my problem. I would like to upload a attachment to a page. In
admin/page/edit I see the green + button. But clicking the button has no
result. I didn´nt see the upload form or an other button?

The Database Table and Javascript file (page_attachments)  are present??

What did I wrong? Who can help?


Best regards

Boris
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Extension page_attachments no reaction after click

2009-10-29 Thread john muhl
the master branch of page_attachments does not work with 0.8.x anymore
you'll need to checkout the 0.8.1 branch.

git clone git://github.com/... vendor/extensions/page_attachments

# checkout the 0.8.1 branch
cd vendor/extension/page_attachments
git checkout origin/radiant-0.8.1
cd ../../..

rake radiant:extensions:page_attachments:migrate
rake radiant:extensions:page_attachments:update

On Thu, Oct 29, 2009 at 1:18 PM, Boris Raeschler
boris.raesch...@googlemail.com wrote:
 Hello,

 I´m using a fresh radiant copy 0.8.1 and the latest version of
 page_attachments. Installation of radiant and the plugin works like a charm.

 I'm using this steps for installation

 git clone git://github.com/radiant/radiant-page-attachments-extension.git
 vendor/extensions/page_attachments
 rake radiant:extensions:page_attachments:migrate
 rake radiant:extensions:page_attachments:update


 But here´s my problem. I would like to upload a attachment to a page. In
 admin/page/edit I see the green + button. But clicking the button has no
 result. I didn´nt see the upload form or an other button?

 The Database Table and Javascript file (page_attachments)  are present??

 What did I wrong? Who can help?


 Best regards

 Boris
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant