Page 1 of 1

Friends Block missing

PostPosted: August 20th, 2011, 10:30 am
by Jessica
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?

Re: Friends Block missing

PostPosted: August 27th, 2011, 10:10 pm
by Jessica
I still can't figure out why it's missing :( I put it in other places, like the ucp footer, but it STILL won't freaking appear!!!!!!!!!!! >:(

the code's there in ucp_header.html:

Code: Select all
      <!-- 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 -->

Re: Friends Block missing

PostPosted: September 5th, 2011, 11:14 pm
by Giorgios
Hmm, have you tried re-installing the code?

Re: Friends Block missing

PostPosted: September 6th, 2011, 7:24 am
by Jessica
did that, no success

Re: Friends Block missing

PostPosted: September 6th, 2011, 7:43 am
by Giorgios
What version of phpBB is this?

Re: Friends Block missing

PostPosted: September 6th, 2011, 8:18 am
by Jessica
3.0.9

it was there before. one day I just found it vanished

Re: Friends Block missing

PostPosted: September 6th, 2011, 5:36 pm
by Giorgios
I'm gonna look into this, as I have connections with phpBB, so i'll see what he problem is.

Re: Friends Block missing

PostPosted: September 6th, 2011, 9:07 pm
by Jessica
thanks!!

Re: Friends Block missing

PostPosted: October 17th, 2011, 5:49 pm
by Jessica
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.