I am working with a site with a lots of modules.
some of the modules are inter-linked to each-other; such as article and resource, Member and Level.
And now i need to make the modules inter-linked if they exist, and independent if they dont.
its like if we have member module without level, then all the members should be equal. there should not be leveling of the member.
now after few months if the user install level module ... then ... now without any change in member module .. we need to integrate both the modules.
I could not figure out the way to implement this.
Any suggestions will be appreciated