Git Product home page Git Product logo

whmcs-reply-above-this-line's Introduction

WHMCS-Reply-Above-This-Line

This revolutionary WHMCS Hook will clean up all the unnecessary information from your tickets !

All you need to do is to add our smarty tag (“Reply Above This Line”) to the email templates. Once a client replies to the ticket, all the information below our tag will be discarded.

Avoid the unnecessary information that usualy comes when answering by email replies.

Installation

Upload the hook file to your WHMCS hooks folder (“includes/hooks“).

Our default string is “*** Reply above this line ***“, you can change that by editing the code under the settings section –

/*********************
 Reply Above This Line Settings
*********************/
function jetserverReplyAboveThisLine_settings()
{
	return array(
		'breakrow' 	=> "*** Reply above this line ***",
	);
}
/********************/

Use WHMCS Email template editor and add our smarty tag – {$breakrow} to the first line of the email tempalate (this should come first, before everything).

A “Support ticket reply” template for example, should look like this –

{$breakrow}

{$ticket_message}

----------------------------------------------
Ticket ID: #{$ticket_id}
Subject: {$ticket_subject}
Status: {$ticket_status}
Ticket URL: {$ticket_link}
----------------------------------------------

More Information

https://docs.jetapps.com/category/whmcs-addons/whmcs-reply-above-this-line

whmcs-reply-above-this-line's People

Contributors

idanbenezra avatar jetserver avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.