Question: Links For Changes In Notifications

Links For Changes In Notifications

I want to insert a link in the notifications and it doesn't allow me to do so, I can't write anything

9

9nodos

Asked

I want to insert a link in the notifications and it doesn’t allow me to do so, I can’t write anything

  • MS

    Mian Saleem

    Answered

    Hello,

    The modal might have issue. Please use the code view to add the link for now. If you are not sure about code, please refer to https://www.w3schools.com/tags/tag_a.asp

    I will check this in the next update.

    Thank you

  • 9

    9nodos

    Answered

    With html code you can embed a link but it still doesn’t work because the link doesn’t have any site

  • MS

    Mian Saleem

    Answered

    Hello,

    Yes, that should be due to input library that try to clean the code. Please edit app/controllers/admin/Notifications.php and replace the lines 'comment' => $this->input->post('comment'), with

    'comment'   => $_POST['comment'], // $this->input->post('comment'),
    

    Thank you

  • 9

    9nodos

    Answered

    Mian Saleem Not working yet

  • MS

    Mian Saleem

    Answered

    Hello,

    Your edit looks fine. The url seems to have some extra // at the end. Can you please share your installation link with owner account details in private reply.

    Thank you

  • Login to Reply