How to add private_id to all the templates
-
Hello, in my case I don’t need the private ID to be private. I created a password protect to where the private id will show up and it will be accessed by the admin only. I would like to have the private ID in the edit record template with a custom style on it, so when the user clicks on their email link they will see the private ID as the first field after the page description in a manner.
The private ID will be distributed by email with no link back for the users students to identify their teacher by the private_id code in my case.
I tried several suggestins to make the private_id to show in the top of the page but sinde it belong to another group it doesn’t show up.
<?php $this_bla-bla-bla->print_field(‘private_id’) ?> doesn’t work and I don’t know what bla-bla-bla supposed to be.
Also I would like to have the private _id short code to insert in the email template and other pages if I decide to.
Can someone help?
Many thanks,
Paulo Lopes
- The topic ‘How to add private_id to all the templates’ is closed to new replies.