Okay firstly; how does flexinode organise its custom fields, can anyone tell me?
Starting at the beginning; I have flexinode set up so that it record the author, isbn & publisher of a book read, a body for the main text, and the title of the node is the title of the book. I have a similar set up for graphic novels, with an additional field for issue number and artists. You can see it in action here. Just click on the 'All Books' or 'Latest Graphic Novels' to see the way the flexinode tabular view organises the data.
Now, is it possible to use a php module to produce a block that does the following
find out what is the current node type (i.e. graphic novel or book)
if book, then GET 'isbn number'-id
if graphic novel, then get 'isbn number-id
PLACE isbn in preconfigured place in URLs.
E.g., I configure it for amazon and abebooks.
http://bookplace.com/codye/myassodiatecode/isbn/ISBNNUMBERGOESHERE
http://abebebebe.com/myassociatecode/blahblah/blah/isbn?=ISBNNUMBERGOESHERE
Links would be simple "Buy this book at amazon US" type links, with no names/distinguishers. So I'd have a list of links that link directly to ISBN searches, using an affiliate code.
Is that possible with flexinode, or is it stored in such a way that isn't retrievable?
Oh, and I want to turn off the 'labels' that are shown in the flexinode display, is there a way to show this, or should I just request it as a new feature for the next version?