Drupal 7 - 搜索结果分页器
我已经在 Drupal 上尝试了我所知道的一切来确认我的搜索结果页面以在底部显示寻呼机。我在图书馆工作,知道有几个页面提到了图书馆,但只有十个页面会显示在第一页上,这是预期的,但在第一页之后就没有再查看的选项了。我在 Drupal 上搜索并查看了代码,看起来是相同的,但是,我无法使寻呼机功能正常工作。
有什么建议吗?
I have tried everything I know how on Drupal to confirm my search results page to show the pager at the bottom. I work at a library and know there are several pages that mention library but only ten will show up on the first page which is expected but there is no option to view anymore after the first page. I've searched on Drupal and looked at the code and it appears to be the same, however, I'm unable to get the pager functionality to work.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您尝试将查询结果作为寻呼机尝试执行以下操作
if you are trying to make query resut as a pager try to do as the following