Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dwe

Pages: [1]
1
Thanks for the suggestion to view the database directly. This indeed worked fine.
In our case we have a MySQL database and I used HeidiSQL to view the entries and some MySQL magic to extract the user field entries.

The SQL command to get each entry of a user defined field once and in ascending order is:

SELECT DISTINCT uf_keyword FROM UserFields ORDER BY uf_keyword ASC,

where _keyword is the actual name of your user defined field.

Just in case anyone else has this problem :).

2
Hello,

we are using ThumbsPlus in our company to tag all the pictures from different projects and departments. However, the procedures over the last years led to a bunch of useless user defined field entries.
My question now is: Is there a possibility to print a list of all used entries for each user defined field, so that we can clean it up? Since there is a popdown menu, the values must be stored anywhere.

Thank you in advance.

Pages: [1]