In the call you posted you use ’ instead of ` for the &paginate= parameter, the startDoc parameter is OK. Fix it and see if that helps.
wow didn’t catch that, i fixed it and check it but still no see is there something else missing in my snippet call ?
i put the snippet in the folder containing the articles
[[NewsListing? &startDoc=’58’ &paginate= ’1’]]
when there are a list of articles displayed and you click on one article there’s no page number display like in the initial page with the article links get listed
I notice on the modx blog they do not have the page 1 or 18 previous/next links on the article pages themselves either is this a possiblity ?
there’s not much sense in having 100 pages of articles when you can’t click back to the beginning or previous links from with in each article page
-
MODX Staff
- 12,272 Posts
I’m not following the problem. The paging is not meant for the article pages, only the summary views. A quick trip to the back button takes you back from where you started.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Hi,
First of all, this is very nice. I made myself a simple little blog with categories, etc. using multilevel=`1` and it was quite easy. I’m using MODx 0.9.1 (rev 646) and NewsListing Version: 6.3.3. It looks great in Firefox, but it looks bad in Internet Explorer. Is this a well-known/common problem? I can PM you the URL, provide more details/screenshots, etc.
Thanks,
-michael
-
MODX Staff
- 12,272 Posts
IE is most likely due to it’s creative interpretation of CSS.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
☆ A M B ☆
- 24,524 Posts
I usually have to have a conditional IE section in the head of my template to put in three or four IE-specific styles. It’s a lot better than trying to work throught a bunch of "hacks" and then hack the hacks because they broke some other browser.
I managed to get it all together, had to study up on the modx documentation, it’s become a common bookmark I keep going back to