Can you have it show a link based on whether a field is checked? Like, if a radio button marked "yes" is chosen? That would be very useful.

Comments

eaton’s picture

Status: Active » Closed (won't fix)

That's pretty unlikely. It would require detailed information about the internal data of the particular node, and the purpose of the module is (relative) simplicity. If you need more complex link implementations, you're better off checking out the API docs and writing a simple module that adds the link itself based on *exactly* the criteria you need.

rory--’s picture

Version: » 5.x-1.1

Hmm... okay. Thanks for your advice about the APIs.