Welcome Guest ( Log In | Register )

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

 
post Mar 20 2019, 19:53
Post #501
@43883




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


QUOTE(darkwarlord @ Mar 20 2019, 13:17) *
They unfucked the sites layout, so I'd say they did a fine job.
I guess we need a layout toplist then. More toplist thots to monitor, and it'll be fun with everyone going "my CSS is better than yours". :rolleyes:

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

 
post Mar 20 2019, 20:06
Post #502
zang2



Newcomer
*
Group: Members
Posts: 37
Joined: 27-August 11
Level 464 (Godslayer)


Thanks for the new adjustments! Looking much better than yesterday.

A suggestion. The bolded font and colored border on the date stand out much less on the thumbnail and extended views than on the other two. It could be replaced with this on those:
  • New galleries: different font color on the date
  • Favorited galleries: small border or shadow around the whole item
Demo: [i.postimg.cc] https://i.postimg.cc/rcrV8fzs/border.png
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 20:33
Post #503
Tenboro

Admin




QUOTE(Etheral7 @ Mar 20 2019, 18:49) *

Fixed: [pastebin.com] https://pastebin.com/s4c8pZ57
It seems favorites wasn't using a grid layout anymore for some reason. I just set it to grid.


Oops. Added the scaling rules for favorites.
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 20:41
Post #504
Brufh



Newcomer
*
Group: Members
Posts: 23
Joined: 30-January 10
Level 52 (Journeyman)


Is there a way to have .gl6t not push .gl5t upwards so that .gl5t aligns in all rows? I've been messing with the CSS, but I've been struggling with that.

My current CSS edit: [pastebin.com] https://pastebin.com/1Ey0zznD

(IMG:[i.imgur.com] https://i.imgur.com/ewk25ah.png)

my edit:
(IMG:[i.imgur.com] https://i.imgur.com/maHMNTq.png)

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

 
post Mar 20 2019, 20:48
Post #505
otaku102



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


I couldn't care less about the UI overhaul on desktop i only used desktop version to download new image sets but since I'm blind i cant spot the difference b/w the "bold" date to indicate new galleries since my last visit.

Just please add anything to make it stand out a little more like an underline or a different color pls pls pls anything works
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 20:54
Post #506
Honeycat



Extra Hissy
************
Group: Catgirl Camarilla
Posts: 61,589
Joined: 25-February 07
Level 500 (Godslayer)


How do I fix this?

Main site:
(IMG:[i.imgur.com] https://i.imgur.com/YResQIQ.jpg)

Galleries:
(IMG:[i.imgur.com] https://i.imgur.com/rlLsOZq.jpg)

I tried adjusting the NoSquint and browser zoom but when I do, the text has to be microscopic to make it all fit.

If I adjust the main site text size, it's way too small and if I adjust the galleries, it has to be small as well and it messes up the forum text size. I wish the main site, galleries and forum could be adjusted separately. I don't know how to block text to make the HentaiVerse fit. Extra buttons were added in there and it bumped the HentaiVerse button out of the row.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 20:54
Post #507
Faulks



Lurker
Group: Recruits
Posts: 5
Joined: 7-December 09
Level 46 (Artisan)


QUOTE(Beyond Imagination @ Mar 19 2019, 01:55) *

Cool new features, but can we get the old """glassy""" category buttons back?



seconded
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 20:56
Post #508
Etheral7



Newcomer
*
Group: Members
Posts: 48
Joined: 20-January 11
Level 36 (Apprentice)


QUOTE(Brufh @ Mar 20 2019, 20:41) *

Is there a way to have .gl6t not push .gl5t upwards so that .gl5t aligns in all rows? I've been messing with the CSS, but I've been struggling with that.

My current CSS edit: [pastebin.com] https://pastebin.com/1Ey0zznD

Here is a minimal example:
CODE
.gl3t
{
    height: 290px !important;
    border-radius: 0px !important;
    border: none !important;
}

.gl5t
{
    margin-top: 0 !important;
}

Change the height if it doesn't look right. This extends the image container down so you have to hide the border and remove the radius. You can put the radius on the image itself if you want the rounded corners back.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 21:03
Post #509
Gamerman45



Lurker
Group: Lurkers
Posts: 1
Joined: 21-January 16
Level 175 (Lord)


I like the new looks, but if possible could the feature that showed new content added to galleries and new galleries be put in. It helped keep track of what's actually new, and what's been viewed before.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 21:11
Post #510
Brufh



Newcomer
*
Group: Members
Posts: 23
Joined: 30-January 10
Level 52 (Journeyman)


QUOTE(Etheral7 @ Mar 20 2019, 21:56) *

Here is a minimal example:
CODE
.gl3t
{
    height: 290px !important;
    border-radius: 0px !important;
    border: none !important;
}

.gl5t
{
    margin-top: 0 !important;
}

Change the height if it doesn't look right. This extends the image container down so you have to hide the border and remove the radius. You can put the radius on the image itself if you want the rounded corners back.

Thank you very much.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 21:14
Post #511
Thanks



Newcomer
*
Group: Members
Posts: 30
Joined: 27-April 10
Level 25 (Apprentice)


Not only do you guys mess with a completely fine UI, you also got fucked to CHANGE THE ARTIST CG, GAME CG, AND WESTERN COLORS on panda, but not on the normal site. Good fucking job on making artist CG and manga colors look similar to each other... Just fucking why? To piss people like me off? Good fucking job if that was the intention because it's working beautifully. Room temperature IQs working on bizarre and unnecessary changes. What's next? Another stupid change tomorrow like switching the positions of the apply filter and clear filter buttons?

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

 
post Mar 20 2019, 21:27
Post #512
randym



Lurker
Group: Lurkers
Posts: 1
Joined: 9-June 11


So overall the new layout is fine and tag filters are something I've been wanting for years, BUT

Is it just me or does the site no longer save a "record" of what the most recent stuff you saw last time you were on it was and show "new" next to new stuff added since then? I found that feature very useful and as far as I can tell it seems to be gone now...

Edit: Okay I saw the part about bolded/vs strike through posting times but this doesnt seem to work in minimal view. The bold part does, but the strikethrough time doesnt. Also its much harder to tell the difference than just having the new tag was idk why you got rid of it

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

 
post Mar 20 2019, 21:30
Post #513
xesxesgnik



Nyaruhodo
*******
Group: Gold Star Club
Posts: 1,228
Joined: 28-April 14
Level 500 (Godslayer)


Quick question: If I want to hide watched tags on main, and only have it activated on watched and favorites, what kind of regexp could I use?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 21:32
Post #514
Sachia Lanlus



Regular Poster
*****
Group: Gold Star Club
Posts: 716
Joined: 29-March 15
Level 500 (Ponyslayer)


Excuse me~

I have a suggestion that make the tags in [My Tags] page clickable.
Which means that user can click on the tag, and direct to the search page of that tag.
It will be a very convenient function if it was.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 21:39
Post #515
casurin



Lurker
Group: Recruits
Posts: 5
Joined: 27-March 09
Level 47 (Artisan)


Why is the old design not one of the included options?
I do not like the colors nor the looks of it - it looks about as good as if i tried making the design.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 21:46
Post #516
Mant



Casual Poster
***
Group: Members
Posts: 119
Joined: 4-June 07
Level 238 (Destined)


QUOTE(Juggernaut Santa @ Mar 20 2019, 09:56) *

Preview: [i.imgur.com] https://i.imgur.com/w1FswOd.png

Man, those icons were so good. You only realize how good something was when you lose it.

Round bourders, smooth presentation, colors you can tell one from the other but without being in your face HEY DOUJIN OH CG SET HERE ARE YOU INFORMED YET.

I'm sorry for Tenboro but the new ones just look bad.
This isn't about "getting used to change", it's about coping with a worse version of what we had with no option to return on how it used to be.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 21:51
Post #517
Accdump



Lurker
Group: Lurkers
Posts: 2
Joined: 23-September 16


I also tried to replicate the old thumbnail mode, but I included the old buttons and the "NEW!" icon.
PREVIEW: [i.4cdn.org] http://i.4cdn.org/h/1553109931801.png
CSS: [pastebin.com] https://pastebin.com/s0wd4iAz
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 21:59
Post #518
PMR



Newcomer
*
Group: Recruits
Posts: 15
Joined: 29-June 16
Level 11 (Novice)


Day 2 of admins not replying to people wanting a classic/old layout mode.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 20 2019, 22:04
Post #519
xesxesgnik



Nyaruhodo
*******
Group: Gold Star Club
Posts: 1,228
Joined: 28-April 14
Level 500 (Godslayer)


Not sure CSS counts as userscript, but these oldschool css styles should be listed here as well I think for future usages:

https://forums.e-hentai.org/index.php?showtopic=199743

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

 
post Mar 20 2019, 22:07
Post #520
-Revan-



Newcomer
**
Group: Members
Posts: 60
Joined: 23-June 14
Level 324 (Godslayer)


Day 2: Still hoping that they will change mind and cancel this update, or give us the option to use the previous version.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


41 Pages V « < 24 25 26 27 28 > » 
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: 19th April 2025 - 10:32