I would like that the subdomains adress, appear on the after-registration page.
The subdomains already work on my site but when a user register he don't see the subdomain url, he see the full adress url http://mysite.com/users/username. And also in the email he receives.
How can I change this?
I have put $USER_VHOSTS and $USER_DOMAIN in ljconfig.pl but it still show the full url...
Is it a normal? or a bug?
If it is not possible to activate that thing automaticaly, how can I do this manually?
I have seen in create.bml file this :
my $uri = LJ::journal_base($nu);
But I don't know what to do with that...
Please help me!
Thanks!