Jump to content

Suppressing lighbox in posts?


opentype

Recommended Posts

  • 1 year later...

Thank you for your answer, but it's not exactly what I need.

What I want is that a click on an image posted in a forum just directly open the image (in the current windows or another windows, and if possible at 100% of its size).

In other world, by default, the code for an image in a forum is :

Quote

<a class="ipsAttachLink ipsAttachLink_image" href="xxxxxx" data-fileid="xxxx" rel="" data-ipslightbox="" data-ipslightbox-group="xxxxx">
<img class="ipsImage ipsImage_thumbnailed" data-fileid="xxxxx" src="xxxxx" alt="xxxxxx">
</a>

I would like to modify the code by this :
 

Quote

 

<a  href="xxxxxx" data-fileid="xxxx" rel="">
<img class="ipsImage ipsImage_thumbnailed" data-fileid="xxxxx" src="xxxxx" alt="xxxxxx">
</a>


 

BUT ... I don't find where to modify this code ! (I know how to personalise HTML/CSS in themes, and I did personnalized many themes, but I don't find where is this code that I would like to modify :(

Thank you VERY much for any help ...

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...