اقدم لكم كود اضفني كصديق الذي يظهر داخل الموضوع
كود اضفني كصديق داخل المواضيع جديد Ghjh10

نعدل على التومبيلات ونذهب إلى
viewtopic_body


ونبحث عن :
{postrow.displayed.MESSAGE}

ونضع بعده مباشرة

الكود:

<style type="text/css"">

.wall_last_post {
    background: none repeat scroll 0 0 #F6F6F6;
    border-color: #CCCCCC #1CA6BA;
    border-left: 3px solid #1CA6BA;
    border-radius: 0 21px 21px 0;
    border-right: 3px solid #1CA6BA;
    border-style: dotted solid;
    border-width: 3px;
    float: left;
    height: 65px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    width: 226px;
}
.wall_last_post .wall_last_post_auhor {
    background: url("http://i41.servimg.com/u/f41/16/21/44/25/1-ta10.png") no-repeat scroll left center transparent;
    color: #606060;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    padding-right: 11px;
    padding-top: 4px;
    text-shadow: 1px 0 1px #88CED8;
}
.wall_last_post .wall_last_post_auhor a {
    color: #1CA6BA;
    font-size: 12px;
    font-weight: bold;
}
.wall_last_post p {
    color: #606060;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    min-height: 27px;
    padding: 3px;
}
.wall_last_post_footer {
    color: #0B5A73;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

.add_as_friend {
    background: url("http://i41.servimg.com/u/f41/16/21/44/25/1-a10.png") no-repeat scroll left center transparent;
    height: 28px;
    margin: auto;
    padding-left: 40px;
    width: 151px;
}
.add_as_friend span {
    background: none repeat scroll 0 0 #FFE5CD;
    border: 1px solid #F4C182;
    border-radius: 3px 3px 3px 3px;
    color: #E96D10;
    display: block;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    line-height: 23px;
    margin-top: 9px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
</style>


<div class="wall_last_post">
<div class="wall_last_post_auhor">
{postrow.displayed.POSTER_NAME}
</div>
<div class="add_as_friend">
<span>
<a
 style="color: #E96D10;"
href="/profile?friend={USERNAME}&mode=editprofile&page_profil=friendsfoes"
 rel="nofollow">أضفني كصديق</a>
</span>
</div>
<div class="wall_last_post_footer"> </div>
</div>