Jump to content

it4orce

Retired Forum Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by it4orce

  1. I would like to also do this, how do you get extra template syntax in the client area ? Does anyone know how ? Is this not discussed because the clientarea.php file is encoded, and thus is not possible ?
  2. Hi there, I am trying to create a custom button on the clientareahome.tpl page that will log the user directly into another service. The code looks like this : <div align="center"><form action="http://urlofserver.com/index.php" method="post" target="_blank"> <input type="hidden" name="username" value="USERNAME" /> <input type="hidden" name="password" value="PASSWORD" /> <input type="submit" value="Login to Service X" /> How can i pull the current users information from {$client_first_name} and {$service_password}, in the php code. Is this called 'hooks' ? Thanks for any help, Shawn
  3. I found that the button in the clientareaproductdetails.tpl code is controlled by : <div align="center">{$moduleclientarea}</div> I have added it to the clientareahome.tpl page, but nothing is showing, do i need to add something else to make it function on this page ? Thanks, Shawn
  4. How can i add the login button to another page in the client area, if i move the line : <div align="center">{$moduleclientarea}</div> to clientareahome.tpl it doesnt work, any idea how to get to show on other pages ?
×
×
  • 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