This Dolphin addon allows all users registered on your site to have separate subdomains. If you wish to have all user profile URLs to look like nickname.yourdolphin.com this mod is for you. This is a great feature for SEO, seeing how, if you have, for example, 1000 user profiles, you will get 1000 new sites, which relate to your main site. And all users will have their own "small sites". If you wish to reserve some nicknames to use for your private sub-domains, you can set restrictions for such names in the configuration file. For example, you can reserve www.yourdolphin.com or forum.yourdolphin.com and users won’t be able to register under the nicknames “www” or “forum”.
The product has very detailed instructions for how to install the mod, so you won’t have problems installing it on the moded site. This is a free addon so you can play with it and if you do run across any problems with your moded site, you can remove the module at any time.
Before installing this mod please make sure that all HTTP requests to any subdomains of your site automatically redirect to the main domain of the site (this feature is called “Wildcard DNS”). You should ask your hosting provider to make appropriate DNS recordings and changes to the web server configuration.


admin@solveyourcase.com
thanks
thanks
Thank you.
in-jazz@hotmail.com
I will pay for your services.
Thanks
replace next code
$site['plugins'] = "{$site['url']}plugins/";
to
$site['plugins_admin'] = "{$site['url']}plugins/";
$site['plugins'] = "plugins/"; //url should be relative!!!
what string do i have to edit ???
$site['plugins'] = "{$site['url']}plugins/";
to these two strings:
$site['plugins_admin'] = "{$site['url']}plugins/";
$site['plugins'] = "plugins/";
I checked on the server side, it seems ok. I paid to have this installed so I'm wondering if there is an important line(s) of script missing from the install instructions? Or did something change in 6.16?
It's a great little mod.