11
tatane
Re: yogurt_3_2_RC1
  • 2008/6/24 9:02

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


please

12
trabis
Re: yogurt_3_2_RC1
  • 2008/6/25 18:22

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


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==&& $isOwner==&& $isfriend==0}>

<!-- if 
not owner and not friend -->
<
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>
<!-- 
end if -->
<{ /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">&nbsp;<img width="<{$trusty}>" height="0" src="images/transparent.gif" /></span>&nbsp;<img width="<{$trusty_rest}>" height="0" src="images/transparent.gif" /></p>

| <{
$lang_cool}> <p id="coolbw"> <span id="coolcolor">&nbsp;<img width="<{$cool}>" height="0" src="images/transparent.gif" /></span>&nbsp;<img width="<{$cool_rest}>" height="0" src="images/transparent.gif" /></p>

| <{
$lang_sexy}> <p id="sexybw"> <span id="sexycolor">&nbsp;<img width="<{$sexy}>" height="0" src="images/transparent.gif" /></span>&nbsp;<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==}>
    <
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>&nbsp;
        <{/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==}> <a href="edituser.php" title="<{$lang_editprofile}>" ><img src="images/edit.gif" /></a> <{/if}></h2>
<
class="odd"><img src="images/username.gif" /><span class="yogurt-profileinfo-label"><{$lang_uname}>:</span><span class="yogurt-profileinfo-value"><{$user_uname}></span></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>
<
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>
<
class="even"> <img src="images/occ.gif" /> <span class="yogurt-profileinfo-label"><{$lang_occupation}>:</span><span class="yogurt-profileinfo-value"><{$user_occupation}></span></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>
<
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==}> <a href="edituser.php" title="<{$lang_editprofile}>" ><img src="images/edit.gif" /></a> <{/if}></h2>
<
class="even"> <img src="images/url.gif" /> <span class="yogurt-profileinfo-label"><{$lang_website}>:</span><span class="yogurt-profileinfo-value"><{$user_websiteurl}></span></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!=&& $isOwner!=}>
<
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 }>
<
class="odd"> <img src="images/icq.gif" /> <span class="yogurt-profileinfo-label"><{$lang_icq}>:</span><span class="yogurt-profileinfo-value"><{$user_icq}></span> <!-- <{ if $user_icq!=""}><img src="http://status.icq.com/online.gif?icq=<{$user_icq}>&img=21"> <{ /if }> --></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>
<
class="odd"> <img src="images/ym.gif" /> <span class="yogurt-profileinfo-label"><{$lang_yim}>:</span><span class="yogurt-profileinfo-value"><{$user_yim}></span></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>
<
class="odd"> <img src="images/birthday.gif" /> <span class="yogurt-profileinfo-label"><{$lang_membersince}>:</span><span class="yogurt-profileinfo-value"><{$user_joindate}></span></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>
<
class="odd"> <img src="images/comments.gif" /> <span class="yogurt-profileinfo-label"><{$lang_posts}>:</span><span class="yogurt-profileinfo-value"><{$user_posts}></span></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>
<
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><!-- end of div of group1 -->

<
div class="yogurt-profile-group2">
<{ if 
$allow_friends==}>
<
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>
<!-- 
start module search results loop -->
<{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">
        <
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}>">
        <!-- 
start results item loop -->
        <{foreach 
item=result from=$module.results}>

        <
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}>
        <!-- 
end results item loop -->
        <
p>
            <{
$module.showall_link}>
        </
p>
    </
div>
</
div>
<{/foreach}>
<!-- 
end module search results loop -->
</
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><!-- end of group2 -->
<{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 {
    
cursorpointer;
}

.
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-bottom2px solid;
    
margin-bottom5px;
    
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;
    
cursorpointer;
}

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-evaluateformform.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-memberdiv.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 {
    
border1px dotted #80021A;
    
padding10px;
}

legend.myconfigs-legend {
    
color#80021a;
    
font-weightbold;
    
font-size1.5em;
}
p.alert {
    
background-color#ffc;
    
border2px solid #fc6;
    
padding10px;
    
margin-bottom10px;
}



div#nav{
    
margin-right:auto;
    
margin-left:auto;
    
width:100px;
    
page-break-afteralways;
    
    
    }
div#titulo-friends div {
    
floatleft;
    
margin-leftauto;
    
margin-rightauto;
    
page-break-afteralways;
}

div#wrapper-titulo-ishot div {
    
floatleft;
    
margin-bottom10px;
}
div#titulo {
    
width35%;
}
div#titulo h2 {
    
font-size1.5em;
}
div#ishot {
    
width60%;
}
div#ishot form {
    
displayinline;
}
div#ishot p#ishot-result {
    
font-size0.5em;
}
div#album {
margin:auto;
text-align:center;

}

ul#album_photos {
    
padding0;
    
margin:auto;
text-align:center;
    
    
}
ul#album_photos:after {
    
content".";
    
width95%;
    
clearboth;
    
displayblock;
    
visibilityhidden;
    
font-size1px;
}
ul#album_photos li {
    
list-stylenone;
    
width180px;
    
floatleft;
    
padding0;
    
margin0 6px 20px 0;
}

ul#friend {
    
padding3;
    
margin:auto;
text-align:center;
    
    
}
ul#friend li  {
    
list-stylenone;
    
width75px;
    
floatleft;
    
padding0;
    
margin5px 6px 20px 5px;
}

ul#friend:after {
    
content".";
    
width95%;
    
clearboth;
    
displayblock;
    
visibilityhidden;
    
font-size1px;
}

ul#album_photos li div.photo_in_album {
    
height240px;
    
text-aligncenter;
    
border1px 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;*/
    
height110px;
    
displayblock;
}
ul#album_photos li div.photo_in_album img {
    
border5px solid #000;
    
padding2px;
}
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 {
    
height50px;
}
div.photo_in_album form {
    
displayinline;
}

13
tatane
Re: yogurt_3_2_RC1
  • 2008/6/26 8:06

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


super,
Resized Image

against a preview of how the image corresponding to the video, I would like to match the image of a screenshot corresponding to video

with x_movie because it is an image corresponding to each video as it
Resized Image

The creator x_movie my advisor to
http://voicha.sytes.net/voice/modules/d3forum/index.php?post_id=1253

But that has changed nothing I would like to get itthis


I would like to put images on a length of 4 and 2 columns like this
Resized Image



thence here gives his

14
tatane
Re: yogurt_3_2_RC1
  • 2008/6/29 7:23

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


please

15
tatane
Re: yogurt_3_2_RC1
  • 2008/7/2 9:36

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


Would you or contact the author of modules yogurt 3.2 rc1

thank you

Login

Who's Online

256 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 256


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits