0
I want to insert a link in the notifications and it doesn't allow me to do so, I can't write anything
0
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
0
With html code you can embed a link but it still doesn't work because the link doesn't have any site
0
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
0
Mian Saleem Not working yet
0
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
We use Cookies
We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.