Updated forum software in beta
-
- Count Troller
- DT Pro Member: -
Unfortunately, no. The whole browser storage is volatile (tmpfs).
Any idea how to debug the BACK issue? Is it happening to me only? I change the layout, then dive into some thread, then use the browser's BACK function to return and the layout is thumbnail again.
There is also some other bug which crept with some software update long time ago. Initially, if you click on a thread to read the "unread" messages and then go back, it will show as "read". That was nice, logical and useful. After that software update, if you go back the thread will be shown "unread", i.e. the state it was before clicking. As in many other forums. So after couple of dive/back cycles I have to do page refresh just to see what is "unread".
Any idea how to debug the BACK issue? Is it happening to me only? I change the layout, then dive into some thread, then use the browser's BACK function to return and the layout is thumbnail again.
There is also some other bug which crept with some software update long time ago. Initially, if you click on a thread to read the "unread" messages and then go back, it will show as "read". That was nice, logical and useful. After that software update, if you go back the thread will be shown "unread", i.e. the state it was before clicking. As in many other forums. So after couple of dive/back cycles I have to do page refresh just to see what is "unread".
- Halvar
- Location: Baden, DE
- Main keyboard: IBM Model M SSK / Filco MT 2
- Favorite switch: Beam & buckling spring, Monterey, MX Brown
- DT Pro Member: 0051
Seems like both are the same problem -- if you hit the back button, the old page is drawn from the cache without any roundtrip to the server. It's the standard behaviour in browsers.
This could be changed with a cache-control command in the HTTP header:
but I must say I personally prefer to keep control over this as the user myself. No problem to hit F5 if I want to.
I might be alone with that view though.
This could be changed with a cache-control command in the HTTP header:
Code: Select all
Cache-Control: no-cache, max-age=0, must-revalidate, no-store
I might be alone with that view though.
- webwit
- Wild Duck
- Location: The Netherlands
- Main keyboard: Model F62
- Favorite switch: IBM beam spring
- DT Pro Member: 0000
- Contact:
I had that but then this:
http://deskthority.net/deskthority-f17/ ... t6311.html
http://deskthority.net/deskthority-f17/ ... t6311.html
-
- Count Troller
- DT Pro Member: -
Web is not my area of expertise, so I can't comment much with my limited knowledge. The caching seems plausible, although DT before year or so really had the right behaviour for unread topics' icons. Actually, initially that's what caught my attention - a proper behaviour, since the few other forums I frequent do it all wrong.
I understand that controlling layout through user profile settings requires work, but if it happens someday, that'll be the logical place ... IMHO. Subjective as such.
In the worst case, are there objections of keeping the old / thumbnail-less / simple and compact layout the default one (when cookies aren't present)?
I understand that controlling layout through user profile settings requires work, but if it happens someday, that'll be the logical place ... IMHO. Subjective as such.
In the worst case, are there objections of keeping the old / thumbnail-less / simple and compact layout the default one (when cookies aren't present)?
- webwit
- Wild Duck
- Location: The Netherlands
- Main keyboard: Model F62
- Favorite switch: IBM beam spring
- DT Pro Member: 0000
- Contact:
That's why I added it once, I like it too, but as is typical for software design choices, it has pros and cons, just like not doing it has pros and cons.woody wrote:Web is not my area of expertise, so I can't comment much with my limited knowledge. The caching seems plausible, although DT before year or so really had the right behaviour for unread topics' icons. Actually, initially that's what caught my attention - a proper behaviour, since the few other forums I frequent do it all wrong.
- tlt
- Location: Sweden
- Main keyboard: Topre Realforce 105UFW
- Main mouse: Mionix Avior 7000
- Favorite switch: Cherry MX Brown
- DT Pro Member: -
Sorry for just throwing this in here. The new labels in the marketplace gets interpreted as sub categories by Tapatalk so the brows feature is sort of unusable now. I don't use this much but I thought you would like to know.
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
I thought they were supposed to be subcategories … ?
- rindorbrot
- Location: Bavaria, Germany
- Main keyboard: Phantom, GON NerD 2.0 TKL
- Main mouse: Zowie ZA11
- Favorite switch: MX Ergo-Clear, Nixdorf Soft-Touch
- DT Pro Member: 0029
Well for me it looks fine as the subcategories.
But it does not show the "closed" topics correct (the line through the category name is missing).
Also the new quote system with permanent links is broken in Tapatalk. The opening quote tag seems to be missing.
In the browser it works fine though.
But it does not show the "closed" topics correct (the line through the category name is missing).
Also the new quote system with permanent links is broken in Tapatalk. The opening quote tag seems to be missing.
In the browser it works fine though.
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
The line is done as a series of Unicode combining characters (something like U+336 Combining Long Stroke Overlay), e.g. "F—o—r —s—a—l—e—", so clearly that's getting lost in translation somewhere. What's the software like overall at Unicode text?
- webwit
- Wild Duck
- Location: The Netherlands
- Main keyboard: Model F62
- Favorite switch: IBM beam spring
- DT Pro Member: 0000
- Contact:
The difference is there is no All tab (or category), which is a custom mod.
Can't do anything about the strikethrough bug. That's tapatalk.
Can't do anything about the strikethrough bug. That's tapatalk.
- webwit
- Wild Duck
- Location: The Netherlands
- Main keyboard: Model F62
- Favorite switch: IBM beam spring
- DT Pro Member: 0000
- Contact:
I think I managed to fix the quote bug in the tapatalk software at our side.
OLD: '/\[quote(?:="(.*?)")?:'.$uid.'\]/is'
NEW: '/\[quote(?:="(.*?)")?(?:;p=.*?)?:'.$uid.'\]/is'
OLD: '/\[quote(?:="(.*?)")?:'.$uid.'\]/is'
NEW: '/\[quote(?:="(.*?)")?(?:;p=.*?)?:'.$uid.'\]/is'
- tlt
- Location: Sweden
- Main keyboard: Topre Realforce 105UFW
- Main mouse: Mionix Avior 7000
- Favorite switch: Cherry MX Brown
- DT Pro Member: -
yes, that is what I was after. Without the All tab you need to look thought all the sub categories to get an overview and that is too tedious. The sub categories fells more like a filter featurewebwit wrote:The difference is there is no All tab (or category), which is a custom mod.
Can't do anything about the strikethrough bug. That's tapatalk.