Jump to content

Add logo to ticket printer version


secureip

Recommended Posts

And if I update the hard coded page? Do I will have problem with update?

well it'll likely be hard-coded in an ioncube encrypted file... and if you start decrypting the files in order to make modifications to them, you'll have more to worry about than updating... namely, the loss of your WHMCS license for starters! :)

Link to comment
Share on other sites

ok so no option for the logo hahaha

1) create new folder inside admin languages directory, called "overrides".

2) create new language file inside that directory, file name is the same as your admin language name, if you are using english then file name will be english.php.

3) inside that file add the following lines:

<?php

$_ADMINLANG['support']['printticketversion'] = "<img src='http://www.whmcs.com/images/logo_whmcs.png'><br><br>Printable Ticket Version";

this way you can add your logo the same way you would if smarty template were available so take your time customizing if needed.

TicketPrintableVersionLogo.png

Edited by sentq
adding screenshot
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated