• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » Next Page Link (Photo Albums) (Next Page link from the Page selector)
Next Page Link (Photo Albums)
MitzZa1349
Posts: 22
Reputation: 0

Message # 1 | 11:18 PM
Example
This is the page: /photo/2-2-0-0-2
I want this link generated: /photo/2-3-0-0-2

How can i get the next page link ?
Xayaan
Posts: 558
Reputation: 13

Message # 2 | 8:51 AM
MitzZa1349, Do you want the "Next" Or "Previous" Buttons ?
My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio
MitzZa1349
Posts: 22
Reputation: 0

Message # 3 | 12:24 PM
Next button link
Sunny
Posts: 9296
Reputation: 456

Message # 4 | 2:48 PM
Quote (MitzZa1349)
/photo/2-2-0-0-2
/photo/2-3-0-0-2


It's impossible to generate such links since once a single photo is deleted from Photo Albums the ID logic is completely ruined.

Below is the script that will open next photo when clicking on the current photo. It should be pasted into "Page with full-sized photo and comments":

Code
<script>  
var nextUrl=$('#nextPh').parent().attr('href');  
if(nextUrl)  
$('#photoA').attr({href:(nextUrl)+'#photoA'});  
</script>1


And this one should be pasted instead of $PHOTO$ (in the same template):

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

I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » For Webmasters » Custom Solutions » Next Page Link (Photo Albums) (Next Page link from the Page selector)
  • Page 1 of 1
  • 1
Search: