Hi,
Not quite sure how to ask this so its clear...after clicking on an image in the album, you get taken to the page with just the image. Then you can click on the image for it to display full size in your browser (I think this is for downloading). Anyway...I'd like to disable the link so on the page that shows the image there is no link when you click on the image (i.e. nothing happens). How do I accomplish this?
Thanks!
Open the file image.php in your /themes/default folder. Around line 38-40 you will see:
" title="">
Delete
" title="">
and the
so your line 38-40 should look like:
Save and upload, replacing existing image.php which you should backup as image.php.old or some other name like that as a precaution.
SORRY SORRY. I pasted the wrong thing in. This is the correct version:
Open the file image.php in your /themes/default folder. Around line 38-40 you will see:
" title="">
From line 39 delete
" title="">
and the
so your line 38-40 should look like:
Save and upload, replacing existing image.php which you should backup as image.php.old or some other name like that as a precaution.
Sorry for the multiple posts. Turns out the forum is blocking hyperlinks so here is the last attempt with backticks.
Open the file image.php in your /themes/default folder. Around line 38-40 you will see:
' " title=""> '
From line 39 delete
' " title="">'
and the
so your line 38-40 should look like:
'
'
Save and upload, replacing existing image.php which you should backup as image.php.old or some other nam