link after Was this article helpful? yes / no

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
jessar94
Posts: 76
Joined: Sun Mar 16, 2014 7:54 pm

link after Was this article helpful? yes / no

Post 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?
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

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

Post 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.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Post Reply