Page 1 of 1

link after Was this article helpful? yes / no

Posted: Mon Jan 11, 2016 3:48 pm
by jessar94
When a user go to a knowledgebase article and came to: Was this article helpful? yes / no , i will have a <br /> and a link [url=http://.se]Feel free to buy me a drink![/url] , how can i fix that so it works in my knowledgebase.php file?

Re: link after Was this article helpful? yes / no

Posted: Mon Jan 11, 2016 11:09 pm
by mkoch227
In knowledgebase.php, look for:

Code: Select all

// Article rating
if ($hesk_settings['kb_rating'] && strpos(hesk_COOKIE('hesk_kb_rate'), 'a' . $artid . '%') === false)
There should be a <div> inside the if block that contains the HTML markup where you can add your link.