From: Franky V. L. <lie...@te...> - 2009-07-12 09:20:25
|
On Sat, 11 Jul 2009 16:38:37 -0400 "Jim B." <jp...@si...> wrote: > Hello All, > > I took some time to code up a new feature I'm describing as Rate > Labels. Currently, ratings are just numeric values (1,2,3,4,etc). > I've managed to apply a label to each button for each rate response > as shown in this test survey: > > http://surveys.bsdcertification.org/phpESP/public/survey.php?name=BBBB > > > If there is interest, I can write up how I did it. Basically, I added > a new table (phpesp_question_choice_ranklabels) and coded up a new > layout in admin/include/function/question_render.inc. > > Unfortunately, I was not able to figure out how to add a new table in > the 2.1.2 codebase. I got lost in the XML interface. However, I was > able to add it with native MySQL commands. So, I don't have diffs > for everything at the moment. If someone can help with that, it would > be most appreciated. > > > Best Regards, > Jim B. Hi, this seems nice. Just mail me the mysql differences, I'll code up an xml diff for it. If you want to share the rest, just mail it to me, or log it as a patch on sourceforge so I can review it. Franky |