I have a custom S1 journal and friends page. At the bottom of my friends page I have the %%skiplinks%% command, which is supposed to take me back/forward 25 entries. Problem is that it doesn't take me back entries on my friends page- it takes me back on my main journal entries instead.
After trying different ideas, I put it back to the default. I need to know what I should be putting in these two boxes so that the %%url%% defines the skipping on my friends page---
FRIENDS_SKIP_BACKWARD
The HTML to make the link to the next (less recent) page of the friends view... going back in time.
numitems | The number of items being displayed on the next page. |
url | The URL of the page. (the HREF of your A tag) |
<a href="%%url%%"> previous %%numitems%% entries </a>
FRIENDS_SKIP_FORWARD
The HTML to make the link to the previous (more recent) page of the friends view... going forward in time.
numitems | The number of items being displayed on the next page. |
url | The URL of the page. (the HREF of your A tag) |
<a href="%%url%%"> forward %%numitems%% entries </a>