I am using Drupal 7 and colorbox module with Views 3. In my view i have an image field. Right now based on my settings when I click the image it can either go to the content or open the image itself in colorbox. What I want to achieve is maybe have a button (or a link?) at the bottom right corner of the image, when this button is clicked, image opens in colorbox, if image itself is clicked, it brings you to the content (node page).
How can I achieve this?
1) in you view .. select from FORMAT show: Field
2) insert your field you want .. in this example I will add image, global text, colorbox trigger
3) now will you open a page/overlay page for selected fields
a) on image filed, set a this Link image to content, this will be redirect you to content, if you need another page or fixed page (not a content) ..etc, you can chage rewrite result -> check Output this field as a link and set you link or replace patterns ...
b) in global text filed just set Show Image, we declare a normal div to set custom button
c) now colorbox trigger you can change Trigger field to your global text or (you can select any other field to do trigger), and in Popup set a REPLACEMENT PATTERNS for image like [field_cms_image]
and save ...
good luck