Skip to Content Skip to Menu

User management Custom Field

  • jacob38
  • jacob38
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
10 years 2 months ago #246941 by jacob38

Warning: Undefined variable $end_tag_params in /home/joomlapolis824/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
User management Custom Field was created by jacob38
Hello, I would like to ask you, is it possible to display a field from the contact info inside the User management page? Let's say I want to replace the Group with something else.



I tried to replace the line code which displays the Group name with the name of the field:
Code:
<td><?php echo $row->groupname; ?></td>
like so:
Code:
<td><?php echo $row->cb_filedname; ?></td>
but obviously it didn't worked :lol:
Is it even possible or does it require a lot of code?

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

Moderators: beatnantkrileon
Powered by Kunena Forum