This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Here is my code : http://codepen.io/anon/pen/DEFdr
The pagination doesnt work and the link just refer to the /experiment/ page, so it doesnt nothing.
Where ? (if you talk about the /experiments/ url i dont want to change it, if possible
Last updated
Your URL would be /experiments/:page?
, so with your pagination in place the URL would end up like /experiments/1
, /experiments/2
, /experiments/3
etc
I do it, the pagination show links but now... there is nothing in page 2, 3, 4... it only show the page 1.
Helllo,
try using one component blogPost at the page and another on the partial created. To me mixing two or more blogPosts list retrieves this problem. At the partial use the conditional pagination IF / For and IF statements to wrap the html code. You can see this on the blog/posts/default.htm - bottom of page.
Hope it helps.
The Vanilla theme (RainLab.Vanilla) has an implementation of the blog and forum plugin that works. You can use this as a reference if you get stuck.
That is the problem: Vanilla Theme is not with complete URLs.
- correct blog page URL: /blog/:page?
- correct blog category page URL: /blog/category/:slug/:page?
It is necessary for the pagination works!!!
Last updated
wlisrausr said:
I have the same problem with Nicolas Paillard. Please someone help!
do you save this problem?
1-13 of 13