Change Url Register For A New Account & Register Menu Url

how i can change the url for : "Register for a new account" in popup menu sign in. & "Register" Menu under Sign in menu. i need to change the url.
thank you

design/themes/[your theme]/templates/blocks/my_account.tpl

If you mean SEO URL, it can be changed on the Website -> SEO -> SEO Rules page (check seo URL for profiles.add dispatch)

If you mean SEO URL, it can be changed on the Website -> SEO -> SEO Rules page (check seo URL for profiles.add dispatch)

yes. but i need to replace with other link. to other page. with different content

design/themes/[your theme]/templates/blocks/my_account.tpl

i cant find this content in my_account.tpl

"profiles-add-id"

i cant find this content in my_account.tpl

"profiles-add-id"

You should change the following part of code

href="{"profiles.add"|fn_url}"

You should change the following part of code

href="{"profiles.add"|fn_url}"

if i need to change with page : /myprofiles/

what i need to put?

If it is a static page, then use somehting like

{"/my_path/my_page.php"|fn_url}

if it's a controller/mode, use:

{"my_controller.my_mode"|fn_url}

Not sure why you want to change this versus using hooks (template and PHP) to extend the usage.....

If it is a static page, then use somehting like

{"/my_path/my_page.php"|fn_url}

if it's a controller/mode, use:

{"my_controller.my_mode"|fn_url}

Not sure why you want to change this versus using hooks (template and PHP) to extend the usage.....

in myaccount.tpl i found this : "profiles.add"|fn_url}

and i change with

"/mypage/"|fn_url}

but didnt make any change in "Register" Menu under Sign in menu.

in myaccount.tpl i found this : "profiles.add"|fn_url}

and i change with

"/mypage/"|fn_url}

but didnt make any change in "Register" Menu under Sign in menu.

Please delete cache or remove the var/cache directory manually

Please delete cache or remove the var/cache directory manually

its working. thanks. and how to change this :

"register for a new account" in popup


this one

asa.png

its working. thanks. and how to change this :

"register for a new account" in popup


this one

Hello!

Do you mean the text? Then go to Administration->Languages->Translations and change the register_new_account language variable.

its working. thanks. and how to change this :

"register for a new account" in popup


this one

Please edit the following file

design/themes/THEME/templates/views/auth/login_form.tpl

{__("register_new_account")}

done thanks mate

You are welcome! :slight_smile: