Script URL: https://archerdatahosting.com/helpdesk
Version of script: 3.2.4
Hosting company: Archer Data Hosting (https://archerdatahosting.com)
URL of phpinfo.php: https://archerdatahosting.com/serverprofile.php
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution: move button
Write your message below:
Is there a way to move the button labeled "View entire Knowledgebase" from the bottom of the page to before, next to, or after the "top articles" button above the fold? Users tend to not notice it at the bottom of the screen.
How to Move the "View entire Knowledgebase" Button?
Moderator: mkoch227
-
- Posts: 10
- Joined: Wed Aug 18, 2021 1:22 am
How to Move the "View entire Knowledgebase" Button?
Don
Archer Data Hosting
Archer Data Hosting
Re: How to Move the "View entire Knowledgebase" Button?
You will need to edit the "theme/hesk3/customer/index.php" file for that.
The code that prints the button is
Cut and paste it somewhere towards the top (you may need a bit of HTML knowledge to find the right spot)
The code that prints the button is
Code: Select all
<div class="article__footer">
<a href="knowledgebase.php" class="btn btn--blue-border" ripple="ripple"><?php echo $hesklang['viewkb']; ?></a>
</div>
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 10
- Joined: Wed Aug 18, 2021 1:22 am
Re: How to Move the "View entire Knowledgebase" Button?
Thank you! It worked perfectly. I left the original and inserted an additional button below the Knowledgebase at the top of the page.
Don
Archer Data Hosting
Archer Data Hosting