- Posts: 5
- Thank you received: 0
Hide user number in ticket
- antonio
- Topic Author
- Offline
- New Member
-
Less
More
10 years 5 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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 5 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
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
-
Less
More
- Posts: 5
- Thank you received: 0
10 years 5 months ago - 10 years 5 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]
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: 10 years 5 months ago by antonio.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 5 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:
Just remove the part [<?php echo $this->item->user_id; ?>] from the above code and It will work well
Tuan
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
-
Less
More
- Posts: 5
- Thank you received: 0
10 years 4 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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.