tumba25 wrote:Should follow the coding guidelines.Code: Select all
while($row_av = $db->sql_fetchrow( $result )) {
These are not critical but you should consider them on any future releases.A_O_C wrote:A few XHTML w3c validation errors.
Code: Select all
<!-- IF SIGNATURE -->
Code: Select all
<tr>
<td class="cat" colspan="2" align="center"><h4>{L_FRIEND_LIST}</h4></td>
</tr>
<tr>
<td class="row1" colspan="2"><div class="postbody" style="padding: 10px;">
<!-- BEGIN fri -->
<a class="thumbnail" href="{fri.AV_LINK}" style="text-decoration:none">
<span>
<!-- IF fri.USER_COLOR --><b style="color:#{fri.USER_COLOR}"> <!-- ELSE --><b style="color:#000;"><!-- ENDIF -->{fri.USERNAME}</b><br /><!-- IF fri.FRI_AV -->{fri.FRI_AV}</span>{fri.FRI_AV_THUMB} <!-- ELSE --> <img src="images/no_avatar.gif" alt="noavatar" /></span><img src="images/no_avatar.gif" alt="noavatar" width="{fri.WIDTH}" /><!-- ENDIF -->
</a>
<!-- END fri -->
</div>
<ul class="linklist">
{TOTAL_FRIENDS} • <!-- IF FRINATION --><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER_F}</a> • <span>{FRINATION}</span><!-- ELSE -->{PAGE_NUMBER_F}<!-- ENDIF -->
</td>
</tr>
Code: Select all
.username-coloured {
font-weight: bold;
}
Code: Select all
/**
* @package styles
* @version $Id: memberlist_avatar.css 45 2007-09-10 04:49:51Z Highway of Life $
* @copyright (c) 2007 David Lewis (Highway of Life) - http://startrekguide.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
---------------------------------------- */
.thumbnail {
z-index: 0;
position:relative;
}
a.thumbnail:hover {
background-color: transparent;
z-index: 50;
}
.thumbnail span {
position: absolute;
background: #e0e5e9 url("./images/cellpic1.gif") repeat-x;
padding: 4px;
border: 1px solid #a9b8c2;
left: 0px;
display: none;
color: #FFF;
text-decoration: none;
}
.thumbnail span img {
border-width: 0;
padding: 2px;
}
a.thumbnail:hover span {
position:absolute;
display:block;
top: 20px;
left: 7px;
}
Are you sure you have friends added? and did you do the template edits to a custom style other then prosilver if you are using one?TandyServices wrote:Hi,
I've installed this mod, but there's nothing showing in the friendslists.. It's just empty. I have no errors or anything. The avatars are not the problem, I have an avatar and it's still not showing up. I purged the cache and everything. Any suggestions? Would like this to work
I have the same problem, I have 20+ friends, yet only 6 show because they have avatars. If my friends don't have an avatar and have the coded in universal no avatar mod, they don't show in the list. Yet as soon as I remove the universal no avatar mod code, they all show up fineplatinum_2007 wrote:Are you sure you have friends added? and did you do the template edits to a custom style other then prosilver if you are using one?TandyServices wrote:Hi,
I've installed this mod, but there's nothing showing in the friendslists.. It's just empty. I have no errors or anything. The avatars are not the problem, I have an avatar and it's still not showing up. I purged the cache and everything. Any suggestions? Would like this to work
Code: Select all
a.thumbnail:hover span {
position:absolute;
display:block;
top: 20px;
left: 7px;
}
Code: Select all
.memberlist-avatar {
width: 22px;
}
Code: Select all
@import url("colours.css");
Code: Select all
@import url("memberlist_avatar.css");
Code: Select all
{LOG CONFIG PROFILEFRIENDS}
Yes, I have friends added, I even threw em out and added them again. Then I also tried using a new avatar, didn't work either. We now have a custom style installed, in which we tried too, but when I posted this I was still using prosilver.platinum_2007 wrote:Are you sure you have friends added? and did you do the template edits to a custom style other then prosilver if you are using one?TandyServices wrote:Hi,
I've installed this mod, but there's nothing showing in the friendslists.. It's just empty. I have no errors or anything. The avatars are not the problem, I have an avatar and it's still not showing up. I purged the cache and everything. Any suggestions? Would like this to work