Log in

View Full Version : Link directly to a post


welo
08-30-2005, 10:00 PM
What it does:
This minor template change adds a nice little subsection symbol (?) right next to the post time, which is a url that can now either be clicked or copied, providing the ability for users to conveniently link directly to a post's anchor so you jump to a post within a thread, rather than opening its own window.

Rationale:
Although VB provides a nice way to open a single post in its own window by clicking the post number at the upper right of replies, this sometimes becomes inconvenient for subsequent surfers when someone has posted a link to a single post on mutiple page threads.

By default, to get the anchor location you must click the post number then copy the url at the upper right of the single-post window. This modification adds the anchor location as a url unobtrusively to every post so the post location can be obtained in one click, while retaining the single window link for the post number so folks immediately have both options.

Template Edits: 2; postbit and postbit_legacy

Code Additions:

1) In both templates find:

<!-- / status icon and date -->

2) Directly BELOW add:

<!-- Link for post anchor -->
&nbsp;<a href="showthread.php?$session[sessionurl]p=$post[postid]#post$post[postid]" title="Anchor location for this post" style="text-decoration: none">&sect;</a>
<!-- /Link for post anchor -->

3) Done! :)

Thanks to liwo (https://vborg.vbsupport.ru/member.php?u=139302) for posting the most recent (https://vborg.vbsupport.ru/showpost.php?p=1003171&postcount=18) fix :). This replaced the original code of:

&nbsp;<a href="showthread.php?$session[sessionurl]t=$thread[threadid]#post$post[postid]" title="Anchor location for this post" style="text-decoration: none">&sect;</a>

...which apparently stopped working somewhere around VB 3.5.3.

TTG
08-31-2005, 05:10 PM
Thanks .. simple but useful.
Clicked install.

welo
09-01-2005, 12:43 AM
Thanks .. simple but useful.

Indeed. It's just one of those little things that's nice to have available. Prior to VB 3.5, if you clicked the post number and opened that post's window, the Thread: [thread title] link wouldn't take you to the post anchor at all, and you had to sift through the thread to find it. Try it on this board. 3.5 makes this a little easier but it's still helpful to have the anchor handy for copying without clicking anything.

KuRi
09-01-2005, 01:21 AM
i like.... not much else to say.... cheers

Boofo
09-01-2005, 03:12 AM
I already do this but I use the status icon as the anchor image. ;)

welo
09-01-2005, 03:59 AM
I kinda thought about that - or even using an additional small image, although this might be simpler because you're just adding a little code rather than replacing it, and it won't potentially conflict with something VB might link to the existing icon later. Your method obviously works just as well though.

Been meaning to tell you: That's a clever signature. :up:

Boofo
09-01-2005, 04:17 AM
I kinda thought about that - or even using an additional small image, although this might be simpler because you're just adding a little code rather than replacing it, and it won't potentially conflict with something VB might link to the existing icon later. Your method obviously works just as well though.

Been meaning to tell you: That's a clever signature. :up:

I just used an old 3.0 hack I did for it.

Thanks for the kind words on the sig. It seems I've had that one forever. ;)

carrie31
09-29-2005, 10:46 AM
simple and useful ! thank you su much !
I pot it next to the post number :P

user02934123123
04-12-2006, 12:38 PM
Exactly what I was looking for ... simple and perfect. Many thanks.

welo
04-12-2006, 01:15 PM
You're welcome. I've been considering adding an optional JS link that allows you to copy the link location directly to the clipboard, although Mozilla security settings means it doesn't work too well in Moz/FF without the enduser making some browser adjustments. Think I'll just leave it how it is for now :).

bashy
04-12-2006, 05:56 PM
Simple mod m8 well done :)

user02934123123
05-30-2006, 08:40 AM
I've noticed that this hack seems not to work. It installed without problem and inserts the appropriate link into posts. However, these links, with their extra reference markers, don't actually go to the appropriate post if the thread is longer than one page: if the message is is, for example, on the second page of a thread, the link will simply take you to the first page of the thread.

This seems a very serious problem; on a board with active posters and thus long threads, it makes it essentially useless.

Any fix?

welo
05-30-2006, 12:09 PM
Hmm, good catch. I'll track it down.

user02934123123
06-04-2006, 12:31 PM
Hmm, good catch. I'll track it down.
Have you made any progress on this? It's becoming somewhat pressing, since my users are using the links it generates as hyperlinks in their posts, and as those links don't work properly (cf. my comments above (https://vborg.vbsupport.ru/showpost.php?p=992653&postcount=12)), messages are being posted across the system that include bad links. It's getting to the point where I'm really going to need to uninstall the hack if this can't be sorted.

But I do hope you'll get a fix out, though, as I quite like the functionality!

welo
06-04-2006, 02:01 PM
No, haven't had the chance yet. And I'm out the door right now. All I know is, it was working all the way through 3.5.2. One of the upgrades changed something in the way multiple pages are displayed, so regardless what the fix is, your members' broken urls are likely to stay that way. My recommendation is to uninstall it for now. I'll look at it this evening and see if it's resolvable.

user02934123123
06-05-2006, 07:10 AM
No, haven't had the chance yet. And I'm out the door right now. All I know is, it was working all the way through 3.5.2. One of the upgrades changed something in the way multiple pages are displayed, so regardless what the fix is, your members' broken urls are likely to stay that way. My recommendation is to uninstall it for now. I'll look at it this evening and see if it's resolvable.
Thanks for this. I've uninstalled the hack and clicked ::uninstall:: above for the time being. I'll be keeping an eye on this thread, though, waiting to see if you can come up with a fix for this bug, and if so will look forward to re-installing.

Scharesoft
06-09-2006, 04:11 PM
It's a good hack, but with this bug it`s useless for me :( Do you think it's possible to fix it?

EDIT: Ok, it's fixed by liwo :)

liwo
06-09-2006, 04:20 PM
A fix for this is actually quite simple. Just use this code. (I changed the t=$thread[threadid] to p=$post[postid], so vB finds the thread and the correct page by the postnumber)

<!-- Link for post anchor -->
&nbsp;<a href="showthread.php?$session[sessionurl]p=$post[postid]#post$post[postid]" title="Anchor location for this post" style="text-decoration: none">&sect;</a>
<!-- /Link for post anchor -->

welo
06-09-2006, 04:50 PM
Wow, thanks for that liwo. I've been getting up every day at 3:30am to get to work, then doing night class so haven't had the chance to look. Don't happen to know if your fix works on VB 3.6 do you? I haven't had time to install a test board yet.

Scharesoft
06-09-2006, 05:10 PM
We have just test it on vB 3.5