Thanx Andrea... Iam installed radiant cms and developed web application upto here every thing is okay.... and now iam facing problem in adding newsletter feature to my application....i have done all commands which are below mentioned.... it is created one page, called newsletter where it shows all the field tags... but when iam trying to execute "http://localhost:3000/newsletter/newsletter_logs/" with this url... am getting "File not found"
but when iam trying to execute "http://localhost:3000/newsletter" getting "This is newsletter page"... i knw which page and which tab is executed... But my intension is to showing up all the information reg the newsletters in that page.... it is nice when we execute the cmd rake RAILS_ENV=production radiant:extensions:newsletter:page:new... creates a new page... Plz suggest me asap > > Hi Sridhar, you need to create a site with radiant. After installing it > check out the newsletter extension with subversion inside the > vendor/extensions directory. > Now, from the radiant root type the following commands: > > rake RAILS_ENV=production radiant:extensions:newsletter:install > rake RAILS_ENV=production radiant:extensions:newsletter:page:new > > Edit the environment.rb adding smtp settings. There is an example in the > README file of the extension. > Restart the server, and configure your newsletter editing the newsletter > page. Add a child page, save it and send it. > Let me know if you have any problems. > > -- > Andrea Franz > http://gravityblast.com - http://nimboo.net -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
