ashishkranjan / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

"older" & "newer" at top #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like dabr to do?

Repeat the "older" & "newer" links at the top of the screen.

[Sometimes, I need to find a tweet which I know is a few screens away,
backwards or forwards, and have to scroll down, on my hone, to the bottom
of each intermediate page to use the "older" & "newer" links. It would be
great not to have to do all that scrolling, especially on my phone. Same
applies to followers & friends lists, search results, etc.]

How would you prefer dabr to do it?

Simply repeat the same links as found at the foot of the page, perhaps
between the top navbar and the text entry box; otherwise after that box.

Original issue reported on code.google.com by pigsotwing on 22 Dec 2009 at 10:59

GoogleCodeExporter commented 9 years ago
Which phone or browser do you use? The majority of phones have a quick way of 
scrolling. In Opera Mini it's #3 or something. For Blackberry I believe you can 
hit 
space a few times. Some phones can also handle the accesskeys for the paging 
links, 
although that's rare.

Summed up, it's something that is occasionally asked for but has a negative 
effect on 
more users than it helps.

Original comment by david.carrington on 22 Dec 2009 at 1:24

GoogleCodeExporter commented 9 years ago
I use the Nokia N95, but I believe the need would be common to all Nokia devices
using their native browser.

What negative effects would this cause?

If others also request this, but harmful to some, perhaps it (and other such
features) could be made user-configurable?

Original comment by pigsotwing on 22 Dec 2009 at 3:10

GoogleCodeExporter commented 9 years ago
@pigsotwing see my request #60. I understand where you're coming from! It's 
very 
annoying. 

If it can't be changed for all- I run dabr on my own server but I havent got a 
clue how 
i would ammend, can anyone advise what I would need to do?

Original comment by deg...@gmail.com on 19 Feb 2010 at 12:56

GoogleCodeExporter commented 9 years ago
you'd need to call theme_pagination() before and after the theme_xxx in every 
method
that returns a timeline. and theme_list_pagination() for the lists.php

Original comment by ldoug...@gmail.com on 22 Feb 2010 at 11:48

GoogleCodeExporter commented 9 years ago
Done it thanks. I've only ammended in the home screen. Gives a bit of blank 
space at 
the top (status_form and theme_pagination together) but I can live with that 
until I 
have time to suss it out.

Useful if you need to press Older at the top to go back a couple of pages then 
newer as 
you back through them. Mind you you've still got to scroll to the bottom tweet 
to read 
them in reverse order though! 

Original comment by deg...@gmail.com on 1 Mar 2010 at 11:20