Prosilver Dark Edition

Friends missigg - Prosilver Dark Edition

Friends missigg

by PaulHB » Mon Dec 21, 2020 10:29 pm

Great theme, very nice.

One problem. The list of friends that should be at the bottom of the left column on User Control Panel pages is missing.

It shows in the code (see below) but not on the page.

Code: Select all

				<div class="cp-mini">
			<div class="inner">

			<dl class="mini">
				<dt>Friends</dt>

									<dd class="friend-online" title="Online"><a href="./memberlist.php?mode=viewprofile&amp;u=50" style="color: #AA0000;" class="username-coloured">DaleAdmin</a> </dd>
				
							</dl>

			</div>
		</div>
PaulHB
Registered User
Posts: 51
Joined: Mon Jan 17, 2005 2:20 am

Re: Friends missigg

by PaulHB » Mon Dec 21, 2020 10:57 pm

Also missing the Message colours - which have the same classes.
PaulHB
Registered User
Posts: 51
Joined: Mon Jan 17, 2005 2:20 am

Re: Friends missigg

by PaulHB » Tue Dec 22, 2020 4:21 am

Found

Code: Select all

#cp-menu .cp-mini {
	display: none;
in prosilver_dark>theme>cp.css

Commenting that out fixed the issue.

So why what that added - just didn't want to see friends?
PaulHB
Registered User
Posts: 51
Joined: Mon Jan 17, 2005 2:20 am