Stormlilly Posted February 7, 2018 Posted February 7, 2018 (edited) Could this be added to make IPS more user friendly on phones? The scrolling that needs to be done on phone devices is mammoth and there's no easy way up to get back to the top. Anyone else struggle with this? The only addon in Marketplace I could find is from 2015 and no longer compatible. Edited February 7, 2018 by Stormlilly zyx, tigerhome de, OptimusBain and 2 others 3 2
LiquidFractal Posted February 7, 2018 Posted February 7, 2018 I use @guyroch's EZ Scroll Top plugin, which works just fine on every browser on my Android phone: SeNioR-, Stormlilly and Jordan Miller 2 1
MMXII Posted February 7, 2018 Posted February 7, 2018 I also want to advocate for a "To Top Button" (again). I know about the possibility to use plugins, but in my opinion this should be part of the core software. Stormlilly, Passingby, GazzaGarratt and 2 others 5
Stormlilly Posted February 8, 2018 Author Posted February 8, 2018 On 07/02/2018 at 7:14 PM, MMXII said: I also want to advocate for a "To Top Button" (again). I know about the possibility to use plugins, but in my opinion this should be part of the core software. Absolutely. LiquidFractal 1
Stormlilly Posted February 8, 2018 Author Posted February 8, 2018 (edited) Thanks heaps for sharing @liquidfractal, I've added this today. Very easy. Edited February 8, 2018 by Stormlilly LiquidFractal 1
guyroch Posted February 11, 2018 Posted February 11, 2018 On 2/6/2018 at 9:39 PM, liquidfractal said: I use @guyroch's EZ Scroll Top plugin, which works just fine on every browser on my Android phone: Thank you LiquidFractal 1
OptimusBain Posted February 8, 2021 Posted February 8, 2021 On 2/7/2018 at 10:14 AM, MMXII said: I also want to advocate for a "To Top Button" (again). I know about the possibility to use plugins, but in my opinion this should be part of the core software. Agree totally. It should be s built-in functionality.
zyx Posted February 8, 2021 Posted February 8, 2021 (edited) Agreed! Would be very handy to have this built in. 🙂 Edited February 26, 2021 by theipsguy
Jordan Miller Posted February 8, 2021 Posted February 8, 2021 I'll take this feedback back to the team. I would imagine it might not get a big push though because there is a plugin for those who are looking for that functionality. 🙂
Joel R Posted February 9, 2021 Posted February 9, 2021 2 hours ago, Jordan Invision said: I'll take this feedback back to the team. I would imagine it might not get a big push though because there is a plugin for those who are looking for that functionality. 🙂 IPS has created multiple features that duplicated existing features in the Marketplace. I've lost count how many third-party mods they've cannibalized: letter avatars, clubs, reactions, membergroup colors, etc. Their latest feature of Anonymous Accounts existed in the Marketplace for many years, so this reasoning is totally irrelevant. zyx 1
Scott Allen Posted March 4, 2021 Posted March 4, 2021 On 2/8/2021 at 3:34 PM, Jordan Invision said: I'll take this feedback back to the team. I would imagine it might not get a big push though because there is a plugin for those who are looking for that functionality. 🙂 Is there a plugin? Because the only one I've seen linked or when I search says it is not updated for 4.3+ I've been trying to make my own, but not exactly familiar with IPS as opposed to old school traditional website structure. I've made a custom HTML and CSS for my theme, but not exactly sure where to implement it so the 'Back to Top' appears globally. Was also playing around with a script that would fade in a 'Back to Top' button when the user scrolls down, but again, not sure how to implement this globally. An old friend said something about putting it "in the main wrapper" but again, does not know IPS and neither do I, on that level. tigerhome de 1
Featured Comment Nathan Explosion Posted March 4, 2021 Featured Comment Posted March 4, 2021 12 minutes ago, Scott Allen said: Is there a plugin? Because the only one I've seen linked or when I search says it is not updated for 4.3+ MNOfficial, Scott Allen, Zdeněk Tůma and 1 other 3 1
MNOfficial Posted March 5, 2021 Posted March 5, 2021 7 hours ago, Nathan Explosion said: One of the best plugins ever created!
Woodsman Posted March 6, 2021 Posted March 6, 2021 I never did like the back to top with sliders so I created my own with no slide much easier on my old eyes. Jordan Miller 1
Scott Allen Posted March 10, 2021 Posted March 10, 2021 On 3/6/2021 at 9:49 AM, Woodsman said: I never did like the back to top with sliders so I created my own with no slide much easier on my old eyes. Same here. I wanted options that were not available, so ended up using an open source script and modifying it for our theme. I don't want to keep the actual script in my globalTemplate, tho... Do I need to take the site offline and put it in developer mode to add my own custom JS script file so that I can just use something like this in the globalTemplate? <script src="JS/VgBackToTopButton.js"></script> or can this be done by creating a new .js at: Pages > Page Management > Templates (New > Add Javascript file) And if the answer is 'yes' to the first or second part, can anyone help with what the path to that would be? I read the Guide here, but had questions likely from not knowing if I'm even barking up the right tree. This is outside my wheelhouse, but I've been diving into HTML/CSS/JS this year to make some cool things for our site, and I'm totally willing to learn if anyone can steer me in the right direction here. Much appreciated and thanks for the help!
bfarber Posted March 11, 2021 Posted March 11, 2021 14 hours ago, Scott Allen said: Same here. I wanted options that were not available, so ended up using an open source script and modifying it for our theme. I don't want to keep the actual script in my globalTemplate, tho... Do I need to take the site offline and put it in developer mode to add my own custom JS script file so that I can just use something like this in the globalTemplate? <script src="JS/VgBackToTopButton.js"></script> or can this be done by creating a new .js at: Pages > Page Management > Templates (New > Add Javascript file) And if the answer is 'yes' to the first or second part, can anyone help with what the path to that would be? I read the Guide here, but had questions likely from not knowing if I'm even barking up the right tree. This is outside my wheelhouse, but I've been diving into HTML/CSS/JS this year to make some cool things for our site, and I'm totally willing to learn if anyone can steer me in the right direction here. Much appreciated and thanks for the help! If this is for all themes, a plugin which imports your JS is your best bet. If this is for a specific theme, go to the themes management area in the AdminCP and click the dropdown arrow next to your theme, then choose Manage Resources. Upload the javascript file, and then the table will show you the resource tag to use to point to that file's URL. You can then import this into your template using something like <script src='{resource...}'></script> Scott Allen and Jordan Miller 2
Morgin Posted March 12, 2021 Posted March 12, 2021 The only reason I would say this is redundant is that both iOS and Android have built in capability to do a quick scroll to top. In iOS it’s universally just tapping the top of the screen. Android has a few different implementations but you can set it up with a gesture in any event. I understand that a button is super easy, but in this case it does seem like replication of native OS behavior. Ryan Ashbrook and FZ 1 1
nodle Posted October 1, 2021 Posted October 1, 2021 Bumping this, it's 2021, I am sure IPS could code this in a day and add it to a release with a simple toggle option in the ACP with an option for some .CSS coloring. Yes I know there are addons for it, but I think it's time to add it in the base code and theme.
Randy Calvert Posted October 1, 2021 Posted October 1, 2021 It’s not about being hard to do. It used to be in early versions of IPB and was removed. I believe the reasoning was to simplify the user interface, especially on mobile devices. I would not hold my breath on this happening. If this is one of those oddball features that is super important to you, instructions exist on how to add it yourself. WP V0RT3X 1
blackcab.th Posted October 18, 2023 Posted October 18, 2023 @guyroch Does this plugin still exist for 4.4x users?
teraßyte Posted October 18, 2023 Posted October 18, 2023 This one probably works with 4.4 too, but you should double-check with the developer just in case: https://v0rt3x.dev/files/file/8-back-2-top/ Since the file is available from the developer's site, you'll be able to download it without being restricted by the 4.7 version check of the marketplace. WP V0RT3X 1
Robert Angle Posted October 19, 2023 Posted October 19, 2023 I can confirm that Back 2 Top 1.0.2 by V0RT3X still works on the latest version if IPS 4.7.xx. We have it installed on our communities. WP V0RT3X 1
Management Charles Posted October 19, 2023 Management Posted October 19, 2023 Two years later and people still don't know how to get back to the top of a web page on their devices? The Internet must be a confusing bottom-of-page place. Randy Calvert, Aiwa, Marc and 7 others 1 9
guyroch Posted October 26, 2023 Posted October 26, 2023 (edited) On 10/18/2023 at 9:31 AM, blackcab.th said: @guyroch Does this plugin still exist for 4.4x users? Here ya go. This should run well on 4.4 and up to the latest 4.7.x as well. https://1drv.ms/u/s!AlkpoKUiQwwznPFaoIXvY6w7QxpPvA?e=bLwjoy @Moderators: not sure if it's allowed to post a OneDrive external link to share a free plugin, please remove if this is a violation of the TOS. Edited October 26, 2023 by guyroch fikg, Joel R and blackcab.th 1 2
Recommended Posts
Posted by Nathan Explosion,
Recommended by Jordan Miller4 reactions
Go to this post