Force raw to generate Custom Links in List View

arcadeicons

Member
Fixed something, broke something else (Go figure)

I'm using Joins to Display the names of Events and Locations from their ID in my list. I have the raw info in my table for both IDs (INT) and want to use them to render my custom links...

e.g. index.php?option=com_jem&view=venue&id={add_tournament.eventID}

but the links are rendering the event names, not the raw eventID number...

http://www.arcadeicons.com/index.php?option=com_jem&view=event&id=Dads & Daughters

instead of

http://www.arcadeicons.com/index.php?option=com_jem&view=event&id=5
 
index.php?option=com_jem&view=venue&id={add_tournament___eventID_raw}

I'm surprised it works at all with a dotted name rather than the ___ seperator. But anyway. For any element type that has the concept of "value" and "label" (joins, dropdowns, etc), appending _raw to the placeholder gets you the "raw" value.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top