[REQUEST] Forum layout > Path in footer? - About xda-developers.com

Am I the only one who hates having to scroll back to the top of a thread in order to reload the subforum I was in? If you've gone through more than one page hitting the Back button doesn't take you there, and if you display any sizable number of posts per page you could be scrolling a while to get back to the path links in the header.
Every other forum I've ever used has a footer at the bottom of thread listings just for this purpose; is there a reason it's omitted on xda?

Related

[Q] Forum Display

Hi,
Is there a way to only diplay the forum categories that you'd like to view instead of the whole list everytime? I'm just thinking that this would put less stress on the server as well as save some bandwith/time.
Thanks!
You can hide the content of a forum (you'll have just the title of the forum) by clicking on the arrow at the right end of the title.
What I have is a bookmark folder on my browser toolbar with all my individual forums set up as a shortcut. This way I can go straight to a particular forum. Just a suggestion

Newb Programming Question

Firstly, I apologize for so a terribly novice question; I have looked and googled but part of my problem is I believe I am asking the question wrong.
So, I am just trying to build a VERY simple wp7 program. Main page would have several buttons, which pressing would take you to a page with information on the topic of the button you just pushed, and with another button back to the home screen. Again, very simple. For example, it could be an app of The Rolling Stones, and each button would be a link to a band member's small bio. Nothing too fancy, just dipping my toes.
My problem is I cannot find the action I need to attribute to a button. I can build the home screen and add buttons and text easy enough, and make the other "pages" or screens, but I do not know how to make the button navigate to those pages. And every search I do results in explanations of how to add web links, which is not what I want to do.
Sorry for the newb question, but I appreciate all responses and advice.
There are several ways to do the job:
1. - Define "Click" event for Button (double click on button in designer or on events properties);
- Add "using System.Windows.Navigation;" at the top of your main page .cs file;
- Add "NavigationService.Navigate(new Uri("/NewPage.xaml", UriKind.Relative));" to the "Click" event handler
2. - Open you page in Expression Blend;
- In the "Assets" (left top corner) window select "Behaviors";
- drag "NavigateToPageAction" to your button;
- fill "TargetPage" property (at the right top corner)
3. You may also manually edit your page.xaml source (see the source changes after using method 2)
Put any Button on the Page, simply Double Click that button, this will generate by Default a Click Action Event Handler, in this write the following
NavigationService.Navigate(new Uri("PageName.xaml", UriKind.Relative));
also, you should NOT add buttons to go back, developers are encouraged to have users using the hardware key for going back as you are simply adding more and more to the Navigation Stack which is responsible for keeping track of the users Navigation through Apps, kind of like your Web Browser, you navigate to google,. then 10 pages later, and if you navigate back by URL rather than the built in "GoBack" function for the browser, you end up clicking the back button a hundred times going forward to the page you stopped looking for information then to every page in between which you navigated through to get to that information, it just uses more Memory and for a users experience you should not use buttons that go back let the user control the flow
Good luck on your app mate

Return to forum (thread) listing?

Am I missing some way to easily navigate back to the forum page when I'm at the bottom of a thread of postings?
vBulletin (that's not what we're using here, right?) has a dropdown at the bottom of every page where you can select a forum to navigate to, and by default it always has the current forum being read already selected, so you can just hit GO.
Here in XDA I get to the bottom of a page and can't figure out how to get back to the topic listing, except by going back to the top of the page, and clicking on the forum name in the forum->subforum->threadTitle navigation.
This is very cumbersome.
Pressing the BACK button on the keyboard is certainly an option, but this suffers from not updating the topic listing page, so I can't easily see which threads have new posts since I last visited them.
Sorry for the small novel explaining this.
If you use Chrome then you could use the XDA Toolbar (see my sig), made by one of the handsome and witty intelligent devs of this very site
It currently has a "Jump to top of page" button on it, which will halve your problem, but there will be a release soon that will include the ability to double-click that very same button and go to the parent forum (exactly like what you're asking for). The advantage of this is that you have to be neither at the top or bottom of the page to use it.
If you don't use Chrome, get used to pressing the home key a lot
Thanks for the response! Yes, I found the 'top' line quite a while ago, but never thought of using the home key. That helps a lot.
I look forward to the upgrade!

new 2015 theme issues, possibility to get the old 2015 theme back?

it looks like the forum theme has just been updated, and I have 2 issues with it.
I'm using "Atlas" on android 5.1.1.
first a visual glitch: when a tap or mouse-over happens on a thread name in a thread list it adds extra space, causing the layout of the entire list to jump around.
this is particularly disruptive when using a mouse or an "air view" capable device.
and then a matter of convenience: device forum lists used to contain only a device description followed by a list of subforums.
now there's an extra-large list of the 4 most active threads between the device description and subforum list, which adds an entire screen's height of content to scroll through.
and each subforum link is followed by links to the 5 latest threads making a single subforum take up a full screen's height, instead of fitting all subforums on 1 screen.
this results in too much scrolling for me.
I'd like to revert to the old 2015 theme, but unfortunately there's no option for this in the theme selector.
is there any way I can get the more compact and less jumpy 2015 theme back?
@bitpushr is our server admin. He might be able to help with these issues.
We haven't pushed out any big changes to the 2015 theme - just incremental changes - so there isn't a way to 'go back'. I will pass your feedback along and also we should have a fix since it sounds like that first issue is a bug.
So the "jumping around" issue is fixed.
The device forum list: we just rolled out some "jumps" that let you more quickly get to a desired section. We still need to clean up the design a bit, but it looks like this: https://goo.gl/Ft32HO
Another option you always have is to use previous templates, like 2013 or 2010. You can change with the template switcher in the bottom left corner of each page here on the forums
the jumping is indeed fixed.
the "forum jumper" however unfortunately makes the scrolling worse for me.
what could perhaps work is if opening a link from a "forum jumper" in a new tab would open the entire subforum, while clicking/tapping it would scroll down to the preview like it does now.
and old themes aren't exactly an option on phones because they don't adjust to the screen width, and unfortunately after the "death" of opera mobile there aren't any browsers left that can do these adjustments by themselves.
edit: i thought of another solution, though it would probably take quite some work.
a minimize buttons like on the forums main page, which hides the "recent threads", and make it folded out on desktop and minimized on phones by default.
i've also included an image showing the amount of scrolling needed to go through a device page on a phone with a 1440x2560 screen.
that's about 13/14 screen heights, 33.000-35.000 pixels tall.
apparently the edit screen for these comments allows for link parsing and attachments while they aren't actually possible in comments.
http://imgur.com/WtRRqxB
that is the image i was referring to(i hope).

New forum design is yet another step down

XDA has the least user-friendly forum design I've seen. It has nothing to do with advertisements. Whenever I click the search icon or click the text box for searching a thread or forum, it uses Algolia instead of the far superior built-in vBulletin search engine. Finding a particular forum is a pain in the ass because the newest devices of the day displace links to more useful forums like "General" and whatnot.
This new design is no improvement. Up in the left-hand corner of the top nenu bar, you could click a dropdown menu to view your own posts, any new PMs that have been received, and replies to your own posts. Now, there is some dinky little link that says "Notifications", but brings you to a page without notifications! There is a dot next to "Notifications" for me that says I have 3, but all it does is bring me to my user control panel where NO replies to my posts are shown. It doesn't even reset the unread notification count.
Who the hell designs this website's UI?
My notification dot keeps filling up and never sets back to 0.
No more Mentions or Quotes too, what happened to these? Please put back...
I know you all are trying it's much appreciated but the layout is to Bloated looking, like the News drop down, with the images and bold font, the design is really old looking, sorry to say...
Thin/Light Sleek for Text and UI...
The old layout was fine, it worked.
Please keep this to one thread, thanks: https://forum.xda-developers.com/general/about-xda/xda-interface-issues-t3875934

Categories

Resources