The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Jump to Your Last Post in a Thread Details »» | |||||||||||||||||||||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Plugin title: Jump to Your Last Post in a Thread Author: M1th Site: http://www.cosforums.com Plugin Version: 1.5 for vBulletin 3.6.x For vB 3.0.x version see this thread. For vB 3.5 Version 1.0 see this thread. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ What this does: In huge threads, having to search through pages and pages for your last post is a pain in the neck so I've decided to put an end to this with my simple plugin. Assuming that a user has posted in a thread, when the icon is clicked (displayed on forum display, next to the attachment/sticky icons) it'll lead the user to their latest post. ------------------- Installation time: No more than 3 minutes I'd say. Files to edit: (none) Templates to edit: 1 (threadbit) Images to add: 1 (lastupost.gif ) Screenshot: ---------------- https://vborg.vbsupport.ru/attachmen...chmentid=34389 Support -------------- Not a big plugin to have support for, but if you have any questions/problems, then sure. Installed this plugin? Then please click INSTALL. Special Thanks to: Cybernetec and Paul M for providing the upgade instructions for vB3.6 Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
Got it to work in 3.7 In the 2nd template edit replace
Code:
<if condition="$show['taglist'] OR $show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']"> Code:
<if condition="$show['taglist'] OR $show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires'] OR $show['threadcount']"> |
#23
|
|||
|
|||
You wouldn't have a version for 3.7.2 yet would you? I imagine it's not all that different, but it looks like it may be a little different. Thanks in advance.
EDIT: Whoops! I hadn't seen that last comment. Nevermind |
#24
|
|||
|
|||
seems to be working fine in 3.8.0 using the template edit posted above. thanks very much to you both
|
#25
|
|||
|
|||
works fine in 3.8.2 with the above replacement.
|
#26
|
||||
|
||||
I decided to merge this with the built-in thread subscription image.
My users are automatically subscribed to all threads they post in, with no e-mail notification. Ignore the template edits, and do this instead.. Find: HTML Code:
<if condition="$show['subscribed']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="$vbphrase[you_are_subscribed_to_this_thread]" /> </if> HTML Code:
<if condition="$show['subscribed']"><if condition="$show['threadcount']"><a href="showthread.php?$session[sessionurl]goto=lastupost&t=$thread[threadid]"> <img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" border="0" alt="$vbphrase[you_are_subscribed_to_this_thread]" /></a> <else /> <img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="$vbphrase[you_are_subscribed_to_this_thread]" /> </if></if> Working on vBulletin 3.8.3.. |
#27
|
|||
|
|||
Hello.
I thought it works fine but some user said that it doesnt work in every thread they have posted. So in some Threads the icon is there and in some other it isnt. Any Idea? |
#28
|
|||
|
|||
My users clamoured for this, so now it's installed and working in 3.8.3. Looks like I made a modification similar to / the same as the 3.7 mod above to get it to work. (Also -- used the template management system mod to install -- was very easy.)
|
#29
|
|||
|
|||
It works fine, but somehow it REMOVES the default "go to last new post" when you read all the posts.
Usually that would be there always, even if you read all posts... you could always jump to the last post. now its gone... Help? |
#30
|
|||
|
|||
how can I get this to work in 3.8.4
|
#31
|
|||
|
|||
I've been searching for this mod for 4.0.7, and can't find anything. Any chance of getting this for 4.0? :-)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|