Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Profile pic and user name not visible after enabling this plugin
Maddox
New
After enabling this plugin, the only visible things are the number of people following the user and the number of people the user is following on the friends option at the profile of the user. How can I make user names and profile pics also visible with number of people following the user and the number of people the user is following ?
Tagged:
0
Comments
@maddox @Tim Yea I'm having the same issue!
@Pxlc .. Here is the solution. The solution is provided in the closed post. It works.
In plugins/Following/class.followingmodule.php, replace:
<img src="<?php echo Url('uploads'.DS.'n'.$User['Photo'], TRUE); ?>" />
with:
<img src="<?php echo 'uploads'.DS.ChangeBasename($User['Photo'], 'n%s'); ?>" />
There are two occurrences in the file in line no. 62 and 83.
@Pxlc... I hope that it will work for you too.