Quote:
Originally Posted by iBaker
Also, if I may ask, how have you done your vba CMPS home pages so each domain has a different CMPS Home Page to land on?
|
Some code that I am using in the vBa CMPS index.php script to identify the domain and then to specify a different default home page per domain as needed. Essentially I created a home page for each of my additional domains, modified them with their own copies of the vBa modules, etc. so that the content shown on each page is unique to the corresponding domain, and then did a little bit of code in the index script so that if I am on Domain A (the master domain) then it is BAU but if I am on Domain B then to use a specified CMPS page as the default page and then if I am on Domain C to use a specified CMPS as the default page, and so on for each domain. Just a small bit of code that works but not polished enough for me to package & post since it requires some edits directly to the CMPS index script.