Basilevs
Пользователь
main.css
viewtopic.tpl
Социалка v.2
PHP:
.tdsoc { padding-bottom: 3px; padding-top: 0px; }
.tdmessage { width: 80%; float: left; padding-top: 7px; }
/* ---------------------------------- *
Social
* ---------------------------------- */
div.soc_share {
float: right;
padding-top: 5px;
}
.soc_button {
display: inline-block;
width: 18px;
height: 18px;
-moz-opacity: .30;
filter: alpha(opacity=30);
opacity: .30;
}
.soc_button:hover {
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
}
.soc_facebook {
background: url(../images/soc_sprite.png) no-repeat 0px 0px transparent;
}
.soc_twitter {
background: url(../images/soc_sprite.png) no-repeat -18px 0px transparent;
}
.soc_vkontakte {
background: url(../images/soc_sprite.png) no-repeat -36px 0px transparent;
}
.soc_livejournal {
background: url(../images/soc_sprite.png) no-repeat -54px 0px transparent;
}
.soc_google {
background: url(../images/soc_sprite.png) no-repeat -72px 0px transparent;
}
viewtopic.tpl
PHP:
<tr>
<th class="thHead td1">{L_AUTHOR}</th>
<th class="thHead td2 tdsoc"><div class="tdmessage">{L_MESSAGE}</div>
<div class="soc_share">
<a href="http://www.facebook.com/sharer.php?u=http://путь/viewtopic.php?t={TOPIC_ID}" title="Добавить в Facebook" rel="nofollow" class="soc_button soc_facebook" target="_blank"></a>
<a href="http://twitter.com/share?url=http://путь/viewtopic.php?t={TOPIC_ID}" title="Опубликовать в Twitter" rel="nofollow" class="soc_button soc_twitter" target="_blank"></a>
<a href="http://vkontakte.ru/share.php?url=http://путь/viewtopic.php?t={TOPIC_ID}" title="Добавить в Вконтакте" class="soc_button soc_vkontakte" target="_blank"></a>
<a href="http://www.livejournal.com/update.bml?event=http://путь/viewtopic.php?t={TOPIC_ID}" title="Опубликовать в LiveJournal" rel="nofollow" class="soc_button soc_livejournal" target="_blank"></a>
<a href="https://plusone.google.com/_/+1/confirm?hl=en&url=http://путь/viewtopic.php?t={TOPIC_ID}" title="Google +1" rel="nofollow" class="soc_button soc_google" target="_blank"></a>
</div>
</th>
</tr>
Социалка v.2