Hi,
For some reason I cant get the module to work. I made all the settings in the input format, content type and the administer smart paging section, but I cant see the pager in both "manual placement of page break placeholder and automatic page break by word limit" options. Could you please let me know if there is something that i am missing.Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

arpeggio’s picture

Status: Active » Fixed

Hello, Smart Paging is created as pseudo field so if we want to customize the paging for example node entity type with Article bundle the display options of Smart Paging pseudo field can be found at http://example.com/admin/structure/types/manage/article/display.

Saratt’s picture

Hi arpeggio, thank you for your reply. Yes, I enabled all those options but still cant get the pager to display(the entire node is displaying on the same page).I am attaching screen shots of the settings that I did. Could you take a look and let me know what I am doing wrong or is there any other way I could test.I used the example that you have on your module page.

Thanks.

arpeggio’s picture

FileSize
33.97 KB
33.5 KB

Have you done the settings shown in attached pictures?

You can see a working demo here: http://kapitbisig.com/node/789

Saratt’s picture

Yes I did those settings too. One thing I noticed though when I looked at the source of the page that you sent is that its loading "sites/all/modules/smart_paging/js/smart_paging-pager.js", but on my site it isnt. Is that specific to that site or should it be loading whenever the module is installed?Also I can only see smart_paging-admin.js in the module js folder.

arpeggio’s picture

I saw the problem. During my last commit, additional source files were not included (sorry for that). I have already corrected this error and made git push. @st455 thank you for reporting this problem.

Saratt’s picture

Thank you for the update. I updated the module and verified all the settings, but it still doesn't work for me. The smart_paging-pager.js file is also not loading on the site.

arpeggio’s picture

FileSize
38.85 KB
61.06 KB

Please verify that the comment tags <!-- --> are included in "Limit allowed HTML tags" list if it is enabled in input filter Text formats settings (refer to attached picture). And in edit content page be sure that the input filter configured in Text formats settings is selected at body textarea (refer to attached picture).

Saratt’s picture

Works great now. Thanks a lot.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

wranvaud’s picture

Post #3 -> This was the problem for me (display was set to hidden during some update). I think this should be added to the installation instructions in the module main page. Almost gave up on the module.

arpeggio’s picture

Hi Willynux, I have added Post #3 at Smart Paging page instruction (#7). Thank you for the suggestion.

wranvaud’s picture

Thank you for the follow up arpeggio! and very happy with the module

DocMartin’s picture

Issue summary: View changes

Just had this issue; for me related to #3 here, but I eventually noticed Smart Paging was disabled for "Full content" of the content type I'm using.
- I shifted it to enabled, putting just below body; and now get Smart Paging working as I'd hoped.