Root0101 Posted May 22, 2009 Posted May 22, 2009 I remember that there was once a thread that teach you how to enable back the top button just by a simple edit with the CSS style sheet. Anyone here can point me to that thread? Or do I have to submit a ticket to the technical support? :) PS: I'm not here to argue on whether to bring back the "TOP" button. I do respect the developer's decision.
Graeme S. Posted May 22, 2009 Posted May 22, 2009 This might help: http://www.invisionmodding.com/index.php?autocom=tutorials&article=550
sunrisecc Posted May 22, 2009 Posted May 22, 2009 This might still be valid.http://forums.invisionpower.com/topic/281679-hey-wheres-the-top-button/page__view__findpost__p__1786906
bfarber Posted May 22, 2009 Posted May 22, 2009 http://resources.invisionpower.com/index.php?appcomponent=cms&module=articles&component=articles&article=7674 Feel free to update the article, etc.
Malefickus Posted May 24, 2009 Posted May 24, 2009 After checking out the article, and attempting the edit myself, I've noticed a couple of things. [*]The "Top" button gets placed at the end of the buttons on the right side of the post_controls area, instead of by the "Report" like it was in 2.3.x [*]There is no image associated with it, so it just comes out as words on a button. I was able to fix those by adding in a replacement variable, and able to line it up on the left side instead of the right with the following change from: You could then edit the HTML as you see fit to add in your own little image. I ended up with: <a href='#top' title='{$this->lang->words['back_top']}'>{parse replacement="top_button"}{$this->lang->words['back_top']}</a> </li> And this is the end result: I don't know if I should post it as a "bug" since I don't know if it would be considered as one, but I did do an update to the article bfarber made detailing these extra steps to get that familiar feel back to it. ul.post_controls li.report, ul.post_controls.left li { float: left; } to: ul.post_controls li.report, ul.post_controls li.top, ul.post_controls.left li { float: left; } <li class='top'>
bfarber Posted May 26, 2009 Posted May 26, 2009 I wouldn't post it as a bug. I've updated the CSS file, but for the image I would just update the article at the resource site. :)
Mark H. Posted June 26, 2009 Posted June 26, 2009 That tutorial at invisionpower is flawed somehow. Likely just outdated. I made the edits suggested, (and yes I've checked them. Twice.) and now the forum looks like the lo-fi skin. With luck I can undo it. Then I'm going to use the one bfarber linked to here on invision. Hope that works better.....
sunrisecc Posted June 26, 2009 Posted June 26, 2009 I did the original change proposed by Brandon. It was simple to implement and works. Since then the article has been amended to allow a graphic. I haven't tried that extra stuff yet.
Quillz Posted June 26, 2009 Posted June 26, 2009 [quote name='RainbowViper' date='25 June 2009 - 06:26 PM' timestamp='1245979581' post='1814637'] That tutorial at invisionpower is flawed somehow. Likely just outdated. I made the edits suggested, (and yes I've checked them. Twice.) and now the forum looks like the lo-fi skin. With luck I can undo it. Then I'm going to use the one bfarber linked to here on invision. Hope that works better..... Yup, happened to me, too. Luckily my installation was stock, so all I had to do was revert the CSS, the template and delete the replace image. But it seems the updated instructions posted a few posts above mine works properly.
Yorkshireman Posted June 26, 2009 Posted June 26, 2009 The Back to Top link certainly doesn't belong where it has been put in IP.Board 3. I fail to see the logic for the move. It was happy in the post area. :( If it ain't broke, why fix it? :unsure: Anyway, at least there's a tut. :D
Mark H. Posted June 26, 2009 Posted June 26, 2009 EDIT: Sorry, what I reported about blank saves isn't doing it now. Weird.
Jamer Posted June 27, 2009 Posted June 27, 2009 It is now right at the bottom left "Back to Top" but its of no use there, needs to be where it used to be next to the report button
Recommended Posts
Archived
This topic is now archived and is closed to further replies.