Hi DNN Community,
I have a DNN v9 site. It has register link in front page, its text is "Register". When I hover mouse on the link it shows "Register" too. I want when I hover mouse on the link it shows "Join to our system". How can I do that?
Best Regards
David
I think your only option is to use javascript/jQuery for this. AFAIK, you cannot set an extra text for the hover state. There's not option in the DNN admin interface I know of to change this
That link will take you to something like https://mydomain/register?returnurl=http... as it's a dynamic link. If you can modify your web's theme, you can remove the USER token (responsible for generating the Register link) and write your own Register with the terms you need. You'll lose the returnurl functionality but maybe that's not big deal for you.
Otherwise, the JS/JQuery approach suggeste by Timo is also a great idea, that you can implement without touching the theme.
I hope this lelps, Francisco
Posted By Francisco Pérez Andrés on 26 Jun 2019 11:51 AM Otherwise, the JS/JQuery approach suggeste by Timo is also a great idea, that you can implement without touching the theme.
Agreed. This is the approach I'd take. Good luck! :)
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.