Re: [Radiant] RJS/Tracking Controller through Radiant Extension?

2007-05-11 Thread Oliver Baltzer
DeconStudio wrote: > But in the example that you posted with the SamplePage class -- I am > assuming I would make my own class as a subclass of page and then follow the > instructions for loading it as an extension from the Radiant docs. Creating that class and the extension is a step in the right

Re: [Radiant] RJS/Tracking Controller through Radiant Extension?

2007-05-11 Thread DeconStudio
I'm a rails newb so excuse this if it seems silly to all the experienced folks out there. But in the example that you posted with the SamplePage class -- I am assuming I would make my own class as a subclass of page and then follow the instructions for loading it as an extension from the Radiant d

Re: [Radiant] Gallery extension problem

2007-05-11 Thread Artur Baldyga
Yeah! I made the tables: galleries and galleries_items with appopriate fields ... and works :). -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/

Re: [Radiant] extensions and ajax effects, e.g. search

2007-05-11 Thread Sean Cribbs
I originally removed the live-preview because we didn't need it. The search behavior was the easiest one to port IIRC, so you could dig up the old source for that and copy mostly verbatim if you want that feature back in. Sean On 5/11/07, Mark A. Yoon <[EMAIL PROTECTED]> wrote: > Is there any wa

Re: [Radiant] RJS/Tracking Controller through Radiant Extension?

2007-05-11 Thread Benjamin Curtis
Heh, I get to use this same example twice in 5 minutes. :) http://pastie.caboo.se/60860 -- Building an e-commerce site with Rails? http://agilewebdevelopment.com/rails-ecommerce Meet up at RailsConf: http://railsconf2007.conferencemeetup.com/ On May 11, 2007, at 12:47 PM, DeconStudio wrote: >

Re: [Radiant] extensions and ajax effects, e.g. search

2007-05-11 Thread Benjamin Curtis
Here's a simplified example of updating the page via Ajax: http://pastie.caboo.se/60860 -- Building an e-commerce site with Rails? http://agilewebdevelopment.com/rails-ecommerce Meet up at RailsConf: http://railsconf2007.conferencemeetup.com/ On May 11, 2007, at 9:17 AM, Mark A. Yoon wrote: >

[Radiant] RJS/Tracking Controller through Radiant Extension?

2007-05-11 Thread DeconStudio
Hi All First post to the list, I have a question about extensions and adding RJS features to a Radiant site. What I would like to be able to do is call an RJS action on a click of certain buttons of a page, which would then log into a database that the action is clicked and use RJS to dynamically

Re: [Radiant] How does Radiant help you make a living

2007-05-11 Thread Sylvestre Mergulhão
I'am not working full time with Radiant (yet!), but I'm trying to sell projects thats have some not included functionality, so I can develop it, charge it and, of course, exchange with you. Now I'm part time employed developing in php with Joomla and SugarCRM. It's good to work with several projec

Re: [Radiant] Gallery extension problem

2007-05-11 Thread Artur Baldyga
My conclusion about this topic is: I have Radiant 0.6.1 and had installed 0.3.2 gallery extension and gallery didn't work, so I remove the extension in that way: dropped tables: galleries and gallery_items and then removed the gallery folder from /vendor/extensions folder. I logged into Radiant

[Radiant] extensions and ajax effects, e.g. search

2007-05-11 Thread Mark A. Yoon
Is there any way to render Ajax effects (on the user side) with extensions? For example, with the search extension - how would one highlight the results, or perhaps re-implement live-preview (or was it removed because it's too hard to do?) I'm trying to port an existing rails app that uses plenty

Re: [Radiant] Problem installing extension

2007-05-11 Thread Sean Cribbs
Generally, when you run into the unintialized constant ___Extension error, it means a directory is misnamed. The reason for this is Radiant takes the directories under vendor/extensions one by one and transforms them into class names like so: fuzzy_bears => FuzzyBearsExtension page_attachments =>

Re: [Radiant] Gallery extension problem

2007-05-11 Thread Artur Baldyga
Now i have "undefined tag `gallery'" message on the top of my site... -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radian

Re: [Radiant] Gallery extension problem

2007-05-11 Thread Artur Baldyga
It was 0.3.2 released :). I removed the tables and folder and everything looks fine without one thing. On my site (even if I use "Vies Site" button) i received an error: PGError: ERROR: relation "galleries" does not exist : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attn

Re: [Radiant] Gallery extension problem

2007-05-11 Thread Andrea Franz
The best way is to drop galleries and gallery_items table and the public/galleries folder...then you can re-install the extension...let me know...tnx again ;) Il giorno 11/mag/07, alle ore 13:30, Artur Baldyga ha scritto: > Andrea Franz wrote: >> I can't work now, but I'll try asap with radia

Re: [Radiant] Gallery extension problem

2007-05-11 Thread Artur Baldyga
Andrea Franz wrote: > I can't work now, but I'll try asap with radiant 0.6.1.. > If you want try the latest version (0.3.2) > > http://darcs.bigchieflabs.com/radiant/extensions/gallery/ > > ..and let me know if it works..thank you!! OK. How can I remove the existing gallery?? -- Posted via ht

Re: [Radiant] Problem installing extension

2007-05-11 Thread Andrea Franz
I'll try the gallery extension with the latest version of radiant asap..let me know if you find the bug!!! thank you ;) Il giorno 10/mag/07, alle ore 15:21, Achim Domma ha scritto: > Hi, > > I have just updated my radiant gem to the latest version. Then I > created a new application which works

Re: [Radiant] Gallery extension problem

2007-05-11 Thread Andrea Franz
I can't work now, but I'll try asap with radiant 0.6.1.. If you want try the latest version (0.3.2) http://darcs.bigchieflabs.com/radiant/extensions/gallery/ ..and let me know if it works..thank you!! Il giorno 10/mag/07, alle ore 22:47, Artur Baldyga ha scritto: > I use Gallery extension 0.2 o