Idea
Page 1 of 1
sausje
Banned



Posts: 17716
Location: Limboland, Netherlands
PostPosted: Fri, 3rd Jun 2011 17:56    Post subject: Idea
Images that automatically resize and then open as link of you click on them.


Donno if this was suggested before, or if its even possible with this phpBB version.

But it seems to me its allot easier then just spoilering the damn things all the time Razz


Edit: and while im here, why is my image in the sig never working? :S


Proud member of Frustrated Association of International Losers Failing Against the Gifted and Superior (F.A.I.L.F.A.G.S)
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73196
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Fri, 3rd Jun 2011 17:59    Post subject:
Even a "max-width" & "max-height" should work. Wink
Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Fri, 3rd Jun 2011 18:03    Post subject:
5 minutes work really, I third this!
Back to top
sausje
Banned



Posts: 17716
Location: Limboland, Netherlands
PostPosted: Fri, 3rd Jun 2011 18:04    Post subject:
Donno why this was never brought up tho o.O


Proud member of Frustrated Association of International Losers Failing Against the Gifted and Superior (F.A.I.L.F.A.G.S)
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73196
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Fri, 3rd Jun 2011 18:12    Post subject:
Werelds wrote:
5 minutes work really, I third this!

Well, unless someone uses IE6 or 7. Laughing

Then you need to write an expression in the CSS to resize according to AR of the image. Laughing
Back to top
SycoShaman
VIP Master Jedi



Posts: 24468
Location: Toronto, Canada
PostPosted: Fri, 3rd Jun 2011 18:44    Post subject:
I can help................by bring coffee for the coders...Very Happy


Back to top
dingo_d
VIP Member



Posts: 14555

PostPosted: Fri, 3rd Jun 2011 18:49    Post subject:
You mean clickable thumbnail? Usually there is an option for that on your image host...


"Quantum mechanics is actually, contrary to it's reputation, unbeliveably simple, once you take the physics out."
Scott Aaronson
chiv wrote:
thats true you know. newton didnt discover gravity. the apple told him about it, and then he killed it. the core was never found.

Back to top
sausje
Banned



Posts: 17716
Location: Limboland, Netherlands
PostPosted: Fri, 3rd Jun 2011 19:59    Post subject:
Those clickable that a host give ya dont link directly to the image, this personally annoys the shit out of me: Thumbnail -> Host website -> full image.

Just fucking annoying.


Proud member of Frustrated Association of International Losers Failing Against the Gifted and Superior (F.A.I.L.F.A.G.S)
Back to top
PumpAction
[Schmadmin]



Posts: 26759

PostPosted: Fri, 3rd Jun 2011 20:18    Post subject:
I'm against it Smile I like being able to embed pictures INTO the page.


=> NFOrce GIF plugin <= - Ryzen 3800X, 16GB DDR4-3200, Sapphire 5700XT Pulse
Back to top
TSR69
Banned



Posts: 14962
Location: Republic of the Seven United Provinces
PostPosted: Fri, 3rd Jun 2011 20:22    Post subject:
What irritates me is pictures with a huge width that completely deface a page of a thread, forcing you to use the horizontal slider to read some text. I guess that can be avoided by an enforced:
Code:
[imgwidth=1024]...[/img]
Back to top
Veki




Posts: 381
Location: Croatia
PostPosted: Fri, 3rd Jun 2011 20:31    Post subject:
sausje wrote:
Those clickable that a host give ya dont link directly to the image, this personally annoys the shit out of me: Thumbnail -> Host website -> full image.

Just fucking annoying.


You can replace link in thumbnail to point directly to image instead of host webpage.
I use Imageshack and I do that when I post images on forums. The only problem is when I want to post only one image as Imageshack doesn't give you direct link when you upload one image.
But when I have lots of images it works great. Smile

Example : http://www.nfohump.com/forum/viewtopic.php?p=1299482#1299482


Beware of he who would deny you access to information, for in his heart he dreams himself your master.
Commisssioner Pravin Lal
"U.N. Declaration of Rights"
Back to top
sausje
Banned



Posts: 17716
Location: Limboland, Netherlands
PostPosted: Fri, 3rd Jun 2011 20:32    Post subject:
PumpAction wrote:
I'm against it Smile I like being able to embed pictures INTO the page.


How about 2 BB codes then, 1 spoilers them as full image, other automatically resize?


@Veki

Ofc you can do that, but it takes time with allot of pics.
This would work faster for future references.


Proud member of Frustrated Association of International Losers Failing Against the Gifted and Superior (F.A.I.L.F.A.G.S)
Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Fri, 3rd Jun 2011 20:46    Post subject:
iNatan wrote:
Werelds wrote:
5 minutes work really, I third this!

Well, unless someone uses IE6 or 7. Laughing

Then you need to write an expression in the CSS to resize according to AR of the image. Laughing

No need, just do it in PHP. It's not exactly advanced maths, is it Wink

Content gets parsed anyway (unless Rinze has hacked some proper caching into phpBB2, which I doubt Razz), so just parse it to redirect all images from user content to a PHP script which then dynamically resizes if necessary. We do that on our sites, user will never even notice Smile
Back to top
Veki




Posts: 381
Location: Croatia
PostPosted: Fri, 3rd Jun 2011 21:50    Post subject:
Quote:
@Veki

Ofc you can do that, but it takes time with allot of pics.
This would work faster for future references.


I made myself this little program to to just that. And I think there are some browser plugins that do the same thing.
http://www.mediafire.com/?lv2uks21b3r8m24


Beware of he who would deny you access to information, for in his heart he dreams himself your master.
Commisssioner Pravin Lal
"U.N. Declaration of Rights"
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73196
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Fri, 3rd Jun 2011 22:11    Post subject:
Werelds wrote:
iNatan wrote:
Werelds wrote:
5 minutes work really, I third this!

Well, unless someone uses IE6 or 7. Laughing

Then you need to write an expression in the CSS to resize according to AR of the image. Laughing

No need, just do it in PHP. It's not exactly advanced maths, is it Wink

Content gets parsed anyway (unless Rinze has hacked some proper caching into phpBB2, which I doubt Razz), so just parse it to redirect all images from user content to a PHP script which then dynamically resizes if necessary. We do that on our sites, user will never even notice Smile

Yes, but that creates an unnecessary strain on the system. And a few abuses ("posting 10000000000000x100000000000 images for the fun of it because we can now") would bring the server down. There are also different resizing mechanisms; which do you apply? Bicubic? Bilinear? Unnecessary. Anything that can be done on the client should be done on the client. Smile
Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Fri, 3rd Jun 2011 22:18    Post subject:
No, because you'd cache the resized images Smile

Max-width can be used as well of course, but I'm not sure whether any IE picks that up properly yet, last I checked it still caused "flickering" in that piece of shit Razz

Then again, I don't know what the most common browsers on the hump are, I can imagine there being enough dumb fucks still on IE, we do have a console section after all Cool Face
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73196
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Fri, 3rd Jun 2011 22:21    Post subject:
Nope, IE6 and IE7 don't support max-* Laughing
But a "width: exression(...); height: expression(...);" according to AR does the trick well.
Back to top
sausje
Banned



Posts: 17716
Location: Limboland, Netherlands
PostPosted: Sun, 12th Jun 2011 00:04    Post subject:
So any word on this? Sad


Proud member of Frustrated Association of International Losers Failing Against the Gifted and Superior (F.A.I.L.F.A.G.S)
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Site Feedback
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group