PDA

View Full Version : Link to this thread


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]&amp;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)

Distance
02-01-2007, 05:48 PM
Whats it do

TheBlackPoet
02-01-2007, 05:54 PM
i like that!!!! i like that a lot......! Installed...!!

it puts the url to the thread... under the thread.... although you can do the same thing by copying the url from the top of the browser... its still cool

TheBlackPoet
02-01-2007, 05:58 PM
it would be really cool if the link to this thread was a javascript link that copied the url... still i like it... giving the members more control...

Digitalus
02-02-2007, 06:02 AM
Thanks for the feedback TheBlackPoet,

Maybe a coder can add a javascript link that copied the url, im just new in these things

pr0team.net
02-02-2007, 09:44 PM
Good idea, i guess "Default" linkback.zip don't looking good with all templates.
You can't use currect template background ? anyone can make this in currect template table background :) ?

Digitalus
02-03-2007, 10:40 AM
I will add the psd files today ;)

Edit: PSD files added..
Download the zip file from the first post..

farooqaaa
02-10-2007, 10:04 AM
Screenshots please ? :x

Smiry Kin's
02-11-2007, 03:35 AM
screenshot please mate.

Digitalus
02-11-2007, 01:47 PM
Sorry, screenshot added

DPSR
02-12-2007, 01:54 AM
I think i need to edit it to match my site colour scheme ;)

Anyway you can put something like this anywhere in postbit to show the box:
<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]&amp;postcount=$post[postcount]">

Digitalus
02-13-2007, 02:50 PM
Thanks DPSR,

have updated the thread with your code...

;)

BamaStangGuy
02-16-2007, 09:06 PM
I'd make the link point to showthread.phpt=xxxx than p=xxxx. Makes more sense SEO wise.