Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Robert] Fields from the first post at the nth page of a category: Edit Log

Here is the list of edits for this post
Re: [Robert] Fields from the first post at the nth page of a category
Code:
<html><head>
<title><%globalx(page number)%></title>
</head>
....
</html>




x = pagenumber form call this global

y = (x -1) * 25 + 1

SELECT * FROM Links ORDER BY some LIMIT 1 OFFSET y-1;

Last edited by:

Robert: Jul 19, 2016, 11:07 AM

Edit Log: