Search found 391 matches

by Louis7777
Sun Mar 24, 2019 3:39 am
Forum: [3.x] Style Development
Topic: Ideas. Standard Style Improvements.
Replies: 48
Views: 242789

Re: Ideas. Standard Style Improvements.


take a look at how nodebb handles paging. The design needs some work but essentially what I am refering too.

https://community.nodebb.org/category/3/nodebb-development

It scrolls but updates the dynamic nav in the header. The y also have an issue with reaching the footer which is usually solved ...
by Louis7777
Mon Feb 04, 2019 12:20 pm
Forum: [3.x] Style Development
Topic: Ideas. Standard Style Improvements.
Replies: 48
Views: 242789

Re: Ideas. Standard Style Improvements.


See the context of the reply (= your quote of an image which fills the page)

What's the reason for quoting such a big image? :?



Well yeah, I really needn't quote it but I just felt like really emphasizing it.

Anyway, @warmweer what does posting a long image have to do with pagination? I ...
by Louis7777
Mon Feb 04, 2019 9:46 am
Forum: [3.x] Style Development
Topic: Ideas. Standard Style Improvements.
Replies: 48
Views: 242789

Re: Ideas. Standard Style Improvements.


As you say "do you ever really go that deep on google results? maybe the first two pages that's it." Same with forums really...probably even more so. Again not sure how the implementation will go...

[...]

The fact that we use archaic pagination which is a very complicated and cumbersome process ...
by Louis7777
Mon Feb 04, 2019 4:22 am
Forum: [3.x] Style Development
Topic: Ideas. Standard Style Improvements.
Replies: 48
Views: 242789

Re: Ideas. Standard Style Improvements.


I do not agree also not sure if load more or just lazy loaded is best yet will have to wait to test that later, besides we have a jump to page feature which counters this and it will be a feature that will be configurable anyway.


Can you elaborate on why you think that "load more" is better ...
by Louis7777
Sun Feb 03, 2019 12:01 pm
Forum: [3.x] Style Development
Topic: Ideas. Standard Style Improvements.
Replies: 48
Views: 242789

Re: Ideas. Standard Style Improvements.


see the code here https://github.com/hanakin/chameleon

https://i.imgur.com/lQB0F98.png



I hope that we will never ever have a "load more" button like stupid YouTube and IMDb. :x It makes it impossible to navigate and discover older content. Pagination ftw!

With IMDb, for example, I used to ...
by Louis7777
Sat Jul 14, 2018 12:58 pm
Forum: [4.x] Discussion
Topic: Name of the new style
Replies: 45
Views: 258228

Re: Name of the new style

It's 2018. Let's name it "offended" or "whiteblackyellow" style, for diversity.
by Louis7777
Mon Oct 30, 2017 1:33 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Hide forum (f) variable from topic url
Replies: 40
Views: 165995

Re: [RFC] Hide forum (f) variable from topic url


I just realised that if we visit the same topic with and without f=
The one without does not display the who is online list.
I tried to investigate it, but it called the same functions with the same parameters, ran the same query and got different results :-O

Okay, so we use f= from the URL and ...
by Louis7777
Mon Oct 23, 2017 8:09 am
Forum: [3.x] Discussion
Topic: URL with post number (limits of the feature)
Replies: 7
Views: 97296

Re: URL with post number (limits of the feature)

There's also a known bug with having links in this format viewtopic.php?p=1412530#p1412530 or this viewtopic.php?t=1412530#p1412530 without the "f" parameter. Note that the second format without the fragment is what we have for canonical URL.

The ghost users bug:
https://tracker.phpbb.com/browse ...
by Louis7777
Wed Oct 04, 2017 11:52 am
Forum: [3.x] Style Development
Topic: [Implemented] [Redesign] User Online Banner
Replies: 25
Views: 110377

Re: [Implemented] [Redesign] User Online Banner

It still needs some title / tooltip text when you touch or hover over the dot...
by Louis7777
Tue Oct 03, 2017 10:18 am
Forum: [3.x] Discussion
Topic: ACP UX Improvements
Replies: 36
Views: 181085

Re: ACP UX Improvements

Roles and Permissions are accessed from multiple places. They could have a simpler ajaxified UI.

(image below is from PrestaShop v1.7.*)

Image