Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yeah, sounds like it's just too much data. We've a bug ticket to see if we can try and investigate ways around these limitations, but I don't really see a workaround as it's a database limitation unfortunately.In my last re-build of my site, I had decreased the number of fields to under a 100 but many of them were of the text editor type and ultimately had same problem as when I had over 200 fields. Even though it was less fields, the same amount of data was entered.. just re-distributed to fewer fields. Apparently having fewer fields containing same amount of data as more fields doesn't work either.
Probably the most simple fieldtype to use as an example is the CB Gravatar Field plugin. It barely extends the core Email field. You basically would just be extending the Textarea or Editor fieldtype then changing its storage behavior. It's not an easy task if you've little to no coding experience though as you'll need to study the fieldtype as well as CB Core and its usage of fieldtypes.Krileon, you had said, "An alternative is to develop a new CB fieldtype plugin that stores its values to a separate database table. This is very possible to do as each field can have its own table and column parameter to determine where it's stored." I guess I am not sure what a CB Fieldtype plugin is? On a quick search, I found info about Ajax fields? I will look more for CB Fieldtype plugin on Joomlapolis but if you have a link to info, please send in case I have trouble finding it and documentation about it?
CB Blogs doesn't have a blog length limit. It stores its blog entries to Joomlas Content component directly (or K2 or an internal database based off mode). So it could work.Yea, I don't think the CB Blogs are quite right? I think of blog posts as being very short where my end users may need something more like an article??
Please Log in or Create an account to join the conversation.