Ok. I got it working. Hopefully my troubles will help the next person who comes across this.
1. Make sure to use cake's java script helper to point to the js file, as well as adding the js functions. I used $javascript->linkOut and $javascript->codeBlock, respectively. 2. Make sure too manually add niftyCorners.css to whatever template you'll be using niftyCube in. You can use the html helper for this if you like. Normally, the niftycube.js file would add this css file dynamically. However, for some reason, the javascript fails to add the css file. Thus, the corners don't appear rounded. Well, that only took about 2 hours to fix. :/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
