You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using furls through a plugin that sets a placeholder which is being used in a snippet call being paginated with getPage, there's the issue that getPage doesn't take that friendly URL into account.
While makeUrl(resource ID) is a proper way of generating that next/previous links, wouldn't it be better to look at the requested URI instead, to preserve compatibility with custom furls?
The text was updated successfully, but these errors were encountered:
getPage doesn't generate any URLs. You'll need a Snippet for generating your custom URLs that you can call in getPage's tpl properties and/or whatever Snippet you are calling with getPage.
Mark you may want to look at my pull request (#7). getPage makes url via include.getpage.php, so if that could be defined with a parameter (&makeUrl='path/to/your/makeUrl.php') you could make use of your own makeUrl method :)
When using furls through a plugin that sets a placeholder which is being used in a snippet call being paginated with getPage, there's the issue that getPage doesn't take that friendly URL into account.
While makeUrl(resource ID) is a proper way of generating that next/previous links, wouldn't it be better to look at the requested URI instead, to preserve compatibility with custom furls?
The text was updated successfully, but these errors were encountered: