PDA


View Full Version : custom field in browselinks.php


Lionel
08-10-2005, 09:51 PM
All links have custom field1 mandatory displaying on showlink.php?do=showdetails.

I'd like to put that field1 info next to the views column in browselinks.php (extreme right column). Is there an easy way to grab that info?

blikos
10-20-2005, 10:57 PM
Would like an answer to this as well. Thanks! ;)

Brian
10-21-2005, 11:27 AM
It would take a bit of work as you would have to join the custom fields table in the query in browselinks.php, then modify the templates to add that field.