Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 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.5, by M1th M1th is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 09-11-2005 Last Update: 09-12-2005 Installs: 39
Template Edits
Additional Files  
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.5 RCX
For vB 3.0.x version see this thread.
For vB 3.5 Hack Version 1.0 see this thread.

For vB 3.6.x version please 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: 1 (none)
Templates to edit: 1 (threadbit)
Images to add: 1 (lastupost.gif - https://vborg.vbsupport.ru/attachmen...chmentid=34387)

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.

Supporters / CoAuthors

Show Your Support

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

Comments
  #22  
Old 10-06-2005, 04:13 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm gonna hold you to that because I just cleaned off a whole wall for that card (the only one I will probably get).
Reply With Quote
  #23  
Old 10-06-2005, 04:16 AM
Samira's Avatar
Samira Samira is offline
 
Join Date: Dec 2004
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll watch my PMs then. Wouldn't want you to get no cards after being so nice!
Reply With Quote
  #24  
Old 10-06-2005, 04:20 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It was my pleasure.
Reply With Quote
  #25  
Old 10-06-2005, 02:21 PM
troux troux is offline
 
Join Date: Dec 2004
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great in 3.5.0!

*installed
Reply With Quote
  #26  
Old 10-06-2005, 03:28 PM
catocom2 catocom2 is offline
 
Join Date: Aug 2002
Location: Gainesville, Georgia
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
You're lucky I'm a nice guy.
Hey man that's great.
I've been trying to figure out how to fix my little clock mod.
It works fine except for the search/new post part where it shows on every thread.
I'm wondering if that code could be modified to work on this as well?

threadbit code for clock..
PHP Code:
<!-- ---------------------- clock ------------------------------- -->
                <if 
condition="$thread['dateline']<(TIMENOW-86400*180) AND THIS_SCRIPT <> 'search'"><img class="inlineimg" src="http://yourdomain.com/forum/images/smilies/clock.gif" alt="This thread was started more than 6 months ago"></if>
                <if 
condition="THIS_SCRIPT === 'search' AND (TIMENOW-86400*180)"><img class="inlineimg" src="http://yourdomain.com/forum/images/smilies/clock.gif" alt="This thread was started more than 6 months ago"></if>
<!-- ---------------------- /
clock ------------------------------- --> 
Reply With Quote
  #27  
Old 10-07-2005, 11:06 AM
M1th's Avatar
M1th M1th is offline
 
Join Date: Jul 2002
Location: UK
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
I don't think so.
Mainly because I would prefer it my own way, but thanks for that Boofo.
Reply With Quote
  #28  
Old 10-07-2005, 11:09 AM
M1th's Avatar
M1th M1th is offline
 
Join Date: Jul 2002
Location: UK
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by catocom2
Hey man that's great.
I've been trying to figure out how to fix my little clock mod.
It works fine except for the search/new post part where it shows on every thread.
I'm wondering if that code could be modified to work on this as well?

threadbit code for clock..
PHP Code:
<!-- ---------------------- clock ------------------------------- -->
                <if 
condition="$thread['dateline']<(TIMENOW-86400*180) AND THIS_SCRIPT <> 'search'"><img class="inlineimg" src="http://yourdomain.com/forum/images/smilies/clock.gif" alt="This thread was started more than 6 months ago"></if>
                <if 
condition="THIS_SCRIPT === 'search' AND (TIMENOW-86400*180)"><img class="inlineimg" src="http://yourdomain.com/forum/images/smilies/clock.gif" alt="This thread was started more than 6 months ago"></if>
<!-- ---------------------- /
clock ------------------------------- --> 
Are you trying to make it show up for member's own threads only?

If so, wrap the clock code around
HTML Code:
<if condition="$thread['dot_count'] AND $bbuserinfo['userid']">

</if>
Reply With Quote
  #29  
Old 10-07-2005, 01:05 PM
catocom2 catocom2 is offline
 
Join Date: Aug 2002
Location: Gainesville, Georgia
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no, I'm trying to get the clock not to show for the time conditional.
I may have to just modify the search.php. :ermm:
Reply With Quote
  #30  
Old 03-08-2006, 01:57 AM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Must have missed this. Good idea, I will install this when I upgrade.

/me clicks install
Reply With Quote
  #31  
Old 03-19-2006, 10:46 PM
Julie's Avatar
Julie Julie is offline
 
Join Date: Mar 2005
Location: Oslo, Norway
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ooo, nifty little tool

And thanks Boofo for the alternative template bit there
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 03:42 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.04563 seconds
  • Memory Usage 2,317KB
  • 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
  • (1)bbcode_html
  • (2)bbcode_php
  • (3)bbcode_quote
  • (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