hey Kriesi,
I followed your instruction, to create a link instead of a image popup.
The code had 1 error, (missing some <?php ?> tags, but I think i sucessfully modified it, at least its working.
I used this code in your portfolio_template: http://pastie.org/1073253
And I used a new custom field called new_link ( on every post)
The problem is, this modifies the portfolio template in a way I don't want at all.
I'm using this new portfolio as a category chooser, when you click on image I'll link to another portfolio page with the actual images.
As so, I need to keep both, the new portfolio and the original portfolio.
Can you advise me with that, or maybe another workaround to have small thumbs on a page linking to different portfolios?
this is what i want to accomplish:
http://www.brunotereso.net/temp/help.png
and I was thinking on something like: (inside template file)
if ( $link == null)
old code goes here
else
new code
but I'm not a php programmer so I'm lost.