Choose which CCK fields to send through Mollom?
morningtime - August 13, 2009 - 13:54
| Project: | Mollom |
| Version: | 6.x-1.9 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
I have forms with hundreds of CCK fields (a CMS comparison site). On submit, I get this error from Mollom API:
Error 1000 from http://174.37.205.152: Content length exceeds 100KBI know this means my submist data is too large.
FEATURE REQUEST: choose which CCK fields to pass through Mollom. In my case: none at all, only node title & body suffice. The CCK fields are namely all dropdowns, all values are valid.
Or can someone hint at me, where to custom "hack" this? Where does Mollom receive/collect CCK fields?

#1
Well I hardcode hacked $content in mollom-data_node_form() to remove the bloated & unecessary CCK field data. If anyone knows a clean custom function, to prevent CCK data passed through Mollom....
#2
This will automatically become possible after #245682: Enable use of Mollom for any form lands. So keep an eye on #245682 and participate as necessary.
#3
Marking this as a duplicate of #245682: Enable use of Mollom for any form.