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.
profile view customization lost after updatint to 4.0
i have just updated to jomsocial 4.0.1.
Everything seems to work fine but i lost some customizazion of the profile view, made on this file :
public_html/invaders/components/com_community/templates/default/modules/profile/userinfo.php.
The customizazion is just few lines of php code (wich actually trough include(''); includes additional code.
I have tried to restore the file, to rewrite the code, but i dont see any changing in the view.
I am wondering if this file is being used still by js 4.0.1 or the view file has been moved somwhere else?
i think what happened is due to the innovation introduced by the template jomsocial 4.0.1, yet i cant understand wich is the php file to change or to override, i suppose it is inside this path: /public_html/.../components/com_community/templates/jomsocial/...
you need to make override for:
[joomla root]/components/com_community/templates/jomsocial/layouts/profile.about.php
override location:
[joomla root]/templates/[frontend template]/html/layouts/profile.about.php
my previous customization (before updating to 4.0.1) was the addition of some code just after the Karma, on the user profile view.
The file i edited was profileinfo.php.
Now i suppose i have to change or orerride the file profile.header.php or profile.miniheader.php, to get my customization.
I want to add my code after karma or in the bar "friends, group, events" after the events number. wich file has to be overridden?
I tried to override or directly change both thoose files (you can see for example, in my code just after "karma" the addition of this code : <li><?php echo "customization goes here"; ?> </li>) , but nothing happens. I disabled the cache but i cant understasnd why i can't see any modification after inserting my code.