Make conent dynamic

Multisites manager and data sharing solution for Joomla!
Forum rules
This forum is not for any support questions/issues/features. Please use Support Center for such requests.
Post Reply
Deef
Posts: 1
Joined: July 3rd, 2013, 4:41 am
Name: Davy
Location: Hasselt
Contact:

Make conent dynamic

Post by Deef »

Just bought Mightysites. Was thinking this is a very good component. And it's working like I want to have it.

Now I wish to use on 5 sites the same conent just with some different keywords.

For example I have the site
$domain="apple.com"; // i wish i had this domain :)
$keyword="apple";
$sort="fruit";

$domain="cucumber.com";
$keyword="cucumber";
$sort="vegetable";

The content;
On <?=domain; ?> you can find everything about <?=$keyword; ?> that's a very healthy <?=? $sort; ?>

This way I make one site... and copy them 5x with the same content and they're different. I wish to use php for this.

But what's the best setup to do this ?

Do i make a some extra tables in mysql manualy ? And use php to get this vars? Or is there a cleaner and better way to do this?

thanks,

deef
User avatar
Admin
Site Admin
Site Admin
Posts: 1064
Joined: October 21st, 2008, 6:39 pm
Name: Administrator
Browser: Chrome

Re: Make conent dynamic

Post by Admin »

I guess you need to use any replacement component which can replace tags in articles.
Replacements will be different in each site, so you will get different variants of text.

You can check extensions from here:
http://extensions.joomla.org/extensions/edition/replace
Post Reply