Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Thank you for contacting us.
I'm sorry but there are no options in configuration to enable this.
You'll need to call them yourself in profile layout code. It will require to call $user and registration date.
You should create override for this file: ROOT/components/com_community/templates/layouts/jomsocial/profile/focus.php.
Here is documentation regarding override creation:
documentation.jomsocial.com/wiki/Customizing_Template
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you
Thanks for your reply. Perhaps I am asking the wrong question. Is there anywhere in Jomsocial where this information can be displayed without editing the .php files? for example when I look in templates/jomsocial/layouts/profile.header.php (I found this in a previous post where someone wanted to remove the 'member since ' info) it seems that this information should be displayed, so why do I not see it?
regards
James
It's not wrapped in any php condition so there is no switch to enable/disable it. Also, I'm not sure if this file is still used as I can't recall that such an info are displayed anywhere now.
Anyway, above code will work correctly when you add it to profile.focus.php.
Try to paste this code to profile.focus.php
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you