Closed (fixed)
Project:
Modal forms (with ctools)
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2012 at 14:21 UTC
Updated:
13 Nov 2012 at 17:00 UTC
The example on the module page is not working at my installation. I needed to remove user to get a correct working link.
This is working at my installation.
Replace
$login_link = ctools_modal_text_button(t('Modal Login'), 'modal_forms/nojs/user/login', t('Login via modal'), 'ctools-modal-modal-popup-small');
with
$login_link = ctools_modal_text_button(t('Modal Login'), 'modal_forms/nojs/login', t('Login via modal'), 'ctools-modal-modal-popup-small');
Or is something wrong on my side?
Comments
Comment #1
frjo commentedYou are absolutely right, thanks for reporting it! I have fixed it now.