The Arcive of vBulletin Modifications Site. |
|
Custom Permalink On Postbit Details »»
|
|||||||||||||||||||||||||
Hey Guys,
Discription: this code will add a direct link to that message on postbit.... Steps: open postbit_legacy/postbit template Find HTML Code:
<if condition="$show['postcount']">(#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]">$post[postcount]</a>)</if> HTML Code:
(<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]&#post$postid" rel="nofollow">permalink</a></strong>) Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Awesome, I had requested something like this, glad to see someone release it!
![]() THANK YOU! PS- I did this in the "postbit" template as well. |
|
#3
|
||||
|
||||
|
Quote:
kool... im glad someone liked it |
|
#4
|
||||
|
||||
|
In the thread where I had originally requested this, I received some feedback with concerns about search engines spidering too many duplicate URL's. (SEO optimization)
So I wound up making up my own code changes, you may want to implement them here for others as well... Where you tell people to add: HTML Code:
(<strong><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow">permalink</a></strong>) HTML Code:
(<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]&#post$postid" rel="nofollow">permalink</a></strong>) Here is my origional thread for reference... https://vborg.vbsupport.ru/showthread.php?t=144018 I hope that helps!! PS- You should also edit your original post to tell people to edit BOTH postbit AND postbit_legacy. (Just my $0.02 cents) |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||
|
||||
|
Sometimes you have to wait a sec to give it a chance to fully load the page, before it will auto-scroll to the right post number. Try that?
|
|
#7
|
|||
|
|||
|
Quote:
However, if the permalink is clicked on page 200 of a thread why would it go to page #1, post#1? It's funny because the hack seemed to work for me the first couple times when I tried it on threads with only a couple pages. Also.... it's funny because I still run one vBulletin that is really old, (2.3.4) and it seems to have this feature built in (I can't remember hacking it). Anyway, I love this feature I hope I can make it work on my 3.6.5. |
|
#8
|
||||
|
||||
|
Wierd, i've not tried it yet on my (rather large) live board, so it is entirely possible that
it gets confused when there are too many pages of threads. However, as I am still relatively new to vBulletin, i'm not quite sure how to fix that. I will keep trying, in the meantime, maybe someone more experienced can figure it out? |
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
||||
|
||||
|
Quote:
the hack ur talkin about uses ajax this is a simple template change fo that hack u need a custom coding |
![]() |
|
|