JavaScript create modal windows/popups.
-1
votes
1answer
38 views
How can I hide the content to the users who didn't like the Facebook page?
I need to do a site where the content will be inaccessible to the visitors who have not liked the Facebook page. It is necessary to display a popup with the like button the visitor should use to like ...
0
votes
1answer
24 views
Add class to one SPECIFIC menu item
I'm looking for a way to add an extra class to a specific menu item in my main menu. I see ways to add classes to the entire menu, but not one specfic item. Can someone point me in the correct ...
0
votes
0answers
28 views
How can I load an exposed filter for a view in a modal?
I need to have the exposed filter for a view popup over the view and require the user to input something. Then upon saving, close the modal and filter the view. Suggestions?
0
votes
0answers
57 views
Resize modal popup base on content with Modal Forms module in Drupal 7
I use the Modal Forms module (http://drupal.org/project/modal_forms) to show the popup for the website and it worked well with fixed data (from we have several sizes for modal forms : small, medium, ...
0
votes
0answers
123 views
popup video gallery (colorbox, lightbox2 or frame)
i wonder about popup video. i make a gallery using colorbox module but when i popup video i can't do nothing except watching epened video. so i want wathing video and do something in site too. like ...
0
votes
1answer
94 views
Drupal How to add java script to ctools modal popup
I need to hide some element with some condition using jquery inside ctools modal popup in drupal after popup load. I used drupal_add_js but that not work.
Any suggestion?
0
votes
0answers
40 views
Modal Survey Module for Drupal 6
Does anyone know of a good modal survey module for surveying users simple questions? Im a Drupal super n00b and have been tasked with building or (hopefully) finding a module which will displays a ...
0
votes
0answers
12 views
How to load add comment form in light box or any other pop up [duplicate]
Want to load add comment form in light box or any other java script pop please help me how should i approach this
0
votes
1answer
53 views
How to make user manageable modal dialogs - Drupal 7
So, Im a total, TOTAL Drupal n00b, but my new company is pretty big into it and is throwing me in. So, far I've done some stuff with content types and views, thats it. But now they want me to make a 2 ...
1
vote
3answers
302 views
Rendering drupal login form in a modal window
I need to display the login form in a modal window when a user clicks a link on my website. I am doing that using jquery ui dialog currently.
However, once the user logs in, i don't want a page ...
2
votes
1answer
112 views
Why is my form_state being reset after submission?
I have a menu item with page callback:
function my_menu() {
$items = array();
$items['my/action/%ctools_js'] = array(
'title' => 'do something',
'page callback' => 'my_action',
...
0
votes
0answers
140 views
Displaying popup INLINE with Drupal 7 [closed]
I would like to have a flowing text with several tooltip that popup when the mouse is over somme words.
I have installed the popup suit and it is working fine; however, it is not possible to have an ...
0
votes
0answers
71 views
How to make an image uploader like stackoverflow [closed]
Is there any module that works like the following image ?
What is the method to integrate it with CKEditor ?
0
votes
0answers
117 views
How can I set a Drupal message on modalframe_close_dialog?
I have created a users' feedback form in modelframe. On submit I want to redirect the user to the feedback list page and want to show a Drupal message.
I have written the following:
...
0
votes
0answers
115 views
Modal form (login) not loading
I am trying to use the Modal Forms module to display login screen as a popup on that but form is not loading. I just see the revolving screen.
I have everything checked at ...
0
votes
3answers
671 views
how to display user login in a popup?
When menu item "Login" is clicked, I want to display login form as a popup - what is the best way to do this?
I have looked into the following but with little luck (let me know if the answer is below ...
2
votes
1answer
253 views
Drupal 6 custom form in pop-up
I need to show a custom feedback form when canceling an event.
I used a jQuery modal form for this purpose, but I want to use any Drupal 6 module, or functionality, to save the feedback for future ...
1
vote
1answer
175 views
How To Open The Comment Form In Modal Form
I want To Provide The Link "Add Reviews" For Content Type Example "Doctor". Then How I can Use the Comment Functionality For That. So that When the user Click on the Add reviews Link A modal Form ...
0
votes
1answer
82 views
Comparing a clicked views-row in a loop
When I loop through my .views-row divs in jQuery, I need to 'grab' the one that is clicked on, needing to uniquely identify it and put only the selected fields from that particular div in my modal ...
3
votes
2answers
2k views
How to display a node in overlay popup effect?
I have a content type 'students' with fields name, description and a photo. I have created a view(Block) to display only the images of the students. When the teacher/user clicks the photo of the ...
1
vote
2answers
1k views
Show Colorbox or other Modal Window on page load
I'm working on a module that shows a modal window of some sort (I've used Colorbox so far, but I'm not attached to it) upon page load. I've gotten to the point where I need to make it display on page ...
0
votes
0answers
58 views
modalframe_close_dialog is not working on node add form
I am using modalframe module and calling one node/add form on popup(modalframe).
Now on submit I want to close the popup, but it is not closing. I am using drupal 6.
Can anyone please tell the ...
0
votes
1answer
155 views
Is there a base module that implements the slide in, slide out behaviour like the Admin module?
I am looking for a module that implements slide in and slide out on top functionality, similar to the way some websites slide out a contact form when you click the thingy at the side of the page.
The ...
0
votes
0answers
206 views
How to Re-open the Ctools Modal Window after closing the ctools Modal?
i have a question about creating a custom node form in ctools modal.
And the Trigger Element is a button.
My button form function is belowed.
function hs_ajax_button_form($cmp_id=NULL)
{
//此為 ...
1
vote
1answer
703 views
How to use custom modal with ctools and triggered by a button form
I'm using ctools to render my node form.
And my quesiton is how to insert the custom style for the popup window.
I know how to use the custom style in the text button. but I don't know how to use it ...
0
votes
0answers
113 views
How to show a minipanel in modal /overlay /popup?
What is the best way to show a minipanel in a modal?
Can the module http://drupal.org/project/ctools_automodal be useful?
0
votes
1answer
438 views
How to show in pop up box message in D7
I am developing custom module in D7. And created one custom block. And how can show the conent in the block as pop up box?sample block code is `
$block['content'] = t('Test message');
I want ...
2
votes
1answer
2k views
Drupal 7 - How to get AJAX response displayed in a ctools modal?
I want to create a ctools modal popup when a button is pressed.
function custom_form( $form, &form_state ) {
$form['btn'] = array(
'#type' => 'button',
'#value' => t('add'),
...
0
votes
2answers
492 views
Show a popup after saving a new node
How do I create a popup which can use the node variables after saving a new node?
For example, I want to show a popup with the social media share button. Should I use node_save()?
0
votes
2answers
457 views
Ajax upload in Ctools Modal Window
I have node creation form in a popup dialog box. I decided to give it a try using ctools modal window. But I seem to be getting errors when I upload an image into a image field after using browse to ...
2
votes
1answer
3k views
How do I create a form in a modal dialog with Drupal 7?
There seems to be many solutions for implementing a modal dialog including Ctools, Colorbox, Simple dialog, and Ctools Auto-modal. I'm not sure which is the best to use for simple coding through the ...
0
votes
1answer
589 views
Login form and registration form not properly displayed
I am using D7, with the help of Modal form module i am trying to display the login and registration form in a overlay effect. When the user visits /user/register or /user/login i get the overlay but ...
1
vote
1answer
194 views
Create content within the site instead of the Drupal modal popup?
I have a content-type "client-request" and I would the form to be displayed within the site (inside the banner and sidebar) when the user clicks new request instead of opening up in the Drupal modal ...
2
votes
1answer
322 views
How to pass form input to ctools modal
I have a regular Drupal form that is not in a modal. When the user submits the form, a ctools modal popup opens (as per http://drupal.org/node/1482968).
My question is, what is the best method for ...
1
vote
1answer
2k views
Registration form in a popup window (colorbox or jQuery ui)?
How to embed a registration form in a popup window.
I would like to use colorbox or jquery ui:
drupal_add_library('system', 'ui.dialog');
Thanks in advance!
0
votes
2answers
385 views
Sliding Popup in Drupal 6
Im trying to create a sliding popup using jQuery in my drupal module .
Referring the code from:
http://karlagius.com/2009/02/08/creating-a-sitepoint-like-sliding-popup-in-jquery/
My popup window, ...
0
votes
1answer
397 views
Ctools: stay always within modal window
When I load some pages using Ctools modal window, those pages have many another links, submit buttons etc, so when I follow those links, I loose the window. Drupal Overlay has no problems with it.
Is ...
0
votes
1answer
870 views
How to change the order of form elements in a modal user login form
I have a modal form for user login. I want to rearrange the links. I enabled captcha for user login form. Now i want to display 'Create New Account' and 'Forget Password' links to be displayed below ...
1
vote
1answer
649 views
How to show pop up message “Are you sure …?” with “OK” button before save the content
I have a image field on profile content type. And when users try to save the content without uploading images I would like to show pop up confirmation message "Are you sure you want to save your ...
1
vote
1answer
318 views
Modal Popup in IE submit button does not work
We are using the Ctools modal popup for registration. In every other browser, this works.
In IE8 and IE9, after filling out the popup form, when a user presses "Create Account", the form disappears, ...
1
vote
1answer
281 views
Drupal 7 adding rel to the href's of Login and Registration
I'm using Lightbox as a modal box solution and have been having
an issue trying to get modal windows for the default Login and
Registration links. I'm trying to access from inside a module that
I"m ...
4
votes
2answers
5k views
How to load a node edit form using Ctools module in Drupal 7
I am trying to load a node edit form into a modal frame using Ctools. The following is the function I am using. So far the $op = 'view' part is working fine, but I cannot get the node edit form to ...
1
vote
0answers
233 views
Drupal file upload field via popup
So I'm using a "file" type input inside a form which is called within a popup...but then whenever I submit that form inside the popup after having selected a file, the popup always return an error....
...
1
vote
0answers
366 views
Modal Window won't close after loading a new page in it
Having weird problem in Drupal 6. We are loading a modal window that searches for places. The results are displayed, then someone clicks on one of the results, the parent window places that info ...
1
vote
0answers
199 views
How do you make a ctools modal resizable so scroll bars appear when the content overflows?
I'm using Color Box and CTools modules to create a modal with some content. When the window is extremely short the modal can't be big enough to accommodate the contents, and they are cut off. I would ...
5
votes
2answers
2k views
Drupal 7 user register form in overlay on page load
One of my requirements is to show the user registration form in an overlay kind of interface.
From the Examples module issue queue, comment #14 http://drupal.org/node/930058 I found a module, ...
0
votes
1answer
236 views
open a lightbox2 containing a flowplayer video from a menu link
Is it possible to make a link from a main menu to open a lightbox2 that will contain a flv video?
I have flowplayer installed but not swf tools
I thought of doing it with javascript but I'm sure ...
2
votes
4answers
1k views
How to display the comment form of a node in a popup?
How can I display the comment form in a popup. I want the functionality when I click on the link "add new comment" on a node, the comment form should appear in a popup window.
Any one who have some ...


