Problem inatalling and viewing
Posted: 21 Dec 2012, 00:48
Hi Stoker
I have a question.. is this mod compatible with phpBB SEO Ultimate SEO URL, because i seem to have a small issue, and cant seem to figure it out, i had installed the mod and when i click on an image to make it larger it only lets me do it once then it wont let me resize it again,,,
The reason i choose this mod is because the ReIMG Image Resizer doesnt let you click next for the next photo and this mod does, weather its an attachment or img tag,
when installing it tells me to find
and replace with
so i went to look to find my code and its totally different I dont want to take something out of the code thats suppose to be their and could cause this issue not sure
mine has something called file comment clean in it
I have a question.. is this mod compatible with phpBB SEO Ultimate SEO URL, because i seem to have a small issue, and cant seem to figure it out, i had installed the mod and when i click on an image to make it larger it only lets me do it once then it wont let me resize it again,,,
The reason i choose this mod is because the ReIMG Image Resizer doesnt let you click next for the next photo and this mod does, weather its an attachment or img tag,
when installing it tells me to find
Code: Select all
<dt><a href="{_file.U_DOWNLOAD_LINK}"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}" /></a></dt>
and replace with
Code: Select all
<dt><a href="{_file.U_DOWNLOAD_LINK}/{_file.DOWNLOAD_NAME}" rel="prettyPhoto[pp_gal{_file.THUMB_POST_ID}]"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}" /></a></dt>
Code: Select all
<dt><a href="{_file.U_DOWNLOAD_LINK}"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="<!-- IF _file.COMMENT_CLEAN -->{_file.COMMENT_CLEAN} / {_file.DOWNLOAD_NAME}<!-- ELSE -->{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}<!-- ENDIF -->" /></a></dt>