View Single Post
Old 03-11-2013, 01:45 PM   #98
WheelsVT
High School JV
 
Join Date: Sep 2002
Location: GA
Quote:
Originally Posted by QuikSand View Post
No idea if this is easy to do...

The new tool features the ability to (at the commissioner's discretion, I presume) view the various personality features on the player card. Nice touch.

Any way to get that data populated into the sortable fields? (Right now it seems the only way to get that data there is to do interviews and use one of the screen capture tools to get it to import) That would be a great benefit for leagues that use it.

Again - love the toy, glad you're working with it, keep on keepin' on.

Quik - This will be in the next feature update. In the meantime, if your commish want's to add this it's a simple SQL query to run and they will be available as sortable fields:


INSERT INTO `column` (`column_id`, `column_query`, `column_style`, `column_header`, `column_exec`, `column_date_format`, `column_number_format`, `column_order`) VALUES
(32, 'player.player_loyalty', NULL, 'Loyalty', NULL, NULL, NULL, 290),
(33, 'player.player_winner', NULL, 'Play for Winner', NULL, NULL, NULL, 300),(34, 'player.player_leader', NULL, 'Leadership', NULL, NULL, NULL, 310),(35, 'player.player_intelligence', NULL, 'Intelligence', NULL, NULL, NULL, 310),(36, 'player.player_personality', NULL, 'Personality', NULL, NULL, NULL, 320);
WheelsVT is offline   Reply With Quote