The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
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> Code:
var $container = $('#widget_182'); Code:
var $container = $('.topic-list-container'); |
Благодарность от: | ||
nelsantiago |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|