How to Move the "View entire Knowledgebase" Button?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ArcherData
Posts: 10
Joined: Wed Aug 18, 2021 1:22 am

How to Move the "View entire Knowledgebase" Button?

Post by ArcherData »

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.
Don
Archer Data Hosting
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to Move the "View entire Knowledgebase" Button?

Post by Klemen »

You will need to edit the "theme/hesk3/customer/index.php" file for that.

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>
Cut and paste it somewhere towards the top (you may need a bit of HTML knowledge to find the right spot)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
ArcherData
Posts: 10
Joined: Wed Aug 18, 2021 1:22 am

Re: How to Move the "View entire Knowledgebase" Button?

Post by ArcherData »

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
Post Reply