|
We had to make some custom changes to the inside code, especially to our component so it works in demo mode! But the main idea of what we did was this:
- we setup the demo site with everything we needed in it
- we made a second user called demo for the other visitors
- now, when all ready we went in administrator/component and renamed all component directories which we were not using, so for example com_users directory we renamed it to .com_users and so on! Be careful that some directories from there are required to be left as they are, but i suggest you make each dir at a time and then test the back-end!
- we know this was the hardcore method, there are some other pretty methods, but hackers manage to pass them all the time; meanwhile the hardcore method will disable the sensitive functions of the demo site and leave only the things you want to show!
- also uninstall the components which you do not use, like the mailer component, if left there you might end up sending spam!
Regards, Ovidiu
|