Closed (fixed)
Project:
Automodal URL
Version:
6.x-1.0
Component:
Documentation
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2011 at 03:00 UTC
Updated:
15 Mar 2012 at 01:00 UTC
Hi. Your module sounds like a great UI enhancement to the registration process.
Could you clarify the statement in the instructions that says "The way to accomplish the above example would be by adding a class="automodal" to your node/add/profile link”, please?
Where is the link you are speaking about?
I have a rule set to redirect after account creation to the path specified (changed to my content type of course).
Comments
Comment #1
CindyA commentedHaving same issue - more detailed instructions would be appreciated! I'm trying to place a page in automodal programatically instead of via a link.
Comment #2
vkareh commentedThe idea is that you have a custom link on any given page. If this link contains the class
automodal, and you pass the path for the link in the URL, said link will be loaded in a modal as soon as the page loads.As an example, if you create a node (call it node/123) that has this in the body:
<a href="my/link" class="automodal">Link</a>, whenever you navigate to http://www.example.com/node/123?automodal=my/link, you will see node/1 with my/link on top of it as a modal.