Nucleus Support Forum Index

Find on the forum:
any terms  all terms  Advanced Search

RSS 2.0
Browse posts: Unanswered | Mark all read

« »
Loading Nucleus FAQ ticker...
Post new topic Reply to topic
Author Message
Rod
Nucleus Disciple


Joined: 01 Jul 2005
Posts: 133

Post Posted: Sun Jul 17, 2005 11:31 am   Post subject:
Reply with quote

Ok it works Smile

however a little "bug" (which isn't ...)

Aspect ratio is OK, but Vertical pics are BIGGER than Horizontal Pics : it would be cool to maintain the aspect ratio by adding "HEIGHT = SAME VALUE WIDTH" ...

otherwise ... perfect !!!

Funny you live Budapest, we'll go at Sziget ...

Back to top

View user's profile Send private message
e-Musty
Nucleus Addict


Joined: 15 Oct 2003
Posts: 63
Location: Budapest, Hungary

Post Posted: Sun Jul 17, 2005 12:03 pm   Post subject:
Reply with quote

Sziget is a great jamboree, everyone should visit it at least once. Smile

So you mean you would like images taller than the defined maximum width be proportionally resized so that their height is equal to the max width? That is, if you set 200 as max width, you would like your 150px wide and 300px tall images be resized to a height of 200px, don't you?

_________________
e-M

Back to top

View user's profile Send private message Visit poster's website
Rod
Nucleus Disciple


Joined: 01 Jul 2005
Posts: 133

Post Posted: Sun Jul 17, 2005 12:23 pm   Post subject:
Reply with quote

if you go to
http://www.sortons.net/nucleus/

You can see vertical pics are BIGGER than horizontal pics Smile

Ratio are
- Horizontal : 180x120
- vertical : the theory would be 120x180 (the same ratio, but vertically), but we have 180x240

Another thing : the scaling is quite bad : possibility to have options to use your option, GD2 and (better) ImageMagick ?!

I must admit put the options in Blog parameters is a big big idea.

Back to top

View user's profile Send private message
e-Musty
Nucleus Addict


Joined: 15 Oct 2003
Posts: 63
Location: Budapest, Hungary

Post Posted: Sun Jul 17, 2005 1:25 pm   Post subject:
Reply with quote

I see and I'll add the firstly mentioned option to the plugin soon. Mentioning the other, I'll have to take a closer look to those plugins to find out what kind of code to output for those plugins. But it's a good idea.
_________________
e-M

Back to top

View user's profile Send private message Visit poster's website
Rod
Nucleus Disciple


Joined: 01 Jul 2005
Posts: 133

Post Posted: Sat Aug 20, 2005 2:04 pm   Post subject:
Reply with quote

I up again the requests : indeed, I have a 8mb/s adsl, it's very fast ... but when you read the lists of articles under, it's quite low to load the pics (which are not thumbs, but scale ORIGINAL pics and ... when you have about 10 pics with 90 ko/s per pic, it's quite heavy to load)

Back to top

View user's profile Send private message
e-Musty
Nucleus Addict


Joined: 15 Oct 2003
Posts: 63
Location: Budapest, Hungary

Post Posted: Sun Aug 21, 2005 3:07 pm   Post subject:
Reply with quote

Rod wrote:
I up again the requests : indeed, I have a 8mb/s adsl, it's very fast ... but when you read the lists of articles under, it's quite low to load the pics (which are not thumbs, but scale ORIGINAL pics and ... when you have about 10 pics with 90 ko/s per pic, it's quite heavy to load)


Hi Rod,

In this case you should consider using another plug-in providing thumbnailing function or create the thumbs yourself and use pop-ups to show your pics. You can use, for example, NP_HandyPopup to turn images into links to pop-up images.

e-m

_________________
e-M

Back to top

View user's profile Send private message Visit poster's website
Rod
Nucleus Disciple


Joined: 01 Jul 2005
Posts: 133

Post Posted: Mon Aug 22, 2005 12:19 am   Post subject:
Reply with quote

Hummmmmmmmmmm ... I have the both plug in installed ... how can I change this ?

Back to top

View user's profile Send private message
e-Musty
Nucleus Addict


Joined: 15 Oct 2003
Posts: 63
Location: Budapest, Hungary

Post Posted: Mon Aug 22, 2005 8:55 am   Post subject:
Reply with quote

Rod wrote:
Hummmmmmmmmmm ... I have the both plug in installed ... how can I change this ?


I'm afraid I don' understand what you would like to do. Could you try to tell me in more detail, Rod?

_________________
e-M

Back to top

View user's profile Send private message Visit poster's website
Rod
Nucleus Disciple


Joined: 01 Jul 2005
Posts: 133

Post Posted: Mon Aug 22, 2005 10:51 am   Post subject:
Reply with quote

I try I try ... but when you aren't english, it's not simple to tell simply a request Smile

So ...

your plugin is great, but I would like thumbs (stored, or created on the fly, I have a powerful dedicated server, so it's not a problem).

You tell to me I can "have" this wish with handypopup ... which is installed in my plugin folder too.

So ... to have a system thumb + popup with THIS plugin, which code have I to change ?

(hoping it's clearer)

Back to top

View user's profile Send private message
e-Musty
Nucleus Addict


Joined: 15 Oct 2003
Posts: 63
Location: Budapest, Hungary

Post Posted: Mon Aug 22, 2005 11:23 am   Post subject:
Reply with quote

Yeah, now I see you.

So if you would like to have thumnbail files with lower sizes for decreased page size, and you would like to use Handypopup for popups, you have to create the thumbs yourself and upload those as you do with your regular images.

The code is

Code:
<%popup(bigfile|bigX|bigY|popupWindowTitle|smallfile|smallX|smallY|hoverText)%>


where bigfile is the normal picture of width of bigX and height of bigY and smallfile is the thumbnail file.

For this to work, you have to go to your blog's settings, scroll down the settings to Options for NP_HandyPopup, and there you have to check the Yes radio button for the Convert earlier occurrences of <%popup%> option.

If you regularly post a lot of bigger images and therefore would be tired of manually thumbnailing those, there are a couple of thumbnailing plug-in which you can find in the Nucleus Plugin Catalog.

The way I deal with the issue is that I create thumbs manually (with Irfanview, but there are dozens of similar stuff capable to bulk-convert images) and then in the new post's page in Nucleus I simply insert those as normal images (click on the Image button, click Upload new image, then I select the uploaded image). I upload and insert first the big image, then the thumbnail, so I get the following code:

Code:

<%image(bigfile|bigx|bigy|popupTitle)%><%image(thumb|thumbx|thumby|popupTitle)%>


Then all I have to do is to replace the first image with popup and replace )%><%image( with a | so I get the right code:

Code:

<%popup(bigfile|bigx|bigy|popupTitle|thumb|thumbx|thumby|popupTitle)%>


Hope it helps,
cheers.
e-m

_________________
e-M

Back to top

View user's profile Send private message Visit poster's website
Post new topic Reply to topic
Display posts from previous:   

Goto page Previous  1, 2, 3  Next

Page 2 of 3

All times are GMT + 1 Hour

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 © 2001, 2002 phpBB Group