We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I configure paging to show from Template with in skin folder?
I'm using similar mark up and tokens used in main module templates, but I can't seem to get paging to show from my custom tempate.
List.html <div class="bbs-pager"> <ul class="bbs-pagination no-space"> [subtemplate|Page.html|PostsPager|pagertype=somepages] </ul> </div>
<div class="bbs-pager"> <ul class="bbs-pagination no-space"> [subtemplate|Page.html|PostsPager|pagertype=somepages] </ul> </div>
Page.html [if|1][custom:pagetype][=]number[/if] <a href="[urls:all|true]Page=[custom:page]" class="[custom:pageiscurrent|current;]"> [custom:pagename] </a> [endif|1] [if|2][custom:pagetype][=]firstpage[/if] <a href="[urls:all|true]Page=[custom:page]"> [custom:pagename] </a> [endif|2] [if|3][custom:pagetype][=]lastpage[/if] <a href="[urls:all|true]Page=[custom:page]"> [custom:pagename] </a> [endif|3]
[if|1][custom:pagetype][=]number[/if] <a href="[urls:all|true]Page=[custom:page]" class="[custom:pageiscurrent|current;]"> [custom:pagename] </a> [endif|1] [if|2][custom:pagetype][=]firstpage[/if] <a href="[urls:all|true]Page=[custom:page]"> [custom:pagename] </a> [endif|2] [if|3][custom:pagetype][=]lastpage[/if] <a href="[urls:all|true]Page=[custom:page]"> [custom:pagename] </a> [endif|3]
I was on version 6.3, but upgraded to 6.4, should I upgrade to the latest?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please summarize your question in one sentence
How do I configure paging to show from Template with in skin folder?
Give a more extended description
I'm using similar mark up and tokens used in main module templates, but I can't seem to get paging to show from my custom tempate.
List.html
<div class="bbs-pager"> <ul class="bbs-pagination no-space"> [subtemplate|Page.html|PostsPager|pagertype=somepages] </ul> </div>
Page.html
[if|1][custom:pagetype][=]number[/if] <a href="[urls:all|true]Page=[custom:page]" class="[custom:pageiscurrent|current;]"> [custom:pagename] </a> [endif|1] [if|2][custom:pagetype][=]firstpage[/if] <a href="[urls:all|true]Page=[custom:page]"> [custom:pagename] </a> [endif|2] [if|3][custom:pagetype][=]lastpage[/if] <a href="[urls:all|true]Page=[custom:page]"> [custom:pagename] </a> [endif|3]
Steps to reproduce (if needed)
Other comments or remarks
I was on version 6.3, but upgraded to 6.4, should I upgrade to the latest?
The text was updated successfully, but these errors were encountered: