Member
Member
Soleil   2008-08-13, 21:27
#1
Is it possible to apply some layout to the page showing the full-size iamge ? For instance background, centering of the image, navigation,etc. ? If yes how ?

Thanks a lot in advance for the answer.
Member
Member
sbillard   2008-08-13, 21:39
#2
You would have to create a custom page script and link to that script in place of the full image link.
Member
Member
Soleil   2008-08-14, 03:50
#3
Thank you for your prompt answer.

However I am not sure where this [i]full image link[/i] is ?

Do you mean : `"><?php printDefaultSizedImage(getImageTitle()); ?> ` in the image.php page ?
Member
Member
macalter   2008-08-14, 04:21
#4
Hey, Soleil, if you figure out a script, would you share? I've asked the same question but am clueless with php scripting. My custom page failed miserably.
Member
Member
Soleil   2008-08-14, 07:40
#5
Of course, macalter, I'll share the script. But I have first to get an answer to my question about the location of this [i]full image link[/i]. Or do you know the answer ?
Administrator
Administrator
acrylian   2008-08-14, 08:40
#6
`<a href="<?php echo getFullImageURL();?></a>` is the full image link.
Member
Member
Soleil   2008-08-18, 04:35
#7
Thanks a lot acrylian. Unfortunately I cannot find out how `http://www.mysite.com/....../album../image....jpg?p=*full-image`is formed. I guess I would have to replace `p=*full-image`by a new page. Or did I not understand your instruction well?
Administrator
Administrator
acrylian   2008-08-18, 08:12
#8
Well, the full image is actually not on a page, it's just the full image. You would have to create a new theme page where you call the full image on. You would have to pass the full image url to that page with $_POST or $_GET.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.