Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 611 Vote(s) - 3.51 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WHMCS, how to create template variables from my hook

#1
My question maybe is simple, but anfortunatly I don't know how to answer it.

How can I create a variable in a hook function and then pass a PHP variable from within the function to my Template in order to use it in the form of {VARIABLE_COMES_FROM_HOOK}
Reply

#2
Search in hook categories

[To see links please register here]

There are hooks that return variables to tpl and other that don't do that
Reply

#3
WHMCS uses Smarty template engine so as an example inside the **includes/hooks** folder you will have your hook file e.g **hook_example.php** from which you can assign variables to **$smarty** global object and access them in your template as {$VARIABLE_COMES_FROM_HOOK}.

Inside **hook_example.php**:

function example() {

global $smarty;

$variable = "Hello world!";

$smarty->assign('VARIABLE_COMES_FROM_HOOK', $variable);

}

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through