PDA

View Full Version : Content


peli
12.05.2004, 16:20
Iam woundering if anyone know if it would be possibel to pick out the "Content function" and make this as a stand alone component? Might be a stupid question but i would like to do some changes to it and i dont want to edit the source of mambo as it would make upgrades etc harder.

stingrey
12.05.2004, 17:27
Yes it is possible.

I've pulled other functions out of mambo to do with the admin backend to allow me to customise things without having to affect the core.

It is the basic premise behind Module Manager Xtd (http://www.utra.org.au/stingrey/content/view/17/53/).
I simply pulled out the existing classes & functions into my own component and from there rejigged it and added to it to achieve what I wanted.

It all really depends on your coding ability.

For a simple guide on how to make a component, read here:
http://www.mambohut.com/content/view/158/2/

peli
12.05.2004, 18:27
Thanks will give it a try then