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.
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
Comment #1
eaton commentedThat'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.
Comment #2
rory-- commentedHmm... okay. Thanks for your advice about the APIs.