I'm thinking will there be any conflict for using both CCK and flexinode module together? I mean will it causes any error of doing so?

Because i'm want to use flexinode with premium module to protect my archive which can't be done by CCK. And for other node types which doesn't need any protection I will use CCK.

I just want to know is it safe to use both CCK and flexinode?

Comments

John Hwang’s picture

I'm not sure, but I don't believe there would be any conflicts given

1) they have different namespaces, ie different modules
2) they use different tables
3) any information shared with other modules are stored in a global node/node_revisions table

I haven't tested it so I can't be sure, but I they should play nicely with each other. I recommend setting up a test site and testing them out.

seakayjay’s picture

thank you for replying and give some comment about it. Actually I've tested using both modules on my testing site already. Everything looks fine.

I'm asking anyone here just to be more secure on what i'm doing now.

Thank you again for your advise, John.