I don't see how I can do this through the forms api. In a version of this module for 4.6, I was able to post-process the generated HTML from form_checkboxes() to remove the line breaks and divs. In another place, I actually generated the HTML directly. But I can't seem to do this in the new method.
Hi! I'm working on a module which one one page displays both a table (of users, displaying the profile information) which has been created with tablesort_sql to allow sorting by various columns, and a form to allow the user to pick which columns to display. Everything works correctly when changing the sorting order — the edit parameters are properly preserved, so that the module knows which columns to display. However, when I change which columns are displayed, the 'sort' and 'order' parameters are lost, so the sorting resets itself to the default.
I have a contact form that is currently sending site visitors' questions via an email to 3 people. So that each of these three people are not duplicating the others' replies, is there a way to record messages sent through the contact form? I envision a page where all submitted inquiries are viewable in a table and the responding parties can see which nodes have no reply. Is there a current module that can do something like this or should I start developing my own?
I have tested acidfree and the filemanager everything seems fine. When I go to 'create content > acidfree album' and save a new one it says it's successful but where is it? I saved three and can't find any of them anywhere! When i subsequently go to 'create content > acidfree photo' there are no albums to add these photos to!
I want to have a different number of buttons on different screens...
For example:
* when creating a page I want all buttons available
* when creating a blog I want fewer buttons
* In some cases even less buttons like for signature
I could not find a way to do this.
I only found that you can give different buttons to roles... but not nodes...
I have enabled TMCE for all nodes, all profiles and all buttons...
Going to my profile I see that the signature box only selects fewer...
That's what I want... How?