(09-13-2012 09:03 AM)JimR Wrote: 1) how can I revert the field to show in every forum (if I have previously selected a forum for the field) without running a database query ?
Typically you can use the Ctrl key to select/unselect items.
(09-13-2012 09:03 AM)JimR Wrote: 2) with this amount of fields it is difficult to keep track of the tab order, I have set them all to 1 in the hope that when displayed they would tab in the order that I got them to display in but in fact they display in the order I added the field ... I guess the answer is to add a tabindex tag to the html in the templates but I was hoping there may be an easier way if I add a few more fields.
There isn't any tab order property to my knowledge. The tab ordering should be in line with the display order.
(09-13-2012 09:03 AM)JimR Wrote: 3) I need to total some values, I have added a total field after the fields I wish to total and set it's blank value to be something like this
but it does not seem to do it
Why does this need to be a thread field? Why not just output it in the template?
(09-13-2012 09:03 AM)JimR Wrote: 4) Could you add a field that identifies the fid as well as the tid in the table 'threadfields_data' so I could do some queries on the database to total a value from a forum.
Just join with the threads table in your query.