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

CindyA’s picture

Priority: Normal » Major

Having same issue - more detailed instructions would be appreciated! I'm trying to place a page in automodal programatically instead of via a link.

vkareh’s picture

Status: Active » Fixed

The 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.