Hi,
I replaced some Elgg function calls and did some debugging and got the Form module working with Elgg 1.8 now. Should be good enough for further development.
Do you want the updated version?
Grt!
Thanks for your quick reply.
Developing against 1.7.8 now means a lot of rework later with 1.8. And also implementing workarounds now for things that are much better in 1.8.
I'll work with some dummy code to later integrate the form...
Hi, I'm currently developing a site using the Form plugin (I really like the flexibility it offers).
I started with Elgg 1.7.8, but concluded that 1.8 would be a much better starting point. For example to use "elgg_view_form".
Is there an...
Hi,
I would like to create a hierarchical catalogue of items. My first throught is to introduce a new entity and start from the ElggGroup code. The entity should have relationships, support hierarchical categories and have similar...