Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Jump to Your Last Post in a Thread Details »»
Jump to Your Last Post in a Thread
Version: 1.00, by M1th M1th is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.1 Rating:
Released: 09-16-2006 Last Update: 09-16-2006 Installs: 72
Uses Plugins Template Edits
 
No support by the author.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 05-23-2008, 03:21 AM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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']">
with
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']">
Reply With Quote
  #23  
Old 08-05-2008, 03:30 AM
thaigan thaigan is offline
 
Join Date: Feb 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #24  
Old 02-09-2009, 04:16 PM
proudgreenyin proudgreenyin is offline
 
Join Date: Jun 2008
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

seems to be working fine in 3.8.0 using the template edit posted above. thanks very much to you both
Reply With Quote
  #25  
Old 05-01-2009, 07:24 PM
talkncaasports talkncaasports is offline
 
Join Date: Sep 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works fine in 3.8.2 with the above replacement.
Reply With Quote
  #26  
Old 07-17-2009, 08:35 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Replace with:
HTML Code:
					<if condition="$show['subscribed']"><if condition="$show['threadcount']"><a href="showthread.php?$session[sessionurl]goto=lastupost&amp;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..
Reply With Quote
  #27  
Old 07-28-2009, 01:09 AM
TK1990 TK1990 is offline
 
Join Date: Nov 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #28  
Old 08-11-2009, 05:26 AM
Birched Birched is offline
 
Join Date: Sep 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.)
Reply With Quote
  #29  
Old 11-05-2009, 08:36 AM
GuaRRand GuaRRand is offline
 
Join Date: Oct 2005
Posts: 337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #30  
Old 11-05-2009, 09:09 PM
yesfans yesfans is offline
 
Join Date: Feb 2002
Location: In your head!
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can I get this to work in 3.8.4
Reply With Quote
  #31  
Old 10-05-2010, 07:03 PM
JimF JimF is offline
 
Join Date: Dec 2001
Location: NJ
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been searching for this mod for 4.0.7, and can't find anything. Any chance of getting this for 4.0? :-)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04665 seconds
  • Memory Usage 2,310KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete