Mobile interface
Started by
ColorlessHuman
, Mar 06 2013 11:30 AM
5 replies to this topic
#1
Posted 06 March 2013 - 11:30 AM
The mobile interface seriously needs a "page selection" option in threads. Otherwise it just shows the "next" and "previous" buttons. Browsing through long threads like this is really troublesome. I'd be glad if you could provide an option for jumping to any particular page or jumping to the first and last page within a topic.
#5
Posted 08 March 2013 - 11:17 PM
It's easy to implement a page jump. Here is a rudimentary version:
<div align="center" style="padding-bottom: 10px;">
<input type="text" id="jump" style="width: 2em; height: 1.3em; text-align: center;" />
<a onClick="var jumpd = document.getElementById('jump').value; var curpage = document.URL.replace(/http(.*?)\/topic\/(.*?)\//, 'http$1/topic/$2/page-' + jumpd + '#jump'); curpage = curpage.split('#jump')[0]; document.location.href = curpage;" style="cursor: pointer; margin-left: 5px;" class="button">Jump to Page</a>
</div>
Edited by Makaze, 10 March 2013 - 02:50 PM.
- gametaka likes this
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users














