Okay
  Public Ticket #3077896
ask for routing
Closed

Comments

  • ne started the conversation

    hi, i need just to ask how i can edite this link,
    https://immobilierkech.ma/register
    i need to costum the register page with for example adminregister

  •  241
    The replied

    You should have knowledge of PHP. Laravel

    You can change your route in platform/plugins/real-estate/routes/web.php

  • ne replied

    yah i know a littel but i can't find this page register in route page, bcs i need to hide it i need only user find this page with a costum link

  • ne replied

    ok i find it,

                        Route::get('register', 'RegisterController@showRegistrationForm')
                            ->name('register');
                        Route::post('register', 'RegisterController@register')
                            ->name('register.post');


    should just i change register.blade page name and in route ??

  •  241
    The replied

    You can try 

    And register content in platform/themes/resido/views/real-estate/account/auth/register.blade.php

  • ne replied

    an other qs frome where can i change the position of watermark, bcs i need it in the midle of the image

  •  241
    The replied

    You can setting position of the water mark in Settings/Media

    We  provide a lot of option to select

    https://resido.thesky9.com/admin/settings/media