Skip to content
New issue

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

Paging from custom template #182

Open
SamuelHadsall opened this issue Apr 26, 2021 · 0 comments
Open

Paging from custom template #182

SamuelHadsall opened this issue Apr 26, 2021 · 0 comments

Comments

@SamuelHadsall
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant