Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-24-2016, 03:55 PM
nelsantiago nelsantiago is offline
 
Join Date: May 2016
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default go to new post link

If I want to add a go to last post like
Code:
?goto=newpost
to the end of a search result, how would I go about doing that?

Here's the page in question
http://www.vdubaddiction.com/forums/splashpage

my users would like to have the latest topic links go to the last response. I know the code above will do that. But I'm not sure where to put it.

Thanks!
Reply With Quote
  #2  
Old 05-24-2016, 04:01 PM
noypiscripter's Avatar
noypiscripter noypiscripter is offline
 
Join Date: Jul 2013
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The >> icon in the Last Post column already does that.
Reply With Quote
  #3  
Old 05-24-2016, 04:13 PM
nelsantiago nelsantiago is offline
 
Join Date: May 2016
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm aware of that. They'd like the link itself to do that. Just like phpBB can.
Reply With Quote
  #4  
Old 05-25-2016, 06:10 AM
noypiscripter's Avatar
noypiscripter noypiscripter is offline
 
Join Date: Jul 2013
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to create a template hook at footer_before_body_end hook location. Then the template code to use is below:

Code:
<script>
(function($) {
	var $container = $('#widget_182');
	if ($container.length) {
		$('.go-to-last-post', $container).each(function() {
			var $this = $(this),
				$postTitleLink = $this.closest('.js-topic-item').find('.js-topic-title');

			$postTitleLink.attr('href', $this.attr('href'));
		});
	}
})(jQuery);
</script>
That will update the URL of the post title to be the same as that of the Go to Last Post icon. This will apply to the "Latest Updated Topics" module only which has id of widget_182. If you want to apply it everywhere, then just change:

Code:
var $container = $('#widget_182');
to:

Code:
var $container = $('.topic-list-container');
Reply With Quote
Благодарность от:
nelsantiago
  #5  
Old 05-25-2016, 12:49 PM
nelsantiago nelsantiago is offline
 
Join Date: May 2016
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do I need to clear the cache on the board cause that did nothing. Hopefully I followed the instructions correctly. See below

Reply With Quote
  #6  
Old 05-25-2016, 05:51 PM
noypiscripter's Avatar
noypiscripter noypiscripter is offline
 
Join Date: Jul 2013
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to create a new template named go_to_last_post under the theme/style that you're using and paste the code there not in that last field (Hook Arguments) which you should leave empty.
Reply With Quote
Благодарность от:
MarkFL
  #7  
Old 05-25-2016, 07:16 PM
nelsantiago nelsantiago is offline
 
Join Date: May 2016
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You sir, Are a genius! that was it. Sorry it wasn't clear that I had to make those two separately. Worked like a charm. Thank you. One last question. So now that it's going to last post, what would I need to do to make it go to last unread post? BTW This thread should be helpful to sooo many people. I've seen this question asked a lot of times in the archives with no real solution until now. Fantastic!
Reply With Quote
Благодарность от:
MarkFL
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 04:10 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.04357 seconds
  • Memory Usage 2,223KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (3)post_thanks_box_bit
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete