futbolli
|
Problem with photoshttp://www.FutbolliShqiptar.net
On the right column when I click the thumbnail of the last uploaded photo, it doesn't send me to the photo in the album.
|
Symon
|
Re: Problem with photos | futbolli wrote: | http://www.FutbolliShqiptar.net
On the right column when I click the thumbnail of the last uploaded photo, it doesn't send me to the photo in the album. |
| Quote: | | You must give the (myfree/myfast/myfine)forum.org link to your forum. A link should be given to the problem if at all possible. Do this whether you think it is important or not. |
|
futbolli
|
i'm sorry I assumed it was the same thing, just a redirect.
http://futbolli.myfreeforum.org/index.html
|
admin (no pm's please)
|
The portal expects {MYFF.GALLERY} to be in the web page the link directs to, instead it is in the template and so where the link goes does not work.
This can be avoided by altering the cms_gallerylatest.tpl template.
In place of "{gallerylatest_row.gallerylatest_column.THUMBNAIL_URL}
you can use:
"index.php?component=gallery&{gallerylatest_row.gallerylatest_column.THUMBNAIL_URL_PARAMS}"
which will go where you direct.
|
futbolli
|
| admin (no pm's please) wrote: | The portal expects {MYFF.GALLERY} to be in the web page the link directs to, instead it is in the template and so where the link goes does not work.
This can be avoided by altering the cms_gallerylatest.tpl template.
In place of "{gallerylatest_row.gallerylatest_column.THUMBNAIL_URL}
you can use:
"index.php?component=gallery&{gallerylatest_row.gallerylatest_column.THUMBNAIL_URL_PARAMS}"
which will go where you direct. |
Done, thanks a lot admin.
|
|
|