Welcome Guest ( Log In | Register )

41 Pages V « < 27 28 29 30 31 > »   
Closed TopicStart new topic
> Feature Update: Revamped gallery listings, tag watching/flagging/hiding, etc, No major updates in 462 0 days

 
post Mar 21 2019, 05:03
Post #561
Maximum_Joe



Legendary Poster
***********
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11
Level 500 (Dovahkiin)


Adjusted, ty.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 05:15
Post #562
vimtutor



Lurker
Group: Recruits
Posts: 9
Joined: 14-April 13


QUOTE(vimtutor @ Mar 20 2019, 18:37) *

The new gallery list is click-jacking every title link and preventing middle-click from opening in a new tab.

I don't understand why it's using onclick handlers at all to try to poorly emulate the standard behavior of an <a> tag. The only point seems to be to make the whole table cell clickable, but that can be better done by, for example, inverting the internal <div> and <a> tags, removing the onclick, and tweaking the CSS. Even better would be to not try to make the whole cell clickable in the first place.


In further testing, this breaks middle-click in Safari but not in Firefox.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 05:20
Post #563
Zeheart



Active Poster
*******
Group: Members
Posts: 1,490
Joined: 15-December 09
Level 341 (Godslayer)


I'm not a fan of how the thumbnail preview pops up on hovering the bar/slot vs when it would pop up on title hover from the search page. Kinda blocks seeing the timestamps and bookmarks if you were scanning down the list but I guess you could just move the mouse left.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 06:48
Post #564
NiGHTS4life



Newcomer
**
Group: Members
Posts: 55
Joined: 23-August 11
Level 24 (Beginner)


QUOTE(Maximum_Joe @ Mar 20 2019, 21:06) *

It should for both Extended and Thumbnail viewing modes.


Still looks the same to me. I set it at 75%. Do I have to clear the cookie to make it work?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 07:46
Post #565
Mawile



Newcomer
*
Group: Gold Star Club
Posts: 11
Joined: 2-November 10
Level 343 (Godslayer)


New gallery button icons, Doujinshi, Manga, etc. Man I feel old. Guess they're easier to click on and off on I suppose?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 10:02
Post #566
otaku102



Lurker
Group: Lurkers
Posts: 2
Joined: 11-August 17
Level 24 (Apprentice)


Minor CSS fix which makes the new galleries posted actually stand out and can help distinguish b/w favorite border colors: [pastebin.com] https://pastebin.com/ABkrSK05

Screenshot
New Galleries: [puu.sh] https://puu.sh/D38wh/e3f3c00c90.png
Favorites: [puu.sh] https://puu.sh/D38xb/5cffc3f647.png

Install styler browser extension and copy paste css.

for ex site.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 10:54
Post #567
Tenboro

Admin




QUOTE(vimtutor @ Mar 21 2019, 04:15) *

In further testing, this breaks middle-click in Safari but not in Firefox.


Middle clicks aren't supposed to trigger onclick, so this seems to be a bug in Safari if so.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 11:14
Post #568
Stereo



Lurker
Group: Gold Star Club
Posts: 2
Joined: 12-September 08
Level 39 (Journeyman)


Is there possibility to create additional tag sets? Or is it planned for future?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 11:31
Post #569
@43883




************
Group: Gold Star Club
Posts: 31,482
Joined: 6-March 08
Level 500 (Newbie)


Not a priority at the moment. You can have up to 100(0) tags you can "monitor"; if you need more than that, you need to
QUOTE(Shadow Weaver @ Jan 28 2009, 11:08) *
be less horny.


BOSS EDIT
QUOTE(Tenboro @ Mar 21 2019, 10:36) *
Not saying it won't happen ever, but new hath perks won't be added until I refactor how hath perks work internally so they actually unlock when you buy them rather than at some indeterminable point in the future.
Translation: Please be patient as this is not a trivial change.

This post has been edited by 43883​: Mar 21 2019, 12:57
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 12:27
Post #570
happiestmerchant



Newcomer
*
Group: Recruits
Posts: 10
Joined: 23-December 14
Level 68 (Master)


Probably already been posted, but bolding for new galleries on ex or something as there used to be would be nice.

This post has been edited by happiestmerchant: Mar 21 2019, 13:04
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 12:35
Post #571
genl



Casual Poster
***
Group: Members
Posts: 190
Joined: 17-January 11
Level 54 (Expert)


QUOTE(Tenboro @ Mar 20 2019, 13:04) *
QUOTE(genl @ Mar 20 2019, 00:48) *

Also, not going to remove that [user-select: none] still?

On what, specifically?

Clickable things with text (e.g. titles, uploaders, dates).

See https://forums.e-hentai.org/index.php?s=&am...t&p=5377983

Specifically, this:
CODE
.glt>tbody>tr{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}


This post has been edited by genl: Mar 21 2019, 12:42
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 12:59
Post #572
@43883




************
Group: Gold Star Club
Posts: 31,482
Joined: 6-March 08
Level 500 (Newbie)


CODE
.glt>tbody>tr{-webkit-user-select:unset;-khtml-user-select:unset;-moz-user-select:unset;-ms-user-select:unset;user-select:unset !important}
And then it no longer was a problem?

EDIT: My bad, got your point. Thanks for the clarification.

This post has been edited by 43883​: Mar 21 2019, 13:53
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 13:45
Post #573
genl



Casual Poster
***
Group: Members
Posts: 190
Joined: 17-January 11
Level 54 (Expert)


QUOTE(43883​ @ Mar 21 2019, 13:59) *

CODE
.glt>tbody>tr{-webkit-user-select:unset;-khtml-user-select:unset;-moz-user-select:unset;-ms-user-select:unset;user-select:unset !important}
And then it no longer was a problem?

EDIT:
I know I can apply custom CSS. But I've pointed out already that it should not be there in the first place. There is no good reason for restricting user's ability to select text there.

This post has been edited by genl: Mar 21 2019, 13:48
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 14:09
Post #574
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14
Level 500 (Ponyslayer)


While doing something, saw "Western" and "Artist CG" categories on ordinary galleries, and I still think black text (or another color than white) would definitely be an improvement.

edit: oh right, for My Tags, those with color of #00FF00 (Western green) should get black text too if possible.

This post has been edited by uareader: Mar 21 2019, 14:13
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 14:43
Post #575
cs987987



笑看牆國人礦小粉紅
*********
Group: Gold Star Club
Posts: 7,152
Joined: 11-March 12
Level 500 (Ponyslayer)


QUOTE(Tenboro @ Mar 20 2019, 20:36) *

- Added a thumbnail scaling option under My Settings. This can be used to scale thumbnails on the Thumbnail and Extended gallery views between 75% and 150%.

Can it use on all mode, include the Minimal and Compact.
not only used on the Thumbnail and Extended
I still think the thumbnails too big in the Minimal mode and Compact mode
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 16:35
Post #576
@43883




************
Group: Gold Star Club
Posts: 31,482
Joined: 6-March 08
Level 500 (Newbie)


QUOTE(happiestmerchant @ Mar 21 2019, 10:27) *
Probably already been posted, but bolding for new galleries or something as there used to be would be nice.
Bolding likely doesn't happen for galleries past the "new" interval. Checking the actual interval.

Exactly 1 hour apparently so nope. (For a more accurate and helpful answer, please kindly summon Tenboro.)

This post has been edited by 43883​: Mar 21 2019, 16:37
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 16:46
Post #577
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14
Level 500 (Ponyslayer)


Attempt to get back the favorites icon in thumbnail mode in the fjords:
CODE
div[id^="posted_"][style^="border-color:#000"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -2px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#f00"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -21px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#fa0"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -40px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#dd0"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -59px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#080"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -78px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#9f4"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -97px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#4bf"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -116px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#00f"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -135px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#508"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -154px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

div[id^="posted_"][style^="border-color:#e8e"]::before {
    background-image:url(https://ehgt.org/g/fav.png);
    background-position:0px -173px;
    width:15px;
    height:15px;
    left: -16px;
    content:" ";
    position: absolute;
}

Definitely need more work, but lots of tricky parts are dealt with.
Now I can go die sleep.
I hate CSS and web design (IMG:[invalid] style_emoticons/default/dry.gif)

edit: fixed the links to use the images url of normal e-hentai, so should be usable now.
Sorry I died fell asleep before realizing the issue of previous version of code.

This post has been edited by uareader: Mar 21 2019, 22:51
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 17:23
Post #578
inkarian21



Newcomer
*
Group: Recruits
Posts: 18
Joined: 5-June 11
Level 13 (Novice)


Got a problem with thumbnail view (my default viewing style) since your new update on tablet. Used to be 4 columns but now its 1 and the texts overlap.

I'm fine with new buttons but this ui bug is making browsing impossible. Any comment how this would be fixed?

Edit: Also noticed the settings bar at the top is completely gone. "Front page" is a dead link where nothing happens if I click it except "Watched" flashes under it for a second for before disappearing.

[i.ibb.co] [i.ibb.co] https://i.ibb.co/fk1pKMs/image.jpg

This post has been edited by inkarian21: Mar 21 2019, 22:56
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 17:26
Post #579
@43883




************
Group: Gold Star Club
Posts: 31,482
Joined: 6-March 08
Level 500 (Newbie)


Yes. Fix that screenshot before a mod does it for you.

Looks fine here and it's 8 years old.
(IMG:https://forums.e-hentai.org/uploads/post-43883-1553183395.png)

This post has been edited by 43883​: Mar 21 2019, 17:50
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2019, 17:49
Post #580
GermanPlasma



Subscribe to Pewdiepie
*****
Group: Gold Star Club
Posts: 571
Joined: 4-October 15
Level 377 (Godslayer)


So any chance that rating filtering can be reverted as non-second stage filter?

Before you would have a full page of similar rated galleries and you could see the fitting amount of pages for the ratings, but now the pages just get summed together for some reason and you need to click through way more pages since some pages have barely any content at all.

Or is this a way to make us buy the hath perks for page enlargement?
I'd really like to have the ratings back like they used to be, at least give us a way to apply a non second stage filtering for it, just like tags have it
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


41 Pages V « < 27 28 29 30 31 > » 
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 10th April 2025 - 09:44