Search code examples
content-management-systemdotnetnukedotnetnuke-5

DotNetNuke Multivendor CMS/Store


I need to find a CMS like, set of modules/module which does the following:

  • give users different logins and access to add their own products.
  • other users cannot see products which are not added by themselves.

so user A can enter his login and add a set of 5 products. user B can enter his login and add 2 products. user A can never see the 2 products added by B and vice versa.

Any suggestion in already existing modules? both free and with a price


Solution

  • You can do this with Forms and Lists. Setup the fields you want to collect and then you can use it to only render the logged in users results to them. Also could use XMLdb module or even reports module to query the data out of the database after saved with forms and lists