I want to insert a link in the notifications and it doesn’t allow me to do so, I can’t write anything
- MSAnswered
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
- 9Answered
With html code you can embed a link but it still doesn’t work because the link doesn’t have any site
- MSAnswered
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
- 9Answered
add the code but still not working. Please help me
- 9Answered
Mian Saleem Not working yet
- MSAnswered
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