Sorry, I´ve been busy with server problems :(
You will have to change 2 files:
templates/yogurt_index.html
<{include file="db:yogurt_navbar.html"}>
<{ if $petition==1 && $isOwner==1 && $isfriend==0}>
<div id="yogurt-profile-petition" class="confirmMsg">
<h4><{$lang_youhavexpetitions}>h4>
<img width="30" src="<{$xoops_url}>/uploads/<{$petitioner_avatar}>" />
<form action="makefriends.php" method="post">
<{$lang_askingfriend}>
<ul>
<li>
<input name="level" type="radio" value="0" />
<{$lang_rejected}>
li>
<li>
<input name="level" type="radio" value="1" />
<{$lang_accepted}>
li>
<li>
<input name="level" type="radio" value="3" />
<{$lang_acquaintance}>
li>
<li>
<input name="level" type="radio" value="5" />
<{$lang_friend}>
li>
ul>
<input type="hidden" name="petition_id" id="petition_id" value="<{$petition_id}>" />
<input type="submit" />
<{$token}>
form>
div>
<{else}>
<{if (($isfriend!=1) && ($isOwner==0) && ($isanonym!=1))}>
<div id="yogurt-profile-petition">
<form action=submit_friendpetition.php method="post">
<{$lang_askusertobefriend}><input type="hidden" name="petitioned_uid" id="petitioned_uid" value="<{$uid_owner}>" />
<input name="" type="image" src="images/addfriend.jpg"/><{$token}>
form>
div>
<{ /if }>
<{ /if }>
<{ if $allow_friends }>
<div class="yogurt-nav-bar" id="yogurt-nav-bar">
<p id="yogurt-profile-fans"><a href="fans.php?uid=<{$uid_owner}>" alt="<{$lang_fans}>" title="<{$lang_fans}>" > <{$lang_fans}> a><img src="images/fans.gif" /> ( <{$nb_fans}> )
| <{$lang_trusty}> p> <p id="trustybw"> <span id="trustycolor"> <img width="<{$trusty}>" height="0" src="images/transparent.gif" />span> <img width="<{$trusty_rest}>" height="0" src="images/transparent.gif" />p>
| <{$lang_cool}> <p id="coolbw"> <span id="coolcolor"> <img width="<{$cool}>" height="0" src="images/transparent.gif" />span> <img width="<{$cool_rest}>" height="0" src="images/transparent.gif" />p>
| <{$lang_sexy}> <p id="sexybw"> <span id="sexycolor"> <img width="<{$sexy}>" height="0" src="images/transparent.gif" />span> <img width="<{$sexy_rest}>" height="0" src="images/transparent.gif" />p>
div>
<{/if}>
<div class="yogurt-profile-group1">
<{ if $allow_pictures || $allow_videos }>
<div id="yogurt-profile-visual" class="outer">
<h2 class="yogurt-profile-title head">
<{$owner_uname}>
h2>
<{ if $allow_pictures }>
<div id="yogurt-profile-avatar">
<{if $avatar_url!="" && $avatar_url!="blank.gif" }>
<img src="<{$xoops_url}>/uploads/<{$avatar_url}>" />
<{ else }>
<img src="images/noavatar.gif" >
<{if $isOwner}>
<p>
<{$lang_selectavatar}>
p>
<{ else }>
<p>
<{$lang_noavatar}>
p>
<{/if}>
<{ /if }>
div>
<{/if}>
<{ if $allow_videos==1 }>
<div id="yogurt-profile-mainvideo">
<{if $mainvideocode!="" }>
<object width="200" height="150">
<param name="movie" value="http://www.youtube.com/v/<{$mainvideocode}>" />
<param name="wmode" value="transparent" />
<embed src="http://www.youtube.com/v/<{$mainvideocode}>" type="application/x-shockwave-flash" wmode="transparent" width="200" height="150" />
object>
<p id="yogurt-profile-mainvideo-desc">
<{$mainvideodesc}>
p>
<{ else }>
<img src="images/novideo.gif" >
<{if $isOwner}>
<p>
<{$lang_selectmainvideo}>
p>
<{else}>
<p>
<{$lang_nomainvideo}>
p>
<{/if}>
<{ /if }>
div>
<{/if}>
div>
<{/if}>
<{ if ($isOwner==1) }>
<div id="yogurt-album-visitors" class="outer">
<h2 class="head"><{$lang_visitors}>h2>
<p>
<{foreach from=$visitors key=k item=v}>
<a href=index.php?uid=<{$k}> > <{$v}> a>
<{/foreach}>
p>
div>
<{ /if }>
<{ if $allow_profile_general==1}>
<div id="yogurt-profile-details" class="outer">
<h2 class="yogurt-profile-title head"><{$lang_detailsinfo}> <{ if $isOwner==1 }> <a href="edituser.php" title="<{$lang_editprofile}>" ><img src="images/edit.gif" />a> <{/if}>h2>
<p class="odd"><img src="images/username.gif" /><span class="yogurt-profileinfo-label"><{$lang_uname}>:span><span class="yogurt-profileinfo-value"><{$user_uname}>span>p>
<p class="even"><img src="images/username.gif" /><span class="yogurt-profileinfo-label"><{$lang_realname}>:span><span class="yogurt-profileinfo-value"><{$user_realname}>span>p>
<p class="odd"> <img src="images/house.gif" /> <span class="yogurt-profileinfo-label"><{$lang_location}>:span><span class="yogurt-profileinfo-value"><{$user_location}>span><a href="http://maps.google.com/?q=<{$user_location}>" target="_blank" ><img src="images/mapsgoogle.gif" />a>p>
<p class="even"> <img src="images/occ.gif" /> <span class="yogurt-profileinfo-label"><{$lang_occupation}>:span><span class="yogurt-profileinfo-value"><{$user_occupation}>span>p>
<p class="odd"> <img src="images/interests.gif" /> <span class="yogurt-profileinfo-label"><{$lang_interest}>:span><span class="yogurt-profileinfo-value"><{$user_interest}>span>p>
<p class="even"> <img src="images/bio.gif" /> <span class="yogurt-profileinfo-label"><{$lang_extrainfo}>:span>p>
<p class="yogurt-profileinfo-valuebigtext odd"><{$user_extrainfo}>p>
div>
<{ /if }>
<{ if $allow_profile_contact==1}>
<div id="yogurt-profile-details" class="outer">
<h2 class="yogurt-profile-title head"><{$lang_contactinfo}> <{ if $isOwner==1 }> <a href="edituser.php" title="<{$lang_editprofile}>" ><img src="images/edit.gif" />a> <{/if}>h2>
<p class="even"> <img src="images/url.gif" /> <span class="yogurt-profileinfo-label"><{$lang_website}>:span><span class="yogurt-profileinfo-value"><{$user_websiteurl}>span>p>
<p class="odd"> <img src="images/email.gif" /> <span class="yogurt-profileinfo-label"><{$lang_email}>:span><span class="yogurt-profileinfo-value"><{ mailto address=$user_email encode="javascript"}>span>p>
<{ if $isanonym!=1 && $isOwner!=1 }>
<p class="even"> <img src="images/email.gif" /> <span class="yogurt-profileinfo-label"><{$lang_privmsg}>:span><span class="yogurt-profileinfo-value"><a href="javascript:openWithSelfMain('<{$xoops_url}>/pmlite.php?send2=1&to_userid=<{$uid_owner}>', 'pmlite', 450, 380);"><img src="<{$xoops_url}>/images/icons/pm.gif" alt="Send Private Message to suico" />a>span>p>
<{ /if }>
<p class="odd"> <img src="images/icq.gif" /> <span class="yogurt-profileinfo-label"><{$lang_icq}>:span><span class="yogurt-profileinfo-value"><{$user_icq}>span> p>
<p class="even"> <img src="images/aim.gif" /> <span class="yogurt-profileinfo-label"><{$lang_aim}>:span><span class="yogurt-profileinfo-value"><{$user_aim}>span>p>
<p class="odd"> <img src="images/ym.gif" /> <span class="yogurt-profileinfo-label"><{$lang_yim}>:span><span class="yogurt-profileinfo-value"><{$user_yim}>span>p>
<p class="even"> <img src="images/amsn.gif" /> <span class="yogurt-profileinfo-label"><{$lang_msnm}>:span><span class="yogurt-profileinfo-value"><{$user_msnm}>span>p>
div>
<{ /if }>
<{ if $allow_profile_stats}>
<div id="yogurt-profile-statistics" class="outer">
<h2 class="yogurt-profiletitle head"><{$lang_statistics}>h2>
<p class="odd"> <img src="images/birthday.gif" /> <span class="yogurt-profileinfo-label"><{$lang_membersince}>:span><span class="yogurt-profileinfo-value"><{$user_joindate}>span>p>
<p class="even"> <img src="images/rank.gif" /> <span class="yogurt-profileinfo-label"><{$lang_rank}>:span><span class="yogurt-profileinfo-value"><{$user_rankimage}> <{$user_ranktitle}>span>p>
<p class="odd"> <img src="images/comments.gif" /> <span class="yogurt-profileinfo-label"><{$lang_posts}>:span><span class="yogurt-profileinfo-value"><{$user_posts}>span>p>
<p class="even"> <img src="images/clock.gif" /> <span class="yogurt-profileinfo-label"><{$lang_lastlogin}>:span><span class="yogurt-profileinfo-value"><{$user_lastlogin}>span>p>
<p class="odd"> <img src="images/signature.gif" /> <span class="yogurt-profileinfo-label"><{$lang_signature}>:span>p>
<p class="yogurt-profileinfo-valuebigtext even"><{$user_signature}>p>
div>
<{ /if }>
div>
<div class="yogurt-profile-group2">
<{ if $allow_friends==1 }>
<div id="yogurt-profile-friends" class="outer">
<h2 id="titulo-friends" class="head"><{$lang_friendstitle}> ( <{$nb_friends}> )h2>
<{if $nb_friends==0}><p id="nofriends"><{$lang_nofriendsyet}>p><{ /if }>
<{section name=i loop=$friends}>
<div class="yogurt-profile-friend <{cycle values="odd,even"}>">
<a href="<{$xoops_url}>/modules/yogurt/index.php?uid=<{$friends[i].uid}>" alt="<{$friends[i].uname}>" title="<{$friends[i].uname}>"><{ if $friends[i].user_avatar=="blank.gif"}><img class="yogurt-profile-friend-photo" src="images/noavatar.gif"><{ else }><img class="yogurt-profile-friend-photo" src="<{$xoops_upload_url}>/<{$friends[i].user_avatar}>"><{/if}><{$friends[i].uname}> a>
div>
<{/section}>
<p id="yogurt-profile-friend-viewall" class="foot">
<a href="friends.php?uid=<{$uid_owner}>"><{$lang_viewallfriends}>a>
p>
div>
<{ /if }>
<div id="yogurt-profile-search-results" class="outer">
<h2 class="yogurt-profiletitle head"><{$lang_usercontributions}>h2>
<{foreach item=module from=$modules name="search_results"}>
<div class="yogurt-profile-search-module" id="yogurt-profile-search-module-<{$smarty.foreach.search_results.iteration}>" >
<h4 class="yogurt-profiletitle head">
<a class="yogurt-profile-search-module-title" id="yogurt-profile-search-module-title-<{$smarty.foreach.search_results.iteration}>" >
<img src="images/toggle.gif" />
a>
<{$module.name}>
h4>
<div class="yogurt-profile-search-module-results" id="yogurt-profile-search-module-results-<{$smarty.foreach.search_results.iteration}>">
<{foreach item=result from=$module.results}>
<p class="<{ cycle values="odd,even"}>">
<img src="<{$xoops_url}>/<{$result.image}>" alt="<{$module.name}>" />
<b>
<a href="<{$xoops_url}>/<{$result.link}>">
<{$result.title}>
a>
b><br />
<small>(<{$result.time}>)small>
p>
<{/foreach}>
<p>
<{$module.showall_link}>
p>
div>
div>
<{/foreach}>
div>
<{ if $allow_tribes==1}>
<div id="yogurt-profile-tribes" class="outer">
<h2 class="yogurt-profiletitle head"><{$lang_tribes}> (<{$nb_tribes}>)h2>
<{if $nb_tribes==0}><p id="notribes"><{$lang_notribesyet}>p><{ /if }>
<{section name=i loop=$tribes}>
<div class="yogurt-profile-tribe <{cycle values="odd,even"}>">
<a href="tribe.php?tribe_id=<{$tribes[i].tribe_id}>"><img alt="<{$tribes[i].title}>" title="<{$tribes[i].title}>" class="yogurt-profile-tribes-img" src="<{$xoops_upload_url}>/<{$tribes[i].img}>" />a> <h4> <{$tribes[i].title}> h4><p><{$tribes[i].desc}>p>
div>
<{/section}>
<p id="yogurt-profile-friend-viewall" class="foot">
<a href="tribes.php?uid=<{$uid_owner}>"><{$lang_viewalltribes}>a>
p>
div>
<{ /if }>
div>
<{include file="db:yogurt_footer.html"}>
And include/yogurt.css
/*
General properties
*/
div.yogurt-profile-group1{
float:left;
width:60%;
}
div.yogurt-profile-group2{
float:left;
width:40%;
}
div#yogurt-suspension {
float:right;
}
img#yogurt-suspensiontools {
cursor: pointer;
}
.present{
border:1px dashed;
background-color:#FFFFCC;
}
div#yogurt-nav-bar{
margin:3px;
width:95%;
padding:1px;
}
div#yogurt-footer{
margin:3px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
text-align:right;
}
img.yogurt-nav-bar-icon {
width:15px;
height:15px;
border:none;
}
p#breadcrumbs {
display:block;
margin:0px;
border-bottom: 2px solid;
margin-bottom: 5px;
padding:2px;
}
/*
Search
*/
div.search-element {
clear:both;
}
div.search-element-label {
float:left;
width:300px;
}
div.search-element-body {
float:left;
}
/*
CONFIGS
*/
form#form_configs input {
}
form#form_configs label{
}
form#form_configs fieldset{
display:inline;
width:120px;
}
/*
Profile
*/
div#yogurt-profile-petition {
margin:3px;
}
div#yogurt-profile-petition img {
margin:15px 3px;
float:left;
}
div#yogurt-album-visitors, div#yogurt-profile-visual, div#yogurt-profile-statistics, div#yogurt-profile-details {
margin:3px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
div#yogurt-profile-search-results {
margin:3px;
padding:1px;
width:95%;
overflow:hidden;
}
div#yogurt-profile-tribes, div#yogurt-profile-friends {
margin:3px;
padding:1px;
width:95%;
overflow:hidden;
text-align:center;
}
div.yogurt-profile-friend{
margin:1px;
width:27%;
height:100px;
float:left;
text-align:center;
padding:5px;
}
div.yogurt-profile-friend img{
margin:auto;
width:60px;
display:block;
}
div#yogurt-profile-avatar {
margin:1px;
width:45%;
float:left;
text-align:center;
}
div#yogurt-profile-avatar img{
border:2px solid black;
}
div#yogurt-profile-mainvideo{
margin:1px;
width:45%;
float:left;
}
span.yogurt-profileinfo-label {
margin:1px 5px;
font-weight:bold;
width:60px;
min-width:60px;
display:inline;
}
span.yogurt-profileinfo-value {
margin:1px 5px;
}
p.yogurt-profileinfo-valuebigtext {
text-align:justify;
margin:1px 5px;
}
p#yogurt-profile-friend-viewall
{
margin:1px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
div#yogurt-profile-tribes h2, div#yogurt-profile-search-results p, div#yogurt-profile-statistics p, div#yogurt-profile-details p, div#yogurt-profile-search-results h2, div#yogurt-profile-search-results h4, div#yogurt-profile-friends h2, div#yogurt-profile-visual h2, div#yogurt-profile-statistics h2, div#yogurt-profile-details h2 {
margin:0px;
}
/******************************************************************************************************
* SCRAPS
*/
a.yogurt-scraps-replyscrap {
clear:both;
cursor: pointer;
}
div#yogurt-scraps-container {
margin:3px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
div#yogurt-scraps-container h2 {
margin:0px;
}
img.avatar_scrap {
border:1px solid;
padding:1px;
margin:3px;
overflow:hidden;
}
div#yogurt-scraps-form {
margin:3px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
p.yogurt-scrap-uname{
clear:both;
}
div.yogurt-scrap-details {
min-height:200px;
margin:3px;
clear:both;
padding:1px;
width:95%;
}
div.yogurt-scrap-avatarandname{
float:left;
}
form.yogurt-scrap-form{
height:75px;
width:450px;
border:1px solid black;
padding:1px;
margin:auto;
background-color:white;
text-align:center;
}
form.yogurt-scrap-form-delete{
display:inline;
}
input.post{
display:block;
}
div.yogurt-scrap-details-texts{
float:left;
width:70%;
}
div.yogurt-scrap-details-form{
height:100px;
margin:3px;
clear:both;
padding:1px;
width:95%;
overflow:hidden;
}
p.yogurt-scraps-editdelete-forms{
float:right;
}
/* **********************************************************************************************************
Videos
*/
div#yogurt-videos-container {
margin:3px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
div.yogurt-video-container {
margin:1px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
div.yogurt-video {
margin:3px;
float:left;
overflow:hidden;
text-align:center;
vertical-align:bottom;
}
div.yogurt-video embed{
margin:auto;
}
div.yogurt-video-details form {
display:inline;
}
div.yogurt-video-details {
text-align:left;
margin:3px;
float:left;
width:50%;
}
h2#yogurt-videos-title {
margin:0px;
}
div#yogurt-video-form p, div#yogurt-video-form h2{
margin:0px;
}
div#yogurt-video-form{
margin:3px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
/*****************************************************************************************************************
Friends
*/
div#yogurt-friends-container {
margin:3px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
div#yogurt-friends-container h2{
margin:0px;
}
div.yogurt-friend {
margin:1px;
width:23%;
height:250px;
float:left;
text-align:center;
}
div.yogurt-friend img{
margin:auto;
display:block;
}
form.yogurt-friends-evaluateform, form.yogurt-friends-deleteform {
display:inline;
}
/*
NAVEGACAO MAIS
*/
div#yogurt-navegacao {
margin:auto;
float:left;
width:300px;
overflow:hidden;
}
p#trustybw{
display:inline;
height:18px;
background-image:url(../images/trustybw.gif);
background-repeat:no-repeat;
width:48px;
}
span#trustycolor {
width:32px;
background-image:url(../images/trustycolor.gif);
background-repeat:no-repeat;
}
p#coolbw{
display:inline;
height:18px;
background-image:url(../images/coolbw.gif);
background-repeat:no-repeat;
width:48px;
}
span#coolcolor {
width:32px;
background-image:url(../images/coolcolor.gif);
background-repeat:no-repeat;
}
p#sexybw{
display:inline;
height:18px;
background-image:url(../images/sexybw.gif);
background-repeat:no-repeat;
width:48px;
}
span#sexycolor {
width:32px;
background-image:url(../images/sexycolor.gif);
background-repeat:no-repeat;
}
p#yogurt-profile-fans {
display:inline;
height:18px;
}
/***************************************************************************************************************************************
album
***************************************************************************************************************************************/
div#yogurt-album-form{
margin:3px;
padding:1px;
float:left;
width:95%;
overflow:hidden;
}
div#yogurt-album-visitors h2, div#yogurt-album-container h2, div#yogurt-album-form h2,div#yogurt-album-form p {
margin:0px;
}
div#yogurt-album-container{
padding:1px;
margin:3px;
float:left;
width:95%;
overflow:hidden;
}
div.yogurt-album-picture {
margin:0px;
width:31%;
height:250px;
float:left;
text-align:center;
}
div.yogurt-album-picture img{
border:3px solid;
padding:3px;
}
div.class {
margin:10px;
}
form.yogurt-album-formquick {
display:inline;
}
/*********************************************************************************************************
tribes
*/
div#yogurt-tribe-edit-members, form#yogurt-tribe-edit-form, form#form_tribe_search, form#form_tribe, div#yogurt-tribe-container, div#yogurt-tribes-container, div#yogurt-mytribes-container{
margin:3px;
float:left;
padding:1px;
width:95%;
overflow:hidden;
}
div#yogurt-tribe-edit-members h2, div.yogurt-tribe-edit-member h2, form#yogurt-tribe-edit-form h2, form#form_tribe_search h2, form#form_tribe h2, div#yogurt-tribes-container h2, div#yogurt-mytribes-container h2, div#yogurt-tribe-container p,div#yogurt-tribe-container h2{
margin:0px;
}
div.yogurt-tribe-edit-member, div.yogurt-tribe-my{
margin:1px;
width:23%;
height:250px;
float:left;
text-align:center;
}
div.yogurt-tribe-all{
min-height:100px;
}
div.yogurt-tribe-all img{
float:left;
margin:3px;
}
form#form_tribe_search p, form#yogurt-tribe-edit-form p, form#form_tribe p, div.yogurt-tribe-all h4, div.yogurt-tribe-all p{
margin:1px;
}
form.yogurt-tribes-form-becomemember,form.yogurt-tribes-form-delete,form.yogurt-tribes-form-edit {
display:inline;
}
/*
Others
*/
.yogerrors {color:#FF0000; background-color:#FFEAF4; border-color:#FF0000; border-width:thick;}
fieldset.myconfigs-fieldset {
border: 1px dotted #80021A;
padding: 10px;
}
legend.myconfigs-legend {
color: #80021a;
font-weight: bold;
font-size: 1.5em;
}
p.alert {
background-color: #ffc;
border: 2px solid #fc6;
padding: 10px;
margin-bottom: 10px;
}
div#nav{
margin-right:auto;
margin-left:auto;
width:100px;
page-break-after: always;
}
div#titulo-friends div {
float: left;
margin-left: auto;
margin-right: auto;
page-break-after: always;
}
div#wrapper-titulo-ishot div {
float: left;
margin-bottom: 10px;
}
div#titulo {
width: 35%;
}
div#titulo h2 {
font-size: 1.5em;
}
div#ishot {
width: 60%;
}
div#ishot form {
display: inline;
}
div#ishot p#ishot-result {
font-size: 0.5em;
}
div#album {
margin:auto;
text-align:center;
}
ul#album_photos {
padding: 0;
margin:auto;
text-align:center;
}
ul#album_photos:after {
content: ".";
width: 95%;
clear: both;
display: block;
visibility: hidden;
font-size: 1px;
}
ul#album_photos li {
list-style: none;
width: 180px;
float: left;
padding: 0;
margin: 0 6px 20px 0;
}
ul#friend {
padding: 3;
margin:auto;
text-align:center;
}
ul#friend li {
list-style: none;
width: 75px;
float: left;
padding: 0;
margin: 5px 6px 20px 5px;
}
ul#friend:after {
content: ".";
width: 95%;
clear: both;
display: block;
visibility: hidden;
font-size: 1px;
}
ul#album_photos li div.photo_in_album {
height: 240px;
text-align: center;
border: 1px dashed #80021A;
}
ul#album_photos li div.photo_in_album:hover {
background-color: #E1C3C3;
}
ul#album_photos li div.photo_in_album p a {
/*background-color:#99FFFF;*/
height: 110px;
display: block;
}
ul#album_photos li div.photo_in_album img {
border: 5px solid #000;
padding: 2px;
}
ul#album_photos li div.photo_in_album a:hover img {
border-color: #80021A;
}
ul#album_photos li div.photo_in_album a:hover {
color: #80021A;
}
div.photo_in_album p#desc {
height: 50px;
}
div.photo_in_album form {
display: inline;
}