My problem:

When building complex posts/blogs that feature multiple images and lots of copy I use "Image Assist" to integrate pictures into the post. This always creates double nodes: The node that contains my post with all the images. And the separate images as individual node. So far no problem; I just don't publish these separate image nodes.

The problem starts when I load the post and look at the images using lightbox. There is this little caption that says "View image details". When someone clicks on that the unpublished image node will load. That just look very ugly.

So is there a way to deactivate "View image details". Or do you have another solution?

Best wishes,

Paul.

Comments

stella’s picture

Status: Active » Fixed

On admin/settings/lightbox2 you can configure the "View Image Details" text. If you leave this box empty, then the link won't appear.

Cheers,
Stella

paul_constantine’s picture

Perfect!

That worked out super. Now why did I think of this?

Many thanks, Paul.

codevoice’s picture

How is this done in the 5.x version? There is no field for that text in admin/settings/lightbox2

stella’s picture

thehandyman: it's the same method in Drupal 5. What version are you using?

Shane Birley’s picture

Perhaps there should be some text in there like:

"If you leave this field blank, the link will not appear."

stella’s picture

Done.

Shane Birley’s picture

Have I ever mentioned how cool you are? Thanks! I thought it was the simplest solution.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

ncameron’s picture

Just to clarify, the link is /admin/settings/lightbox2/automatic

stella’s picture

The link is admin/settings/lightbox2 in the latest release.

Released in Lightbox2 6.x-1.9 and 5.x-2.9.

Cheers,
Stella

bjsomers’s picture

Is there a way to make this setting different by field or node type?

dunx’s picture

Link for 6.x-1.11 version of this is under "Text Settings" at: /admin/settings/lightbox2

rogeriodec’s picture

1) Install "CSS Injector" module
2) Create the following code:

#lightbox2-node-link-text {
display: none !important;
}