Image - Next page Photo link - Photo Albums - uCoz System management and tuning - uCoz Community
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in


We are in the second round! Let's keep voting!

Page 1 of 11
uCoz Community » uCoz System management and tuning » Photo Albums » Image - Next page Photo link (Click to view next photo - Code Provided)
Image - Next page Photo link
christiDate: Friday, 2009-06-19, 7:43 Pm | Message # 1
Newbie
Group: Users
Messages: 6
Awards: 0
Reputation: 0
Status: Offline
Is there a way to be able to go to the next photo in the photo album just by clicking on the current image?

If not, then is there a code for the next photo? (Like, $NEXT_PHOTO_DIRECT_LINK$ or something) I checked the list of codes but it didn't have it.

 
FlappaDate: Saturday, 2009-06-20, 12:46 Pm | Message # 2
Regular
Group: Checked
Messages: 43
Awards: 0
Reputation: 0
Status: Offline
im looking for this also

 
SunnyDate: Monday, 2009-06-22, 4:58 Am | Message # 3
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
CP -> Customize Design -> Photo Albums -> Page with a full-sized photo and comments -> Find $PHOTO$ and change it into:

Code
<a id="photoA" href="javascript://">$PHOTO$</a>

Then paste the following code before the comments part of the code (<?if($COM_IS_ACTIVE$)?>...) or at the bottom of the page:

Code
<script>
var nextUrl=$('#nextPh').parent().attr('href');     
if(nextUrl)
     $('#photoA').attr('href',nextUrl);
</script>

Then go to CP -> Users -> User groups -> Editing of necessary group -> Photo Albums -> Uncheck "Mark areas on own photos" for the script to work properly.


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
christiDate: Wednesday, 2009-06-24, 6:41 Pm | Message # 4
Newbie
Group: Users
Messages: 6
Awards: 0
Reputation: 0
Status: Offline
Thanks a lot! biggrin
 
uCoz Community » uCoz System management and tuning » Photo Albums » Image - Next page Photo link (Click to view next photo - Code Provided)
Page 1 of 11
Search: