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 ?
Comments
@maddox @Tim Yea I'm having the same issue!
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@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.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@Pxlc... I hope that it will work for you too.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •