Is management centralized of the news, jobs & Co, it possible?
Posted: Thu Nov 22, 2007 4:24 pm
Hello,
I wish to centralize the news, jobs, banners and “companyDirectory” on only one site and to reach it since of other sites which are lodged on the same server.
In the various modules of my sites “slaves”, I see instructions:
and I imagine that it is enough to replace “$db =& $this->GetDb (); ” by the parameters necessary to reach my “main” site so that the module seeks information at the good place.
Only here, I do not arrive at find how to change this line.
Thank you in advance for your answers,
I wish to centralize the news, jobs, banners and “companyDirectory” on only one site and to reach it since of other sites which are lodged on the same server.
In the various modules of my sites “slaves”, I see instructions:
Code: Select all
$db =& $this->GetDb ();
$query = “SELECT job_category_id, job_category_name FROM” .cms_db_prefix (). “module_jobs_categories”;
$dbresult = $db->Execute ($query);
Only here, I do not arrive at find how to change this line.
Thank you in advance for your answers,