![]() |
Admin section + MatchBox - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Admin section + MatchBox (/showthread.php?tid=4886) |
Admin section + MatchBox - El Forum - 12-21-2007 [eluser]hostingx[/eluser] Hello, I want to create an admin section for mine application, i have the following modules made: -blog -tutorials -resources -forum This 4 modules needs to be managed true one admin panel, BUT! The modules will also be implemented into other websites, i want to make it so, that the only thing i have to do is grab the module folder i.e. blog; and put it into the new websites module folder ![]() Any ideas are welcome XD Admin section + MatchBox - El Forum - 12-22-2007 [eluser]hostingx[/eluser] No-one any ideas? Admin section + MatchBox - El Forum - 12-22-2007 [eluser]zdknudsen[/eluser] Does said modules contain only admin panel functionality? It's hard to answer your question, since it very much depends on how flexible you want your modules to be. If they are going to have the exact same layout and functions on every site, then you wont need to do anything but copy the folder, however if you wish to have different layouts, additional functions in one site, etc., you will have to code your resources with that in mind. Admin section + MatchBox - El Forum - 12-22-2007 [eluser]hostingx[/eluser] Well, the admin panel will always have the same layout. and so will the modules ![]() But for example, site A has the following modules: -blog -News And site B has these: -blog -news -forum So blog and news are both the same on both sites, only forum is not on site A All of those modules has work with the same admin panel, whither all the modules are there or not! Admin section + MatchBox - El Forum - 12-22-2007 [eluser]zdknudsen[/eluser] I fail to see why you would encounter any problems... Just make your modules and upload them to whatever site needs them. Admin section + MatchBox - El Forum - 12-22-2007 [eluser]esra[/eluser] I'm assuming that you are using a single database table for all sites and that you want to use a single admin interface to administer all sites. Is that so? Admin section + MatchBox - El Forum - 12-24-2007 [eluser]hostingx[/eluser] Allready found the solutions ![]() I will post it tonight ![]() |