Can we have a 'back to the top' button/link on pages please. My members are asking for this as they find it really useful. Would it also be possible to have a breadcrumb trail at the bottom of each page too - both of these would be very helpful especially for long pages.
Announcement
Collapse
No announcement yet.
Back to the top and breadcrumbs
Collapse
X
-
You'll need to put these in the tracker:
vB5 Improvement request
vB5 New Feature
However, for a simple "Back to top" link, see Wayne's blog HERE - shows you exactly how to do this using the new template hook system in vB5.MARK.B
vBulletin Support
-
I have the back to top link on my experiment with VB 5, it works well for me too.
By the way,Originally posted by humpty View PostWould it also be possible to have a breadcrumb trail at the bottom of each page too - It would be very helpful especially for long pages.
- - - Updated - - -
I see you have already done it, good stuff.......
Comment
-
Originally posted by humpty View PostAnyone any ideas why the back to the top link doesn't work? See post #5Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Try it out at www.just4joe.com - there's no errors being flagged, the link is just dead as though it were plain text.
Comment
-
Originally posted by Mark.B View PostThe link is not actually a link, something is wrong there.
Please raise a support ticket for my attention, and include an admin cp login in the "Sensitive Data" section, and I'll take a look for you.
The function doesn't work because it is missing text. The words ^Back to Top should be enclosed in a DIV with the ID of toTop. It seems the blog entry ate part of the code for some reason. I am sorry about that.
The last line of the template should be:
HTML Code:<div id="toTop">^ Back to Top</div><div class="clear"></div>
HTML Code:<style> #toTop { float:right; } div#toTop:hover { cursor: hand; cursor: pointer; } #toTop:after {clear:both;} </style> <script type="text/javascript"> $(function() { $(window).scroll(function() { if($(this).scrollTop() != 0) { $('#toTop').fadeIn(); } else { $('#toTop').fadeOut(); } }); $('#toTop').click(function() { $('body,html').animate({scrollTop:0},800); }); }); </script> <div id="toTop">^ Back to Top</div><div class="clear"></div>
Last edited by Wayne Luke; Tue 15 Jan '13, 9:56am.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Originally posted by humpty View PostWould it also be possible to have a breadcrumb trail at the bottom of each page too - both of these would be very helpful especially for long pages.
I like the idea of having the breadcrumbs on the top of the page, but I would also like to have them at the bottom of the page. With vB5 it is very simple to do. I love the way hooks work. If you also would
Comment
Related Topics
Collapse
-
by rhensbeen waiting for a back to top feature, and havent seen it in the tracker. this is something i think vB5 needs to have....perhaps in the floating bar?
-
Channel: vBulletin 5 Connect Feedback
Tue 17 Sep '13, 2:25pm -
-
by DemOnstarForgive me for asking but I visit JIRA a lot and I see so many people helping to develop VB5, whether it be Bugs, New features, Improvement requests, etc.. I have even added a selection myself, no problem....
-
Channel: vBulletin 5 Suggestions
Fri 8 Feb '13, 3:50am -
-
by MIWASAhey guys i can not find any podcast settings for VB5 ? am i geting that old or is it not in 5.1.0 ? according to the manula it is but seems that part of the manual is from 4 ?
thanks...-
Channel: Support Issues & Questions
Tue 22 Apr '14, 7:13am -
-
by axinosHello folks,
In a vb5 installation with multiple styles, is there a way to access them directly with a url from the front-end?
For example, in vb4 you could view the forum with...-
Channel: Support Issues & Questions
Mon 19 Aug '13, 5:45am -
-
by IcEWoLFhttp://www.dragonbyte-tech.com/blogs...rs-corner-287/
I thought I would share this with you guys for the people...-
Channel: vBulletin 5 Connect Feedback
Fri 12 Oct '12, 6:55pm -
Comment