Download & Extend

Choose which CCK fields to send through Mollom?

Project:Mollom
Version:6.x-1.9
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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 100KB

I 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?

Comments

#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

Status:active» closed (duplicate)

Marking this as a duplicate of #245682: Enable use of Mollom for any form.