I want to display the comment form in a popup. How could I do this?
I am using Drupal 7.
|
I want to display the comment form in a popup. How could I do this? I am using Drupal 7.
| |||||
feedback
|
|
Well, for it I can propose you a 'sexy' solution.
You've to include this code in the header or footer of your theme (better if you can check before if you're on one page with comments or not. And be sure that jQuery UI Dialog is also loaded with drupal_add_library. P.S. I didn't try the code, so maybe you'll find some bugs, but the main idea is there. | |||||||||||
feedback
|
|
If you want to do it in a fancy non-technical way use Beauty Tips module. if you need help here is a good video on this topic. http://gotdrupal.com/videos/drupal-views-enhanced-with-beauty-tips-module | |||
|
feedback
|
|
Ctools has a nice modal functionality that is easy to use, and doesn't need you to manually add any depended JavaScript code. | ||||
|
feedback
|