Hide user number in ticket

  • antonio
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 7 months ago #50522 by antonio
Hide user number in ticket was created by antonio
how to hide the user number in tickets?

Please Log in or Create an account to join the conversation.

More
9 years 7 months ago #50667 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide user number in ticket
Hi Antonio

Sorry. What' user number ? Could you please make a screenshot show me the information so that I can guide you to solve it ?

Tuan

Please Log in or Create an account to join the conversation.

  • antonio
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 7 months ago - 9 years 7 months ago #50676 by antonio
Replied by antonio on topic Hide user number in ticket
sure:

the idea its hide the user number, i dont want users know how many users i have in DB

[img=http://s11.postimg.org/iul70ovmn/ticket.jpg]
Last edit: 9 years 7 months ago by antonio.

Please Log in or Create an account to join the conversation.

More
9 years 7 months ago #50749 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide user number in ticket
Hi Antonio

That will require small modification to the code. Open the file components/com_helpdeskpro/views/ticket/tmpl/default.php, line 372:
Code:
<?php echo $this->item->username; ?>[<?php echo $this->item->user_id; ?>]

Just remove the part [<?php echo $this->item->user_id; ?>] from the above code and It will work well

Tuan

Please Log in or Create an account to join the conversation.

  • antonio
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 7 months ago #50939 by antonio
Replied by antonio on topic Hide user number in ticket
thans works perfect

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc