|
Member
(04-24-2012, 07:52 PM)
|
#803
|
![]() (04-24-2012, 07:56 PM)
|
#804
|
|
formerly "chigiri"
(04-24-2012, 11:44 PM)
|
#806
Huh? You can go to the end of a thread by pressing the > arrow on a thread, unless you've got that set to First Unread in your preferences. Or am I misunderstanding you?
|
|
Member
(04-25-2012, 03:34 AM)
|
#810
http://userstyles.org/styles/browse/neogaf?page=1
Its le dark. blue and black http://userstyles.org/styles/11830/n...black-and-blue |
|
Member
(04-25-2012, 04:10 AM)
|
#811
|
|
Member
(04-25-2012, 07:39 AM)
|
#815
Works fine for me on mobile Safari.
|
|
Member
(04-25-2012, 07:53 AM)
|
#816
|
|
Member
(04-25-2012, 08:04 AM)
|
#817
Mobile GAF works pretty well on my Nintendo Wii, but I'm to report that there's an issue with the search function in the main page that was maybe overlooked during the testing stage: since there is not a "search" clickable button, once I write something in the text field I am stuck there, so instead I always have to go for advanced search.
It's not a big deal yet since everything is so smooth and cool this could be easily fixed I suppose. |
![]() (04-25-2012, 09:37 AM)
|
#818
Apologies if this has been addressed, but the Go To First Unread Post arrow for each thread in my Subscriptions list no longer does this; it takes me to the last page of the thread now (like it used to). For the record, I'm using iCab browser (iPad). Any idea why this isn't working?
|
|
formerly "chigiri"
(04-25-2012, 09:42 AM)
|
#819
The GAF globe takes you one step up in the hierarchy eg. thread > forum section > main list. Or just use the menu at the top right to go to your preferred section directly.
Last edited by Tunesmith; 04-25-2012 at 09:44 AM.
|
|
φίλω ἐξεχέγλουτον καί ψευδολόγον οὖκ εἰπόν
(04-25-2012, 02:07 PM)
|
#822
|
|
And then the LORD David Bowie saith to his Son, Jonny Depp: 'Go, and spread my image amongst the cosmos. For every living thing is in anguish and only the LIGHT shall give them reprieve.'
(04-25-2012, 03:11 PM)
|
#824
I noticed on the Vita browser that the goto last unread doesn't work the first time you click, it just puts you on the last page. But when you hit back then click again, it does. Weird.
|
|
φίλω ἐξεχέγλουτον καί ψευδολόγον οὖκ εἰπόν
(04-25-2012, 09:10 PM)
|
#825
Urg! I'm sure the answer is no, but is there anyway to stop the site from constantly trying to lock you on a specific post while the page is loading various images and whatnot?
I don't mind things moving around in general, but you pretty much can't read the thread at all unless you stop things from loading all-together. I love "go to last unread", but sometimes it's crazy rough in pic heavy threads. I know I could turn off image loading automatically as a workaround...hoping there might be a way to have the browser jump you to a post once and stop trying after that instead of constantly relocking. |
![]() (04-25-2012, 09:53 PM)
|
#828
I think you guys are realizing now why I held off on adding that feature for so long. :p |
|
Member
(04-26-2012, 01:22 AM)
|
#831
|
|
Junior Member
(04-26-2012, 03:56 AM)
|
#832
|
|
Banned
(04-26-2012, 07:55 PM)
|
#834
Evilore: this isn't really related to mobile gaf, more to prime gaf.
On mobile gaf if your settings are set to not show pictures, you can still do "click to show". Is it possible to add this to gaf prime? Right now it's just links, which open up in new windows. |
|
Member
(04-27-2012, 03:08 AM)
|
#837
|
|
Faster, stronger, smarter and has a wife who plays more games than you
(04-27-2012, 03:43 AM)
|
#839
It turns out Apache (and, more relevantly for us, Nginx) let you implement rewrite rules that check for the existence of a cookie, though. (I knew this about Apache, but I didn't realize Nginx had the same capability when everything actually got set up.) So it might be worthwhile for us to try to move the redirect to rewrite rules to speed things up in the future.
|
|
Banned
(04-27-2012, 04:08 AM)
|
#841
[img] http://db.tt/foHz3Whm [/img]
Any chance of getting something like this for subscribed threads?
Last edited by Copernicus; 04-27-2012 at 04:11 AM.
|
![]() (04-27-2012, 05:20 AM)
|
#842
|
|
.....wat!?
(04-27-2012, 09:11 AM)
|
#843
I mentioned it because sometimes on slow connections having to wait for a page to load up fully, only to have it redirect on pageload can be annoying. Actually from the looks of it the script doesn't even need to be at the bottom, it can be moved to the HEAD for a quicker redirect. Rewrite rules would be a cleaner option though.
There basically need to be the following rewrite rules: IF (desktop useragent) AND (domain = m.neogaf.com) rewrite to www.neogaf.com IF (mobile useragent) AND (domain = www.neogaf.com) AND (forceDesktop not set) rewrite to m.neogaf.com Code:
// redirect to desktop if on m.neogaf.com on desktop
RewriteCond %{HTTP_USER_AGENT} [desktop-user-agent-regex-you-can-find-online]
RewriteCond %{HTTP_HOST} ^m\.neogaf\.com$
RewriteRule ^(.*)$ http://www.neogaf.com/$1 [R=permanent,QSA,L]
// redirect to mobile if on www.neogaf.com and on mobile user agent and forceDesktop not found
RewriteCond %{HTTP_USER_AGENT} [mobile-user-agent-regex-you-can-find-online]
RewriteCond %{HTTP_HOST} ^(www\.)?neogaf\.com$
RewriteCond %{HTTP_COOKIE} !^.*forceDesktop.*$ [NC]
RewriteRule ^(.*)$ http://m.neogaf.com/$1 [R=permanent,QSA,L]
Last edited by Zeppu; 04-27-2012 at 09:25 AM.
|
|
.....wat!?
(04-27-2012, 05:32 PM)
|
#846
Select "No Email Notification" under Default Thread Subscription Mode Go to: http://www.neogaf.com/forum/subscription.php Done. |
|
Member
(04-27-2012, 05:38 PM)
|
#847
Just wanted to say I think the mobile site is great. Been using it since it first rolled out. I've never tried the secondapp site, so it was completely new to me. But, I adjusted to it very quickly, and I prefer it to browsing the full site on my iPhone. Being able to reveal spoilers was my most pleasant surprise, and I appreciate the ability to skip to the bottom of the page as well as refresh from the bottom. Before, on the iPhone, I would have to skip to the top for a refresh, then scroll all the way back down to wear I left off reading. And of course, everything is easier to read without having to zoom in and out.
Thanks! |