I just noticed yesterday that the friends block is missing. The code for that block is in ucp_header.html. I checked, it's still there.
I don't understand why it's not showing up. Can anyone help please?
| Welcome |
|---|
|
Please register to have access to more features! It is highly recommended that you have Javascript enabled; many features will not work unless you do. The recommended browsers are Firefox and Chrome; the board is also NOT mobile-friendly. Please invite your friends! If you were referred by someone (ex. me, Jessica) please put their username in the referral box on the registration page. Ask them if you don't know their username. If you are visiting for TESTING PURPOSES ONLY, this is the test account information: Username: Test Password: test123 |
Select a forum to post in:
Friends Block missingModerator: Jessica
Friends Block missing

I put it in other places, like the ucp footer, but it STILL won't freaking appear!!!!!!!!!!!
<!-- IF .friends_online or .friends_offline -->
<div class="cp-mini">
<div class="inner"><span class="corners-top"><span></span></span>
<dl class="mini">
<dt>{L_FRIENDS}</dt>
<!-- BEGIN friends_online -->
<dd class="friend-online" title="{L_FRIENDS_ONLINE}">{friends_online.USERNAME_FULL} <!-- IF S_SHOW_PM_BOX --> <input type="submit" name="add_to[{friends_online.USER_ID}]" value="{L_ADD}" class="button2" /><!-- ENDIF --><!-- IF friends_online.S_LAST_ROW and .friends_offline --><hr /><!-- ENDIF --></dd>
<!-- END friends_online -->
<!-- BEGIN friends_offline -->
<dd class="friend-offline" title="{L_FRIENDS_OFFLINE}">{friends_offline.USERNAME_FULL} <!-- IF S_SHOW_PM_BOX --><input type="submit" name="add_to[{friends_offline.USER_ID}]" value="{L_ADD}" class="button2" /><!-- ENDIF --></dd>
<!-- END friends_offline -->
</dl>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->







Managed to solve this. all problems connected to the Social Network mod. I simply did not remove some of the files added by that mod. I did that, and the Friends block reappeared.
