Digitalus
01-31-2007, 10:00 PM
Link to this thread
Okay i got the idea from www.vbulletinzone.com .. so i pass all the credits to them
Edit your postbit or postbit_legacy template.. add on the top this and replace your-domein.com to your own url
<if condition="$post[postcount] == 2">
<div style="padding-top: 5px;"></div>
<div class="linkback_bl_blue">
<div class="linkback_br_blue">
<div class="linkback_tl_blue">
<div class="linkback_tr_blue">
<table cellspacing="0" cellpadding="5" border="0" width="100%">
<tr>
<td class="smallfont" style="color: #fff; font-weight: bold; text-align: center; vertical-align: middle;">Link To This Thread: <input class="bginput" type="text" name="$post[postcount]" id="postcount$post[postid]" size="61" readonly="readonly" value="$vboptions[bburl]/showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]"> </td>
</tr>
</table>
</div>
</div>
</div>
</div></if>
And put this in you main css and replace your-domein.com to your own url..
.linkback_bl { background: #F2F2F2 url(www.your-domein.com/images/misc/linkback_bl.gif) no-repeat bottom left; }
.linkback_br { background: url(http://www.your-domein.com/images/misc/linkback_br.gif) no-repeat bottom right; }
.linkback_tl { background: url(http://www.your-domein.com/images/misc/linkback_tl.gif) no-repeat top left; }
.linkback_tr { background: url(http://www.your-domein.com/images/misc/linkback_tr.gif) no-repeat top right; }
.linkback_clear { font-size: 1px; height: 1px; }
.linkback_bl_blue { background: #6496c9 url(http://www.your-domein.com/images/misc/box_bl_blue.gif) no-repeat bottom left; }
.linkback_br_blue { background: url(http://www.your-domein.com/images/misc/linkback_br_blue.gif) no-repeat bottom right; }
.linkback_tl_blue { background: url(http://www.your-domein.com/images/misc/linkback_tl_blue.gif) no-repeat top left; }
.linkback_tr_blue { background: url(http://www.your-domein.com/images/misc/linkback_tr_blue.gif) no-repeat top right; }
Upload all the images in your dir: images/misc..
Again thanks to www.vbulletinzone.com for this great idea ;)
(Sorry for my bad english :o)
Okay i got the idea from www.vbulletinzone.com .. so i pass all the credits to them
Edit your postbit or postbit_legacy template.. add on the top this and replace your-domein.com to your own url
<if condition="$post[postcount] == 2">
<div style="padding-top: 5px;"></div>
<div class="linkback_bl_blue">
<div class="linkback_br_blue">
<div class="linkback_tl_blue">
<div class="linkback_tr_blue">
<table cellspacing="0" cellpadding="5" border="0" width="100%">
<tr>
<td class="smallfont" style="color: #fff; font-weight: bold; text-align: center; vertical-align: middle;">Link To This Thread: <input class="bginput" type="text" name="$post[postcount]" id="postcount$post[postid]" size="61" readonly="readonly" value="$vboptions[bburl]/showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]"> </td>
</tr>
</table>
</div>
</div>
</div>
</div></if>
And put this in you main css and replace your-domein.com to your own url..
.linkback_bl { background: #F2F2F2 url(www.your-domein.com/images/misc/linkback_bl.gif) no-repeat bottom left; }
.linkback_br { background: url(http://www.your-domein.com/images/misc/linkback_br.gif) no-repeat bottom right; }
.linkback_tl { background: url(http://www.your-domein.com/images/misc/linkback_tl.gif) no-repeat top left; }
.linkback_tr { background: url(http://www.your-domein.com/images/misc/linkback_tr.gif) no-repeat top right; }
.linkback_clear { font-size: 1px; height: 1px; }
.linkback_bl_blue { background: #6496c9 url(http://www.your-domein.com/images/misc/box_bl_blue.gif) no-repeat bottom left; }
.linkback_br_blue { background: url(http://www.your-domein.com/images/misc/linkback_br_blue.gif) no-repeat bottom right; }
.linkback_tl_blue { background: url(http://www.your-domein.com/images/misc/linkback_tl_blue.gif) no-repeat top left; }
.linkback_tr_blue { background: url(http://www.your-domein.com/images/misc/linkback_tr_blue.gif) no-repeat top right; }
Upload all the images in your dir: images/misc..
Again thanks to www.vbulletinzone.com for this great idea ;)
(Sorry for my bad english :o)